Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_error_msg.cpp54 static const std::unordered_map<int32_t, int32_t> NATIVE_CODE_TO_JS_CODE_MAP = { variable
173 auto iter = NATIVE_CODE_TO_JS_CODE_MAP.find(nativeErrCode); in NativeCodeToJsCode()
174 if (iter != NATIVE_CODE_TO_JS_CODE_MAP.end()) { in NativeCodeToJsCode()
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_common.cpp40 static const std::unordered_map<int32_t, int32_t> NATIVE_CODE_TO_JS_CODE_MAP = { variable
442 auto iter = NATIVE_CODE_TO_JS_CODE_MAP.find(errorCode); in TranformErrorCode()
443 if (iter != NATIVE_CODE_TO_JS_CODE_MAP.end()) { in TranformErrorCode()