Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_utils.cpp33 static const std::unordered_map<int32_t, std::string> ERROR_CODE_MESSAGE { variable
94 auto iter = ERROR_CODE_MESSAGE.find(errCode); in CreateErrorValue()
95 std::string errMsg = iter != ERROR_CODE_MESSAGE.end() ? iter->second : ""; in CreateErrorValue()
115 auto iter = ERROR_CODE_MESSAGE.find(errCode); in CreateErrorValue()
116 std::string errMsg = iter != ERROR_CODE_MESSAGE.end() ? iter->second : ""; in CreateErrorValue()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_utils.cpp33 static const std::unordered_map<int32_t, std::string> ERROR_CODE_MESSAGE { variable
87 auto iter = ERROR_CODE_MESSAGE.find(errCode); in CreateErrorValue()
88 std::string errMsg = iter != ERROR_CODE_MESSAGE.end() ? iter->second : ""; in CreateErrorValue()