Home
last modified time | relevance | path

Searched refs:RemoveExec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Drequest_event.h80 static int32_t RemoveExec(const std::shared_ptr<ExecContext> &context);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp59 { FUNCTION_REMOVE, RequestEvent::RemoveExec },
490 int32_t RequestEvent::RemoveExec(const std::shared_ptr<ExecContext> &context) in RemoveExec() function in OHOS::Request::RequestEvent