Home
last modified time | relevance | path

Searched defs:errMsg (Results 1 – 25 of 165) sorted by relevance

1234567

/foundation/distributedhardware/distributed_screen/common/src/
Ddscreen_hisysevent.cpp25 …eportSaFail(const std::string &eventName, int32_t errCode, int32_t saId, const std::string &errMsg) in ReportSaFail()
40 const std::string &dhId, const std::string &errMsg) in ReportRegisterFail()
51 const std::string &dhId, const std::string &errMsg) in ReportUnRegisterFail()
66 void ReportOptFail(const std::string &eventName, int32_t errCode, const std::string &errMsg) in ReportOptFail()
79 void ReportSaEvent(const std::string &eventName, int32_t saId, const std::string &errMsg) in ReportSaEvent()
93 const std::string &errMsg) in ReportRegisterScreenEvent()
104 const std::string &errMsg) in ReportUnRegisterScreenEvent()
115 const std::string &errMsg) in ReportScreenMirrorEvent()
/foundation/distributedhardware/distributed_camera/common/src/utils/
Ddcamera_hisysevent_adapter.cpp40 void ReportDcamerInitFail(const std::string& eventName, int32_t errCode, const std::string& errMsg) in ReportDcamerInitFail()
53 std::string version, const std::string& errMsg) in ReportRegisterCameraFail()
68 void ReportDcamerOptFail(const std::string& eventName, int32_t errCode, const std::string& errMsg) in ReportDcamerOptFail()
80 void ReportSaEvent(const std::string& eventName, int32_t saId, const std::string& errMsg) in ReportSaEvent()
93 std::string version, const std::string& errMsg) in ReportRegisterCameraEvent()
108 const std::string& errMsg) in ReportCameraOperaterEvent()
121 …artCaptureEvent(const std::string& eventName, EventCaptureInfo& capture, const std::string& errMsg) in ReportStartCaptureEvent()
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
Ddcamera_hisysevent_adapter_test.cpp68 std::string errMsg = "dcamera_hisysevent_adapter_test_001"; variable
86 std::string errMsg = "error"; variable
104 std::string errMsg = "error"; variable
121 std::string errMsg = "error"; variable
142 std::string errMsg = "error"; variable
/foundation/ability/ability_runtime/test/unittest/ability_runtime_error_util_test/
Dability_runtime_error_util_test.cpp119 std::string errMsg = AbilityRuntimeErrorUtil::GetErrMessage(ERR_OK); variable
131 std::string errMsg = AbilityRuntimeErrorUtil::GetErrMessage(1); variable
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dapplication_data_manager.cpp38 bool ApplicationDataManager::NotifyUnhandledException(const std::string &errMsg) in NotifyUnhandledException()
50 bool ApplicationDataManager::NotifyCJUnhandledException(const std::string &errMsg) in NotifyCJUnhandledException()
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
Dwifi_napi_errcode.cpp107 …tic napi_value GetCallbackErrorValue(napi_env env, const int32_t errCode, const std::string errMsg) in GetCallbackErrorValue()
145 std::string errMsg = GetNapiErrMsg(env, info.errorCode, info.sysCap); in HandleCallbackErrCode() local
163 std::string errMsg = GetNapiErrMsg(env, info.errorCode, info.sysCap); in HandlePromiseErrCode() local
187 std::string errMsg = GetNapiErrMsg(env, errCode, sysCap); in HandleSyncErrCode() local
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
Djs_display_manager.cpp231 std::string errMsg = "Invalid args count, need one arg"; in OnGetDisplayByIdSync() local
238 std::string errMsg = "Failed to convert parameter to displayId"; in OnGetDisplayByIdSync() local
243 std::string errMsg = "displayid is invalid, less than 0"; in OnGetDisplayByIdSync() local
583 std::string errMsg = "Invalid args count, need 2 args"; in OnRegisterDisplayManagerCallback() local
589 std::string errMsg = "Failed to convert parameter to callbackType"; in OnRegisterDisplayManagerCallback() local
597 std::string errMsg = "OnRegisterDisplayManagerCallback is nullptr"; in OnRegisterDisplayManagerCallback() local
603 std::string errMsg = "OnRegisterDisplayManagerCallback is not callable"; in OnRegisterDisplayManagerCallback() local
615 std::string errMsg = "Failed to register display listener with type"; in OnRegisterDisplayManagerCallback() local
630 std::string errMsg = "Invalid args count, need one arg at least!"; in OnUnregisterDisplayManagerCallback() local
637 std::string errMsg = "Failed to convert parameter to string"; in OnUnregisterDisplayManagerCallback() local
[all …]
Djs_display.cpp242 std::string errMsg = "Invalid args count, need 2 args"; in OnRegisterDisplayManagerCallback() local
248 std::string errMsg = "Failed to convert parameter to callbackType"; in OnRegisterDisplayManagerCallback() local
256 std::string errMsg = "OnRegisterDisplayManagerCallback is nullptr"; in OnRegisterDisplayManagerCallback() local
262 std::string errMsg = "OnRegisterDisplayManagerCallback is not callable"; in OnRegisterDisplayManagerCallback() local
270 std::string errMsg = "Failed to register display listener with type"; in OnRegisterDisplayManagerCallback() local
316 std::string errMsg = "Invalid args count, need one arg at least!"; in OnUnregisterDisplayManagerCallback() local
323 std::string errMsg = "Failed to convert parameter to string"; in OnUnregisterDisplayManagerCallback() local
341 std::string errMsg = "failed to unregister display listener with type"; in OnUnregisterDisplayManagerCallback() local
/foundation/multimedia/media_library/frameworks/js/src/
Dnapi_error.cpp47 void NapiError::ThrowError(napi_env env, int32_t err, const std::string &errMsg) in ThrowError()
61 …hrowError(napi_env env, int32_t err, const char *funcName, int32_t line, const std::string &errMsg) in ThrowError()
/foundation/multimedia/av_codec/services/dfx/include/
Davcodec_sysevent.h57 std::string errMsg; member
68 std::string errMsg; member
76 std::string errMsg; member
84 std::string errMsg; member
91 std::string errMsg; member
/foundation/multimedia/av_session/services/session/server/
Davcast_controller_item.cpp188 std::string errMsg = (ret == AVSESSION_SUCCESS) ? "SUCCESS" : "start failed"; in Start() local
231 std::string errMsg = (ret == AVSESSION_SUCCESS) ? "SUCCESS" : "prepare failed"; in Prepare() local
273 std::string errMsg = (ret == AVSESSION_SUCCESS) ? "SUCCESS" : "GetCastAVPlaybackState failed"; in GetCastAVPlaybackState() local
334 std::string errMsg = (ret == AVSESSION_SUCCESS) ? "SUCCESS" : "ProcessMediaKeyResponse failed"; in ProcessMediaKeyResponse() local
361 std::string errMsg = (ret == AVSESSION_SUCCESS) ? "SUCCESS" : "onCastEvent failed"; in AddAvailableCommand() local
389 std::string errMsg = (ret == AVSESSION_SUCCESS) ? "SUCCESS" : "offCastEvent failed"; in RemoveAvailableCommand() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
Dnapi_business_error.cpp30 static napi_value GenerateBusinessError(napi_env env, int32_t errCode, string errMsg) in GenerateBusinessError()
121 napi_value NapiBusinessError::GetNapiErr(napi_env env, const string &errMsg) in GetNapiErr()
173 void NapiBusinessError::ThrowErr(napi_env env, const string &errMsg) in ThrowErr()
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
Duni_error.cpp29 static napi_value GenerateBusinessError(napi_env env, int32_t errCode, string errMsg) in GenerateBusinessError()
117 napi_value UniError::GetNapiErr(napi_env env, string errMsg) in GetNapiErr()
169 void UniError::ThrowErr(napi_env env, string errMsg) in ThrowErr()
/foundation/distributedhardware/distributed_screen/common/test/unittest/include/
Dscreen_common_test.h33 const std::string errMsg = "errMsg"; variable
/foundation/ability/ability_runtime/frameworks/cj/ffi/app/errormanager/
Dcj_error_observer.cpp47 void ErrorObserver::OnUnhandledException(const std::string errMsg) in OnUnhandledException()
57 void ErrorObserver::HandleOnUnhandledException(const std::string &errMsg) in HandleOnUnhandledException()
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
Ddynamic_loader_ohos.cpp39 char* errMsg = dlerror(); in ReadDlError() local
134 std::string errMsg; in DynamicInitNamespace() local
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_error_utils_test/
Dquick_fix_error_utils_test.cpp81 std::string errMsg; variable
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
Dcommon.cpp60 …_value Common::GetCallbackErrorValue(napi_env env, const int32_t errCode, const std::string errMsg) in GetCallbackErrorValue()
116 std::string errMsg = FindErrMsg(env, errCode); in SetCallback() local
131 std::string errMsg = FindErrMsg(env, info.errCode); in SetPromise() local
169 std::string errMsg = FindErrMsg(env, ERR_BGTASK_INVALID_PARAM); in JSParaError() local
272 std::string errMsg = FindErrMsg(env, errCode); in HandleErrCode() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_creator_napi.cpp235 std::string errMsg = "Invailed arg counts "; in JSCreateImageCreator() local
239 std::string errMsg; in JSCreateImageCreator() local
609 std::string errMsg = "Unsupport args0 type: "; in JsQueueArgs() local
620 std::string errMsg = "Unsupport args1 type: "; in JsQueueArgs() local
627 std::string errMsg = "Invailed argc: "; in JsQueueArgs() local
766 std::string errMsg = "Unsupport args type: "; in JsOnQueryArgs() local
772 std::string errMsg = "Invailed argc: "; in JsOnQueryArgs() local
897 std::string errMsg = "Invalid argc: "; in JsOffOneArg() local
904 std::string errMsg = "Unsupport args type: "; in JsOffOneArg() local
/foundation/distributedhardware/device_manager/common/src/
Ddm_error_message.cpp24 std::string errMsg; member
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_bluetooth_error.cpp75 std::string errMsg = GetNapiErrMsg(env, errCode); in HandleSyncErr() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/
Djs_default_app.cpp307 std::string errMsg = PARAM_TYPE_CHECK_ERROR_WITH_POS + std::to_string(i + 1); in IsDefaultApplication() local
337 std::string errMsg = PARAM_TYPE_CHECK_ERROR_WITH_POS + std::to_string(i + 1); in ParamsProcessIsDefaultApplicationSync() local
464 std::string errMsg = PARAM_TYPE_CHECK_ERROR_WITH_POS + std::to_string(i + 1); in GetDefaultApplication() local
498 std::string errMsg = PARAM_TYPE_CHECK_ERROR_WITH_POS + std::to_string(i + 1); in ParamsProcessGetDefaultApplicationSync() local
631 std::string errMsg = PARAM_TYPE_CHECK_ERROR_WITH_POS + std::to_string(i + 1); in SetDefaultApplication() local
672 std::string errMsg = PARAM_TYPE_CHECK_ERROR_WITH_POS + std::to_string(i + 1); in ParamsProcessSetDefaultApplicationSync() local
798 std::string errMsg = PARAM_TYPE_CHECK_ERROR_WITH_POS + std::to_string(i + 1); in ResetDefaultApplication() local
832 std::string errMsg = PARAM_TYPE_CHECK_ERROR_WITH_POS + std::to_string(i + 1); in ParamsProcessResetDefaultApplicationSync() local
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
Dcommon.cpp90 std::string errMsg = FindErrMsg(env, errCode); in SetCallback() local
105 std::string errMsg = FindErrMsg(env, info.errCode); in SetPromise() local
121 …_value Common::GetCallbackErrorValue(napi_env env, const int32_t errCode, const std::string errMsg) in GetCallbackErrorValue()
144 std::string errMsg = FindErrMsg(env, errCode); in HandleErrCode() local
/foundation/arkui/ace_engine/test/unittest/core/common/form/
Dmock_form_utils.h36 std::string& errMsg) in RequestPublishFormEvent()
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
Dmock_form_utils.h36 std::string& errMsg) in RequestPublishFormEvent()

1234567