Home
last modified time | relevance | path

Searched refs:AddTaskContextMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_task.h122 static void AddTaskContextMap(const std::string &key, std::shared_ptr<ContextInfo> context);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp183 JsTask::AddTaskContextMap(context->tid, context); in AddTask()
430 JsTask::AddTaskContextMap(tid, context); in GetTaskOutput()
903 void JsTask::AddTaskContextMap(const std::string &key, std::shared_ptr<ContextInfo> context) in AddTaskContextMap() function in OHOS::Request::JsTask