Home
last modified time | relevance | path

Searched refs:FUNCTION_START (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp25 using OHOS::Request::FUNCTION_START;
63 { FUNCTION_START, CJRequestEvent::StartExec },
H A Dcj_request_impl.cpp44 using OHOS::Request::FUNCTION_START;
237 return CJRequestImpl::TaskExec(FUNCTION_START, taskId); in TaskStart()
/ohos5.0/base/request/request/common/include/
H A Dconstant.h77 static constexpr const char *FUNCTION_START = "start"; variable
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp61 { FUNCTION_START, RequestEvent::StartExec },
71 { FUNCTION_START, BOOL_RES },
124 return Exec(env, info, FUNCTION_START); in Start()
H A Djs_task.cpp62 DECLARE_NAPI_FUNCTION(FUNCTION_START, RequestEvent::Start),