Home
last modified time | relevance | path

Searched defs:execType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp68 ExceptionErrorCode CJRequestEvent::Exec(std::string execType, const CJTask *task) in Exec()
H A Dcj_request_impl.cpp217 RetError CJRequestImpl::TaskExec(std::string execType, std::string taskId) in TaskExec()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp297 napi_value RequestEvent::Exec(napi_env env, napi_callback_info info, const std::string &execType) in Exec()
345 …napi_env env, const std::shared_ptr<ExecContext> &context, const std::string &execType, napi_value… in GetResult()