Home
last modified time | relevance | path

Searched defs:errMsg (Results 1 - 25 of 96) sorted by relevance

1234

/base/location/frameworks/js/napi/source/
H A Dlocation_napi_errcode.cpp26 std::string errMsg = GetErrorMsgByCode(errCode); in HandleSyncErrCode() local
/base/security/security_guard/frameworks/common/data_collect_manager/src/
H A Ddata_collect_manager_callback_service.cpp26 ResponseRiskData(std::string &devId, std::string &riskData, uint32_t status, const std::string& errMsg) ResponseRiskData() argument
H A Ddata_collect_manager_callback_stub.cpp41 std::string errMsg = data.ReadString(); in OnRemoteRequest() local
/base/global/resource_management/dfx/hisysevent_adapter/
H A Dhisysevent_adapter.cpp24 void ReportInitResourceManagerFail(const std::string& bundleName, const std::string& errMsg) in ReportInitResourceManagerFail() argument
36 void ReportGetResourceByIdFail(int32_t resId, const std::string& result, const std::string& errMsg) in ReportGetResourceByIdFail() argument
50 void ReportGetResourceByNameFail(const std::string& resName, const std::string& result, const std::string& errMsg) in ReportGetResourceByNameFail() argument
64 ReportAddResourcePathFail(const char* resourcePath, const std::string& errMsg) ReportAddResourcePathFail() argument
[all...]
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_config.cpp48 std::string errMsg = NapiUtil::CreateErrMsg(key, CONFIG_OPTION_MAP.at(key)); in Configure() local
53 std::string errMsg = "Invalid max storage quota value."; in Configure() local
H A Dnapi_param_builder.cpp59 std::string errMsg = NapiUtil::CreateErrMsg("param value", PARAM_VALUE_TYPE); in AddArrayParam2EventPack() local
82 std::string errMsg = NapiUtil::CreateErrMsg("param value", PARAM_VALUE_TYPE); in AddParams2EventPack() local
/base/global/i18n/interfaces/js/kits/src/
H A Derror_util.cpp44 std::string errMsg = iter != ErrorCodeToMsg.end() ? iter->second : ""; in NapiThrow() local
/base/msdp/device_status/utils/common/src/
H A Dutil_napi_error.cpp49 std::string errMsg; in HandleExecuteResult() local
58 std::string errMsg; in HandleExecuteResult() local
/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_callback_proxy.cpp27 ResponseRiskData(std::string &devId, std::string &riskData, uint32_t status, const std::string& errMsg) ResponseRiskData() argument
/base/update/updateservice/foundations/model/include/
H A Dbusiness_error.h44 ErrorMessage errMsg; in AddErrorMessage() local
/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_install_executor.cpp120 void FirmwareInstallExecutor::HandleInstallResult(const bool result, const ErrorMessage &errMsg) in HandleInstallResult() argument
/base/update/updateservice/services/firmware/upgrade/install/include/
H A Dfirmware_install.h33 ErrorMessage errMsg; member
/base/update/updateservice/services/firmware/upgrade/install/src/
H A Dfirmware_install.cpp67 ErrorMessage errMsg = { errCode, errorMsg }; in CallbackFailedResult() local
/base/usb/usb_manager/utils/native/src/
H A Dusb_napi_errors.cpp34 napi_value CreateBusinessError(const napi_env &env, int32_t errCode, const std::string &errMsg) in CreateBusinessError() argument
56 void ThrowBusinessError(const napi_env &env, int32_t errCode, const std::string &errMsg) in ThrowBusinessError() argument
/base/location/services/location_network/network/source/
H A Dnetwork_callback_host.cpp50 auto errMsg = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local
/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H A Dnapi_common.h36 const char *errMsg = nullptr; member
/base/security/access_token/frameworks/js/napi/common/src/
H A Dnapi_error.cpp56 std::string errMsg = "Unknown error, errCode + " + std::to_string(errCode) + "."; in GetErrorMessage() local
60 napi_value GenerateBusinessError(napi_env env, int32_t errCode, const std::string& errMsg) in GenerateBusinessError() argument
/base/security/access_token/services/accesstokenmanager/main/cpp/src/dfx/
H A Dhisysevent_adapter.cpp53 void ReportSysEventServiceStartError(SceneCode scene, const std::string& errMsg, int32_t errCode) in ReportSysEventServiceStartError() argument
/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h45 std::string errMsg; member
/base/hiviewdfx/hiview/base/running_status_logger/
H A Drunning_status_logger.cpp33 char errMsg[BUF_SIZE] = { 0 }; member
/base/customization/enterprise_device_management/interfaces/inner_api/system_manager/src/
H A Dsystem_manager_proxy.cpp116 NotifyUpdatePackages(const AppExecFwk::ElementName &admin, UpgradePackageInfo &packageInfo, std::string &errMsg) NotifyUpdatePackages() argument
/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_inputer_manager.cpp57 std::string errMsg = "Parameter error. The number of parameters should be at least 2"; in ParseContextForRegisterInputer() local
63 std::string errMsg = "Parameter error. The type of \"authType\" must be AuthType"; in ParseContextForRegisterInputer() local
71 std::string errMsg = "Parameter error. The type of \"inputer\" must be IInputer"; in ParseContextForRegisterInputer() local
79 std::string errMsg in ParseContextForRegisterInputer() local
110 std::string errMsg = "Parameter error. The number of parameters should be at least 1"; UnregisterInputer() local
117 std::string errMsg = "Parameter error. The type of \\"authType\\" must be AuthType"; UnregisterInputer() local
[all...]
H A Dnapi_account_iam_pin_auth.cpp58 std::string errMsg = "Parameter error. The number of parameters should be at least 1"; in ParseContextForRegisterInputer() local
71 std::string errMsg = "Parameter error. The type of \"inputer\" must be function or object"; in ParseContextForRegisterInputer() local
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dsystem_manager_proxy_test.cpp215 std::string errMsg; in HWTEST_F() local
/base/account/os_account/dfx/hisysevent_adapter/
H A Daccount_hisysevent_adapter.cpp29 void ReportServiceStartFail(int32_t errCode, const std::string& errMsg) in ReportServiceStartFail() argument
63 ReportOsAccountOperationFail( int32_t id, const std::string& operationStr, int32_t errCode, const std::string& errMsg) ReportOsAccountOperationFail() argument
85 ReportOhosAccountOperationFail( int32_t userId, const std::string& operationStr, int32_t errCode, const std::string& errMsg) ReportOhosAccountOperationFail() argument
107 ReportAppAccountOperationFail(const std::string &name, const std::string &owner, const std::string& operationStr, int32_t errCode, const std::string& errMsg) ReportAppAccountOperationFail() argument
[all...]

Completed in 8 milliseconds

1234