Home
last modified time | relevance | path

Searched refs:GetErrorMessage (Results 1 – 25 of 106) sorted by relevance

12345

/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_error_utils_test/
H A Dquick_fix_error_utils_test.cpp84 errMsg = QuickFixErrorUtil::GetErrorMessage(ERR_QUICKFIX_PARAM_INVALID);
88 errMsg = QuickFixErrorUtil::GetErrorMessage(QUICK_FIX_WRITE_PARCEL_FAILED);
92 …errMsg = QuickFixErrorUtil::GetErrorMessage(1000); // 1000 is not a defined error code in quick fix
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientErrorTest.cpp63 string errorMsg = req.GetErrorMessage();
72 string errorMsg = req.GetErrorMessage();
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Dmodule_template.h50 …ow_error(env, std::to_string(context->GetErrorCode()).c_str(), context->GetErrorMessage().c_str()); in InterfaceWithoutManager()
86 …ow_error(env, std::to_string(context->GetErrorCode()).c_str(), context->GetErrorMessage().c_str()); in Interface()
127 …ow_error(env, std::to_string(context->GetErrorCode()).c_str(), context->GetErrorMessage().c_str()); in InterfaceSync()
143 …ow_error(env, std::to_string(context->GetErrorCode()).c_str(), context->GetErrorMessage().c_str()); in InterfaceSync()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_errors_test/
H A Dform_errors_test.cpp49 std::string ret = formErrors.GetErrorMessage(ERR_APPEXECFWK_FORM_GET_INFO_FAILED);
64 std::string ret = formErrors.GetErrorMessage(errCode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager_impl.cpp163 downloadResult->errorMsg.append(error.GetErrorMessage()); in Download()
209 … request.GetURL().c_str(), response.GetResponseCode(), error.GetErrorMessage().c_str()); in DownloadAsync()
212 ", msg from netStack: " + error.GetErrorMessage(); in DownloadAsync()
286 request.GetURL().c_str(), response.GetResponseCode(), error.GetErrorMessage().c_str()); in OnFail()
295 downloadCondition->errorMsg.append(error.GetErrorMessage()); in OnFail()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task_manager.cpp120 …tupTaskResult = std::make_shared<StartupTaskResult>(result, StartupUtils::GetErrorMessage(result)); in CallListenerOnCompleted()
164 … CallListenerOnCompleted(ERR_STARTUP_TIMEOUT, StartupUtils::GetErrorMessage(ERR_STARTUP_TIMEOUT)); in OnTimeout()
H A Dstartup_utils.cpp33 std::string StartupUtils::GetErrorMessage(int32_t errCode) in GetErrorMessage() function in OHOS::AbilityRuntime::StartupUtils
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Dstartup_utils.h36 static std::string GetErrorMessage(int32_t errCode);
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/mock_http_client/
H A Dhttp_client_error.h32 const std::string& GetErrorMessage() const in GetErrorMessage() function
/ohos5.0/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp92 std::string NapiUtils::GetErrorMessage(int32_t errCode) in GetErrorMessage() function in OHOS::MiscServices::Time::NapiUtils
166 …return GetCallbackErrorValue(env, ERROR, NapiUtils::GetErrorMessage(JsErrorCode::PARAMETER_ERROR)); in JSParaError()
171 …SetPromise(env, deferred, ERROR, NapiUtils::GetErrorMessage(JsErrorCode::PARAMETER_ERROR), NapiGet… in JSParaError()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dconnect_context.h41 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dudp_extra_context.h41 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dbind_context.h41 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dmulticast_get_loopback_context.h40 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dmulticast_get_ttl_context.h40 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dmulticast_membership_context.h41 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dmulticast_set_loopback_context.h40 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dmulticast_set_ttl_context.h40 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dtcp_server_listen_context.h41 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dtcp_extra_context.h43 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dtcp_send_context.h41 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dtcp_server_extra_context.h43 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dudp_send_context.h41 [[nodiscard]] std::string GetErrorMessage() const override;
H A Dtcp_server_send_context.h41 [[nodiscard]] std::string GetErrorMessage() const override;
/ohos5.0/base/security/asset/frameworks/js/napi/inc/
H A Dasset_napi_error_code.h52 inline const char *GetErrorMessage(int32_t errCode) in GetErrorMessage() function

12345