Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/utils/native/src/
H A Dusb_napi_errors.cpp43 std::string cMsg(std::string(commMsg.value()) + errMsg); in CreateBusinessError() local
45 NAPI_CALL(env, napi_create_string_utf8(env, cMsg.c_str(), NAPI_AUTO_LENGTH, &message)); in CreateBusinessError()