Searched refs:FUNCTION_START (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_event.cpp | 25 using OHOS::Request::FUNCTION_START; 63 { FUNCTION_START, CJRequestEvent::StartExec },
|
H A D | cj_request_impl.cpp | 44 using OHOS::Request::FUNCTION_START; 237 return CJRequestImpl::TaskExec(FUNCTION_START, taskId); in TaskStart()
|
/ohos5.0/base/request/request/common/include/ |
H A D | constant.h | 77 static constexpr const char *FUNCTION_START = "start"; variable
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | request_event.cpp | 61 { FUNCTION_START, RequestEvent::StartExec }, 71 { FUNCTION_START, BOOL_RES }, 124 return Exec(env, info, FUNCTION_START); in Start()
|
H A D | js_task.cpp | 62 DECLARE_NAPI_FUNCTION(FUNCTION_START, RequestEvent::Start),
|