Home
last modified time | relevance | path

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

/base/request/request/frameworks/js/napi/request/src/
Drequest_event.cpp196 bool withErrCode = jsParam.task->config_.version == Version::API10; in On() local
240 bool withErrCode = jsParam.task->config_.version == Version::API10; in Off() local
Dnapi_utils.cpp529 void ThrowError(napi_env env, ExceptionErrorCode code, const std::string &msg, bool withErrCode) in ThrowError()
563 napi_env env, ExceptionErrorCode errorCode, const std::string &errorMessage, bool withErrCode) in CreateBusinessError()
Djs_initialize.cpp60 bool withErrCode = version != Version::API8; in Initialize() local
/base/request/request/frameworks/native/request/include/
Drequest_common.h167 bool withErrCode = true; member