Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp26 using OHOS::Request::FUNCTION_STOP;
64 { FUNCTION_STOP, CJRequestEvent::StopExec },
H A Dcj_request_impl.cpp45 using OHOS::Request::FUNCTION_STOP;
252 return CJRequestImpl::TaskExec(FUNCTION_STOP, taskId); in TaskStop()
/ohos5.0/base/request/request/common/include/
H A Dconstant.h78 static constexpr const char *FUNCTION_STOP = "stop"; variable
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp62 { FUNCTION_STOP, RequestEvent::StopExec },
72 { FUNCTION_STOP, BOOL_RES },
129 return Exec(env, info, FUNCTION_STOP); in Stop()
H A Djs_task.cpp65 DECLARE_NAPI_FUNCTION(FUNCTION_STOP, RequestEvent::Stop),