Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/common/account_error/src/
H A Daccount_error_no.cpp20 const std::map<int32_t, int32_t> errorMap = { variable
167 auto it = errorMap.find(nativeErrCode); in ConvertToJSErrCode()
168 if (it != errorMap.end()) { in ConvertToJSErrCode()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_debug.cpp30 static ErrorMap errorMap = { { BR_ERROR, "BR_ERROR" }, in GetErrorMap() local
65 return errorMap; in GetErrorMap()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/src/
H A Djs_buffer.ts45 let errorMap = {
361 errorMap.typeError);
1858 return new BusinessError(msg, errorMap.typeError);
1863 return new BusinessError(msg, errorMap.typeError);
1873 return new BusinessError(msg, errorMap.typeError);
1880 return new BusinessError(msg, errorMap.rangeError);
1885 return new BusinessError(msg, errorMap.rangeError);
1890 return new BusinessError(msg, errorMap.bufferSizeError);
1911 throw new BusinessError(msg, errorMap.typeError);
2315 getTypeName(buf1)).getString(), errorMap.typeError);
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_reporter.cpp96 map<string, NativePreferences::PreferencesValue> errorMap = prefs->GetAll(); in ReportThumbnailError() local
97 for (auto &erroInfo : errorMap) { in ReportThumbnailError()
136 map<string, NativePreferences::PreferencesValue> errorMap = prefs->GetAll(); in ReportCommonBehavior() local
137 for (auto &erroInfo : errorMap) { in ReportCommonBehavior()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dvalue_proxy_test.cpp122 auto errorMap = std::map<std::string, double>(res); variable
123 ASSERT_EQ(errorMap.size(), 0);
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_delegator.cpp59 std::unordered_map<int32_t, std::string> errorMap = { variable