Home
last modified time | relevance | path

Searched defs:errCodeMap (Results 1 – 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
Dinstaller.cpp178 static void CreateErrCodeMap(std::unordered_map<int32_t, int32_t> &errCodeMap) in CreateErrCodeMap() argument
296 std::unordered_map<int32_t, int32_t> errCodeMap; in ConvertInstallResult() local
459 static void CreateProxyErrCode(std::unordered_map<int32_t, int32_t> &errCodeMap) in CreateProxyErrCode() argument
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
Dwifi_napi_errcode.cpp24 static std::map<int32_t, int32_t> errCodeMap = { variable