Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_task.h100 static int32_t CreateExec(const std::shared_ptr<ContextInfo> &context, int32_t seq);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp148 context->innerCode_ = CreateExec(context, seq); in JsMain()
187 int32_t JsTask::CreateExec(const std::shared_ptr<ContextInfo> &context, int32_t seq) in CreateExec() function in OHOS::Request::JsTask