Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp24 using OHOS::Request::FUNCTION_RESUME;
62 { FUNCTION_RESUME, CJRequestEvent::ResumeExec },
H A Dcj_request_impl.cpp43 using OHOS::Request::FUNCTION_RESUME;
247 return CJRequestImpl::TaskExec(FUNCTION_RESUME, taskId); in TaskResume()
/ohos5.0/base/request/request/common/include/
H A Dconstant.h74 static constexpr const char *FUNCTION_RESUME = "resume"; variable
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp60 { FUNCTION_RESUME, RequestEvent::ResumeExec },
70 { FUNCTION_RESUME, BOOL_RES },
119 return Exec(env, info, FUNCTION_RESUME); in Resume()
H A Djs_task.cpp64 DECLARE_NAPI_FUNCTION(FUNCTION_RESUME, RequestEvent::Resume),
80 DECLARE_NAPI_FUNCTION(FUNCTION_RESUME, RequestEvent::Resume),