Home
last modified time | relevance | path

Searched defs:errorMessage (Results 1 – 25 of 26) sorted by relevance

12

/foundation/ability/form_fwk/interfaces/kits/native/src/
Dform_errors.cpp132 std::string errorMessage = GetErrorMsgByExternalErrorCode(externalErrorCode); in QueryExternalErrorMessage() local
145 std::string errorMessage; in GetErrorMsgByExternalErrorCode() local
/foundation/distributedhardware/device_manager/common/src/
Ddm_error_message.cpp60 std::string errorMessage = "undefined error code."; in GetErrorString() local
/foundation/communication/netmanager_base/frameworks/js/napi/common/
Dnapi_common.cpp241 std::string errorMessage = "error at baseContext is nullptr"; in HandleAsyncWork() local
265 std::string errorMessage = "error at napi_queue_async_work_with_qos"; in HandleAsyncWork() local
278 std::string errorMessage = "error at baseContext is nullptr"; in Handle1ValueCallback() local
315 std::string errorMessage = "error at baseContext is nullptr"; in Handle2ValueCallback() local
397 …ue NapiCommon::CreateErrorMessage(napi_env env, int32_t errorCode, const std::string &errorMessage) in CreateErrorMessage()
/foundation/arkui/ace_engine/frameworks/core/components/image/
Dimage_event.h98 LoadImageFailEvent(double componentWidth, double componentHeight, std::string errorMessage) in LoadImageFailEvent()
/foundation/communication/netmanager_base/utils/napi_utils/src/
Dbase_context.cpp61 void BaseContext::SetError(int32_t errorCode, const std::string &errorMessage) in SetError()
Dnapi_utils.cpp433 napi_value CreateErrorMessage(napi_env env, int32_t errorCode, const std::string &errorMessage) in CreateErrorMessage()
/foundation/window/window_manager/interfaces/kits/napi/common/
Ddm_napi_common.cpp122 const char *errorMessage = in NAPICall() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Ddialog_container.h114 …void DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const … in DispatchPluginError()
/foundation/communication/netstack/utils/napi_utils/src/
Dbase_context.cpp62 void BaseContext::SetError(int32_t errorCode, const std::string &errorMessage) in SetError()
Dnapi_utils.cpp575 napi_value CreateErrorMessage(napi_env env, int32_t errorCode, const std::string &errorMessage) in CreateErrorMessage()
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Djson_frontend.h147 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
Dnapi_form_util.cpp159 std::string errorMessage = "Parameter error. Got " + gotNum + ", expected " + expectedNum; in ThrowParamNumError() local
165 std::string errorMessage = "Parameter error. " + extraMessage; in ThrowParamError() local
171 std::string errorMessage = "Parameter error."; in CreateParamTypeErrorMessage() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Ddeclarative_frontend_ng.h75 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_dm_anonymous.cpp167 std::string errorMessage = "dm process execution failed."; variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
Dbusiness_error.cpp190 napi_value errorMessage = nullptr; in CreateError() local
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/
Ddom_mock.h110 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
Dcamera_napi_utils.cpp533 std::string errorMessage = "System api can be invoked only by system applications"; in CheckSystemApp() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_provider.cpp163 std::string errorMessage("Fail to create image loader, Image source type not supported"); in CreateImageObjHelper() local
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Dcard_frontend.h69 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/pluginfrontend/
Dplugin_frontend_test.cpp1354 std::string errorMessage { "errorMessage" }; variable
1375 std::string errorMessage { "errorMessage" }; variable
/foundation/ability/ability_runtime/tools/aa/src/
Dability_command.cpp1711 std::string errorMessage = ""; in RunAsNotifyAppFaultCommand() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_group_js_bridge.cpp479 int32_t callbackId, int32_t errorCode, std::string&& errorMessage) in TriggerModulePluginGetErrorCallback()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_group_js_bridge.cpp560 int32_t callbackId, int32_t errorCode, std::string&& errorMessage) in TriggerModulePluginGetErrorCallback()
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
Dprompt_action.cpp226 napi_env env, std::shared_ptr<PromptAsyncContext>& context, const std::string& errorMessage) in DeleteContextAndThrowError()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
Dnative_devicemanager_js.cpp108 napi_value errorMessage = nullptr; in GenerateBusinessError() local

12