/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | js_err_utils.h | 64 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 D | js_err_utils.cpp | 216 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 D | util_napi_error.cpp | 26 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 D | js_error_utils.cpp | 37 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 D | ability_business_error_test.cpp | 53 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 D | util_napi_error.h | 59 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 D | ability_business_error.h | 198 std::string GetErrorMsg(const AbilityErrorCode& errCode);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/geterrormsg_fuzzer/ |
H A D | geterrormsg_fuzzer.cpp | 37 if (FormMgr::GetInstance().GetErrorMsg(errorCode).empty()) { in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 43 formMgr.GetErrorMsg(errorCode); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_loading_context.h | 156 const std::string& GetErrorMsg() in GetErrorMsg() function
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_business_error/ |
H A D | ability_business_error.cpp | 227 std::string GetErrorMsg(const AbilityErrorCode& errCode) in GetErrorMsg() function
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 81 std::string GetErrorMsg(int errorCode);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | js_ability_context.cpp | 199 GetNoPermissionErrorMsg(permission) : GetErrorMsg(errCode); in CreateJsErrorByNativeErr()
|
/ohos5.0/base/msdp/device_status/utils/common/ |
H A D | libdevicestatus_util_map | 28 …"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 D | prompt_action.cpp | 1900 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 D | form_mgr.cpp | 53 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 D | image_pattern.cpp | 1462 … DumpLog::GetInstance().AddDesc(std::string("LoadErrorMsg: ").append(loadingCtx_->GetErrorMsg())); in DumpInfo()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 366 auto result = FormMgr::GetInstance().GetErrorMsg(errorCode);
|