Home
last modified time | relevance | path

Searched defs:withErrCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp139 bool withErrCode = jsParam.task->config_.version == Version::API10; in On() local
183 bool withErrCode = jsParam.task->config_.version == Version::API10; in Off() local
H A Dnapi_utils.cpp622 void ThrowError(napi_env env, ExceptionErrorCode code, const std::string &msg, bool withErrCode) in ThrowError()
656 napi_env env, ExceptionErrorCode errorCode, const std::string &errorMessage, bool withErrCode) in CreateBusinessError()
H A Djs_initialize.cpp52 bool withErrCode = version != Version::API8; in Initialize() local
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_common.h139 bool withErrCode = true; member