Home
last modified time | relevance | path

Searched defs:ErrorCodeToMsg (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Derror_util.cpp23 static const std::unordered_map<int32_t, std::string> ErrorCodeToMsg { variable
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_impl.cpp49 static const std::map<ExceptionErrorCode, std::string> ErrorCodeToMsg{ variable
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Djs_util.cpp27 static const std::map<ExceptionErrorCode, std::string> ErrorCodeToMsg{ variable
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Dnapi_utils.cpp70 static const std::map<ExceptionErrorCode, std::string> ErrorCodeToMsg{ { E_OK, E_OK_INFO }, variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp23 static const std::unordered_map<int32_t, std::string> ErrorCodeToMsg { variable