Searched refs:FUNCTION_RESUME (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_event.cpp | 24 using OHOS::Request::FUNCTION_RESUME; 62 { FUNCTION_RESUME, CJRequestEvent::ResumeExec },
|
H A D | cj_request_impl.cpp | 43 using OHOS::Request::FUNCTION_RESUME; 247 return CJRequestImpl::TaskExec(FUNCTION_RESUME, taskId); in TaskResume()
|
/ohos5.0/base/request/request/common/include/ |
H A D | constant.h | 74 static constexpr const char *FUNCTION_RESUME = "resume"; variable
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | request_event.cpp | 60 { FUNCTION_RESUME, RequestEvent::ResumeExec }, 70 { FUNCTION_RESUME, BOOL_RES }, 119 return Exec(env, info, FUNCTION_RESUME); in Resume()
|
H A D | js_task.cpp | 64 DECLARE_NAPI_FUNCTION(FUNCTION_RESUME, RequestEvent::Resume), 80 DECLARE_NAPI_FUNCTION(FUNCTION_RESUME, RequestEvent::Resume),
|