Home
last modified time | relevance | path

Searched defs:errorMessage (Results 1 – 25 of 32) 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/multimedia/camera_framework/frameworks/js/camera_napi/src/
Dcamera_napi_security_utils.cpp32 std::string errorMessage = "System api can be invoked only by system applications"; in CheckSystemApp() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
Dlibrary_linux.cpp34 const char* errorMessage = dlerror(); in LibraryLinux() local
/foundation/distributedhardware/device_manager/common/src/
Ddm_error_message.cpp60 std::string errorMessage = "undefined error code."; in GetErrorString() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
Dlibrary_ohos.cpp33 const char* errorMessage = dlerror(); in LibraryOHOS() 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/netstack/interfaces/innerkits/websocket_client/include/
Dwebsocket_client_innerapi.h49 const char *errorMessage; member
/foundation/communication/netmanager_base/utils/napi_utils/src/
Dbase_context.cpp61 void BaseContext::SetError(int32_t errorCode, const std::string &errorMessage) in SetError()
/foundation/window/window_manager/interfaces/kits/napi/common/
Ddm_napi_common.cpp118 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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_loading_context.cpp225 std::string errorMessage, bool async, int32_t instanceId) { in PerformDownload()
258 void ImageLoadingContext::DownloadImageFailed(const std::string& errorMessage) in DownloadImageFailed()
Dimage_provider.cpp157 std::string errorMessage("Failed to create image loader, Image source type not supported"); in CreateImageObjHelper() local
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
Dnapi_form_util.cpp160 std::string errorMessage = "Parameter error. Got " + gotNum + ", expected " + expectedNum; in ThrowParamNumError() local
166 std::string errorMessage = "Parameter error. " + extraMessage; in ThrowParamError() local
172 std::string errorMessage = "Parameter error."; in CreateParamTypeErrorMessage() local
/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/
Dnet_websocket_type.h79 const char *errorMessage; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Ddeclarative_frontend_ng.h79 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
/foundation/distributedhardware/device_manager/test/commonunittest/
DUTTest_dm_anonymous.cpp167 std::string errorMessage = "dm process execution failed."; variable
/foundation/arkui/ace_engine/test/mock/core/image_provider/
Dmock_image_loading_context.cpp168 void ImageLoadingContext::DownloadImageFailed(const std::string& errorMessage) {} in DownloadImageFailed()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
Dbusiness_error.cpp202 napi_value errorMessage = nullptr; in CreateError() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
Dtext_input_test.cpp378 … auto errorMessage = "InputType is " + testItem.error + ", text is " + pattern_->GetTextValue(); variable
441 … auto errorMessage = "InputType is " + testItem.item + ", text is " + pattern_->GetTextValue(); variable
1495 … auto errorMessage = "InputType is " + testItem.error + ", text is " + pattern_->GetTextValue(); variable
1524 auto errorMessage = testItem.error + ", text is " + pattern_->GetTextValue(); variable
/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/distributedhardware/device_manager/interfaces/kits/js4.0/src/
Ddm_native_util.cpp144 napi_value errorMessage = nullptr; in GenerateBusinessError() local
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
Davimagegenerator_napi.cpp264 std::string errorMessage = "System api can be invoked only by system applications"; in CheckSystemApp() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_group_js_bridge.cpp418 int32_t callbackId, int32_t errorCode, std::string&& errorMessage) in TriggerModulePluginGetErrorCallback()

12