Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_inner_errors.h110 static std::map<uint32_t, std::string> reminderErrCodeMsgMap = { variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp1016 std::string errCodeMsg = reminderErrCodeMsgMap[errCode]; in HandleErrCode()
1022 auto findMsg = reminderErrCodeMsgMap.find(errCode); in FindErrMsg()
1023 if (findMsg == reminderErrCodeMsgMap.end()) { in FindErrMsg()
1027 return reminderErrCodeMsgMap[errCode]; in FindErrMsg()