Home
last modified time | relevance | path

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

/base/location/frameworks/js/napi/source/
Dlocation_napi_errcode.cpp26 std::string errMsg = GetErrorMsgByCode(errCode); in HandleSyncErrCode()
/base/location/interfaces/inner_api/include/
Dnapi_util.h80 std::string GetErrorMsgByCode(int code);
/base/location/frameworks/native/source/
Dlocator_callback_host.cpp178 std::string msg = GetErrorMsgByCode(context->errCode); in DoSendErrorCode()
Dnapi_util.cpp773 std::string GetErrorMsgByCode(int code) in GetErrorMsgByCode() function
830 std::string errMsg = GetErrorMsgByCode(context->errCode); in CreateResultObject()