Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_dialog_common.cpp65 static const std::unordered_map<int32_t, std::string> DIALOG_CODE_TO_MSG_MAP = { variable
302 auto iter = DIALOG_CODE_TO_MSG_MAP.find(errCode); in GetJsErrorMsg()
303 if (iter != DIALOG_CODE_TO_MSG_MAP.end()) { in GetJsErrorMsg()