Home
last modified time | relevance | path

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

/base/request/request/frameworks/cj/ffi/src/
Dcj_request_impl.cpp72 std::string strMsg = (iter != ErrorCodeToMsg.end() ? iter->second : ""); in Convert2RetErr() local
82 std::string strMsg; in Convert2RetErr() local
/base/request/request/frameworks/js/ani/src/
Dani_task.cpp124 std::string strMsg = iter != ErrorCodeToMsg.end() ? iter->second : ""; in Create() local
/base/request/request/frameworks/js/napi/request/src/upload/
Djs_util.cpp347 std::string strMsg = (iter != ErrorCodeToMsg.end() ? iter->second : "") + " " + errorMessage; in CreateBusinessError() local
/base/request/request/frameworks/js/napi/request/src/
Dnapi_utils.cpp568 std::string strMsg = (iter != ErrorCodeToMsg.end() ? iter->second : "") + " " + errorMessage; in CreateBusinessError() local