Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/include/
H A Djs_err_utils.h64 static std::string GetErrorMsg(const WMError& errorCode);
65 static std::string GetErrorMsg(const WmErrorCode& errorCode);
66 static std::string GetErrorMsg(const DMError& errorCode);
67 static std::string GetErrorMsg(const DmErrorCode& errorCode);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Djs_err_utils.cpp216 std::string JsErrUtils::GetErrorMsg(const WMError& errorCode) in GetErrorMsg() function in OHOS::Rosen::JsErrUtils
222 std::string JsErrUtils::GetErrorMsg(const WmErrorCode& errorCode) in GetErrorMsg() function in OHOS::Rosen::JsErrUtils
228 std::string JsErrUtils::GetErrorMsg(const DMError& errorCode) in GetErrorMsg() function in OHOS::Rosen::JsErrUtils
234 std::string JsErrUtils::GetErrorMsg(const DmErrorCode& errorCode) in GetErrorMsg() function in OHOS::Rosen::JsErrUtils
244 CreateJsValue(env, msg == "" ? GetErrorMsg(errorCode) : msg), &result); in CreateJsError()
252 CreateJsValue(env, msg == "" ? GetErrorMsg(errorCode) : msg), &result); in CreateJsError()
260 CreateJsValue(env, msg == "" ? GetErrorMsg(errorCode) : msg), &result); in CreateJsError()
268 CreateJsValue(env, msg == "" ? GetErrorMsg(errorCode) : msg), &result); in CreateJsError()
/ohos5.0/base/msdp/device_status/utils/common/src/
H A Dutil_napi_error.cpp26 bool GetErrorMsg(int32_t code, std::string &codeMsg) in GetErrorMsg() function
50 if (!UtilNapiError::GetErrorMsg(errCode, errMsg)) { in HandleExecuteResult()
59 if (!UtilNapiError::GetErrorMsg(errCode, errMsg)) { in HandleExecuteResult()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_error_utils.cpp37 napi_throw(env, CreateJsError(env, static_cast<int32_t>(err), GetErrorMsg(err))); in ThrowError()
87 return CreateJsError(env, static_cast<int32_t>(err), GetErrorMsg(err)); in CreateJsError()
106 GetNoPermissionErrorMsg(permission) : GetErrorMsg(errCode); in CreateJsErrorByNativeErr()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_business_error_test/
H A Dability_business_error_test.cpp53 std::string result = GetErrorMsg(AbilityErrorCode::ERROR_OK);
56 result = GetErrorMsg(static_cast<AbilityErrorCode>(-1000));
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dutil_napi_error.h59 if (UtilNapiError::GetErrorMsg(code, codeMsg)) { \
72 bool GetErrorMsg(int32_t code, std::string &codeMsg);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_business_error/
H A Dability_business_error.h198 std::string GetErrorMsg(const AbilityErrorCode& errCode);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/geterrormsg_fuzzer/
H A Dgeterrormsg_fuzzer.cpp37 if (FormMgr::GetInstance().GetErrorMsg(errorCode).empty()) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp43 formMgr.GetErrorMsg(errorCode); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.h156 const std::string& GetErrorMsg() in GetErrorMsg() function
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_business_error/
H A Dability_business_error.cpp227 std::string GetErrorMsg(const AbilityErrorCode& errCode) in GetErrorMsg() function
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h81 std::string GetErrorMsg(int errorCode);
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_ability_context.cpp199 GetNoPermissionErrorMsg(permission) : GetErrorMsg(errCode); in CreateJsErrorByNativeErr()
/ohos5.0/base/msdp/device_status/utils/common/
H A Dlibdevicestatus_util_map28 …"OHOS::Msdp::DeviceStatus::UtilNapiError::GetErrorMsg(int, std::__h::basic_string<char, std::__h::…
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1900 std::string GetErrorMsg(int32_t errorCode) in GetErrorMsg() function
1964 std::string strMsg = GetErrorMsg(errorCode); in ParseCustomDialogContentCallback()
2016 std::string strMsg = GetErrorMsg(dialogId); in ParseCustomDialogIdCallback()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp53 std::string FormMgr::GetErrorMsg(int errorCode) in GetErrorMsg() function in OHOS::AppExecFwk::FormMgr
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1462 … DumpLog::GetInstance().AddDesc(std::string("LoadErrorMsg: ").append(loadingCtx_->GetErrorMsg())); in DumpInfo()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp366 auto result = FormMgr::GetInstance().GetErrorMsg(errorCode);