Searched refs:FUNCTION_STOP (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_event.cpp | 26 using OHOS::Request::FUNCTION_STOP; 64 { FUNCTION_STOP, CJRequestEvent::StopExec },
|
H A D | cj_request_impl.cpp | 45 using OHOS::Request::FUNCTION_STOP; 252 return CJRequestImpl::TaskExec(FUNCTION_STOP, taskId); in TaskStop()
|
/ohos5.0/base/request/request/common/include/ |
H A D | constant.h | 78 static constexpr const char *FUNCTION_STOP = "stop"; variable
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | request_event.cpp | 62 { FUNCTION_STOP, RequestEvent::StopExec }, 72 { FUNCTION_STOP, BOOL_RES }, 129 return Exec(env, info, FUNCTION_STOP); in Stop()
|
H A D | js_task.cpp | 65 DECLARE_NAPI_FUNCTION(FUNCTION_STOP, RequestEvent::Stop),
|