Home
last modified time | relevance | path

Searched refs:withErrCode_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Dasync_call.h86 return NapiUtils::CreateBusinessError(env_, error.code, error.errInfo, withErrCode_); in CreateErr()
100 bool withErrCode_; variable
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp127 context->withErrCode_ = version != Version::API8; in JsMain()
151 context->withErrCode_ = false; in JsMain()
333 context->withErrCode_ = true; in GetTask()
508 context->withErrCode_ = true; in Remove()
604 context->withErrCode_ = true; in TouchInner()
807 context->withErrCode_ = true; in Search()
850 context->withErrCode_ = true; in Query()
H A Drequest_event.cpp340 context->withErrCode_ = context->version_ != Version::API8; in ParseInputParameters()