Home
last modified time | relevance | path

Searched refs:ClearTaskMap (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_task.h56 static CJTask* ClearTaskMap(const std::string &key);
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_notify_data_listener.cpp97 CJTask::ClearTaskMap(tid); in RemoveJSTask()
H A Dcj_request_impl.cpp176 delete CJTask::ClearTaskMap(taskId); in FreeTask()
H A Dcj_request_task.cpp100 CJTask* CJTask::ClearTaskMap(const std::string &key) in ClearTaskMap() function in OHOS::CJSystemapi::Request::CJTask
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_task.h48 static void ClearTaskMap(const std::string &key);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_notify_data_listener.cpp203 JsTask::ClearTaskMap(tid); in DoJSTask()
H A Djs_initialize.cpp87 JsTask::ClearTaskMap(task->GetTid()); in Initialize()
H A Djs_task.cpp941 void JsTask::ClearTaskMap(const std::string &key) in ClearTaskMap() function in OHOS::Request::JsTask