Home
last modified time | relevance | path

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

/test/xts/device_attest/interfaces/kits/napi/include/
Ddevattest_napi_error.h24 std::string ConvertToJsErrMsg(int32_t jsErrCode);
Ddevattest_napi.h31 std::string jsErrMsg = ConvertToJsErrMsg(jsErrCode); \
/test/xts/device_attest/interfaces/kits/napi/src/
Ddevattest_napi_error.cpp38 std::string ConvertToJsErrMsg(int32_t jsErrCode) in ConvertToJsErrMsg() function
Ddevattest_napi.cpp72 string errMsgStr = ConvertToJsErrMsg(jsErrCode); in GenerateBusinessError()