Home
last modified time | relevance | path

Searched refs:strMsg (Results 1 – 2 of 2) sorted by relevance

/base/request/request/frameworks/js/napi/src/upload/
Djs_util.cpp347 std::string strMsg = (iter != ErrorCodeToMsg.end() ? iter->second : "") + " " + errorMessage; in CreateBusinessError() local
348 NAPI_CALL(env, napi_create_string_utf8(env, strMsg.c_str(), strMsg.length(), &msg)); in CreateBusinessError()
/base/request/request/frameworks/js/napi/src/
Dnapi_utils.cpp563 std::string strMsg = (iter != ErrorCodeToMsg.end() ? iter->second : "") + " " + errorMessage; in CreateBusinessError() local
564 NAPI_CALL(env, napi_create_string_utf8(env, strMsg.c_str(), strMsg.length(), &msg)); in CreateBusinessError()