Home
last modified time | relevance | path

Searched refs:StopExec (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp64 { FUNCTION_STOP, CJRequestEvent::StopExec },
101 ExceptionErrorCode CJRequestEvent::StopExec(const CJTask *task) in StopExec() function in OHOS::CJSystemapi::Request::CJRequestEvent
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_event.h43 static ExceptionErrorCode StopExec(const CJTask *task);
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Drequest_event.h76 static int32_t StopExec(const std::shared_ptr<ExecContext> &context);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp62 { FUNCTION_STOP, RequestEvent::StopExec },
402 int32_t RequestEvent::StopExec(const std::shared_ptr<ExecContext> &context) in StopExec() function in OHOS::Request::RequestEvent