Home
last modified time | relevance | path

Searched defs:businessError (Results 1 – 25 of 142) sorted by relevance

123456

/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp68 const DownloadOptions &downloadOptions, BusinessError &businessError) in Download()
96 BusinessError &businessError) in PauseDownload()
106 BusinessError &businessError) in ResumeDownload()
115 const UpgradeOptions &upgradeOptions, BusinessError &businessError) in Upgrade()
128 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
159 VersionDescriptionInfo &newVersionDescriptionInfo, BusinessError &businessError) in GetNewVersionDescription()
202 CurrentVersionInfo &currentVersionInfo, BusinessError &businessError) in GetCurrentVersionInfo()
212 BusinessError &businessError) in GetCurrentVersionDescription()
251 BusinessError &businessError) in GetTaskInfo()
270 BusinessError &businessError) in SetUpgradePolicy()
[all …]
H A Dupdate_service.cpp157 BusinessError &businessError) in GetNewVersionInfo()
169 BusinessError &businessError) in GetNewVersionDescription()
181 BusinessError &businessError) in GetCurrentVersionInfo()
193 BusinessError &businessError) in GetCurrentVersionDescription()
215 BusinessError &businessError) in SetUpgradePolicy()
246 const DownloadOptions &downloadOptions, BusinessError &businessError) in Download()
274 const UpgradeOptions &upgradeOptions, BusinessError &businessError) in Upgrade()
285 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
315 int32_t UpdateService::FactoryReset(BusinessError &businessError) in FactoryReset()
337 BusinessError &businessError) in VerifyUpgradePackage()
[all …]
H A Dupdate_service_stub.cpp97 BusinessError businessError; in GetNewVersionDescriptionStub() local
132 BusinessError businessError; in GetCurrentVersionDescriptionStub() local
165 BusinessError businessError; in CheckNewVersionStub() local
181 BusinessError businessError; in DownloadVersionStub() local
198 BusinessError businessError; in PauseDownloadStub() local
216 BusinessError businessError; in ResumeDownloadStub() local
234 BusinessError businessError; in DoUpdateStub() local
252 BusinessError businessError; in ClearErrorStub() local
270 BusinessError businessError; in TerminateUpgradeStub() local
346 BusinessError businessError; in FactoryResetStub() local
[all …]
H A Dupdate_service_local_updater.cpp28 const std::vector<std::string> &packageNames, BusinessError &businessError) in ApplyNewVersion()
44 BusinessError &businessError) in VerifyUpgradePackage()
H A Dupdate_service_restorer.cpp33 int32_t UpdateServiceRestorer::FactoryReset(BusinessError &businessError) in FactoryReset()
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp80 const DownloadOptions &downloadOptions, BusinessError &businessError) in Download()
113 const UpgradeOptions &upgradeOptions, BusinessError &businessError) in Upgrade()
124 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
145 BusinessError &businessError) in GetNewVersionInfo()
169 BusinessError &businessError) in GetCurrentVersionInfo()
181 BusinessError &businessError) in GetCurrentVersionDescription()
203 BusinessError &businessError) in SetUpgradePolicy()
214 BusinessError &businessError) in GetUpgradePolicy()
234 int32_t UpdateServiceKitsImpl::FactoryReset(BusinessError &businessError) in FactoryReset()
245 const std::vector<std::string> &packageNames, BusinessError &businessError) in ApplyNewVersion()
[all …]
H A Dupdate_service_proxy.cpp115 const DownloadOptions &downloadOptions, BusinessError &businessError) in Download()
184 const UpgradeOptions &upgradeOptions, BusinessError &businessError) in Upgrade()
209 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
250 BusinessError &businessError) in GetNewVersionInfo()
304 BusinessError &businessError) in GetCurrentVersionInfo()
330 BusinessError &businessError) in GetCurrentVersionDescription()
381 BusinessError &businessError) in SetUpgradePolicy()
404 BusinessError &businessError) in GetUpgradePolicy()
450 int32_t UpdateServiceProxy::FactoryReset(BusinessError &businessError) in FactoryReset()
474 const std::vector<std::string> &packageNames, BusinessError &businessError) in ApplyNewVersion()
[all …]
H A Dupdate_callback_stub.cpp33 BusinessError businessError; in OnRemoteRequest() local
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/include/
H A Dnapi_session.h58 void OnAsyncComplete(const BusinessError &businessError) final in OnAsyncComplete()
96 void BuildWorkBusinessErr(BusinessError &businessError) in BuildWorkBusinessErr()
148 void GetBusinessError(BusinessError &businessError, const NapiResult &result) in GetBusinessError()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_client.cpp113 BusinessError *businessError = reinterpret_cast<BusinessError *>(context); in CheckNewVersion() local
125 BusinessError *businessError = reinterpret_cast<BusinessError *>(context); in CancelUpgrade() local
182 BusinessError *businessError = reinterpret_cast<BusinessError *>(context); in Download() local
206 BusinessError *businessError = reinterpret_cast<BusinessError *>(context); in PauseDownload() local
230 BusinessError *businessError = reinterpret_cast<BusinessError *>(context); in ResumeDownload() local
254 BusinessError *businessError = reinterpret_cast<BusinessError *>(context); in Upgrade() local
278 BusinessError *businessError = reinterpret_cast<BusinessError *>(context); in ClearError() local
295 BusinessError *businessError = reinterpret_cast<BusinessError *>(context); in TerminateUpgrade() local
317 BusinessError *businessError = reinterpret_cast<BusinessError *>(context); in SetUpgradePolicy() local
328 BusinessError *businessError = reinterpret_cast<BusinessError *>(context); in GetUpgradePolicy() local
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager_sync.cpp174 napi_value businessError = BusinessError::CreateCommonError( in SetApplicationEnabledSync() local
215 napi_value businessError = BusinessError::CreateCommonError( in SetAbilityEnabledSync() local
485 napi_value businessError = BusinessError::CreateCommonError( in QueryExtensionInfosSync() local
522 napi_value businessError = BusinessError::CreateCommonError( in GetPermissionDefSync() local
586 napi_value businessError = BusinessError::CreateCommonError( in GetAbilityLabelSync() local
662 napi_value businessError = BusinessError::CreateCommonError( in GetLaunchWantForBundleSync() local
705 napi_value businessError = BusinessError::CreateCommonError( in GetBundleArchiveInfoSync() local
744 napi_value businessError = BusinessError::CreateCommonError( in GetBundleNameByUidSync() local
850 napi_value businessError = BusinessError::CreateCommonError( in GetProfileByAbilitySync() local
920 napi_value businessError = BusinessError::CreateCommonError( in GetProfileByExAbilitySync() local
[all …]
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp154 void FirmwareManager::DoCancelDownload(BusinessError &businessError) in DoCancelDownload()
168 void FirmwareManager::DoTerminateUpgrade(BusinessError &businessError) in DoTerminateUpgrade()
192 …std::make_shared<FirmwareManualCheckMode>([=](BusinessError &businessError, CheckResult &checkResu… in DoCheck()
201 …d FirmwareManager::DoDownload(const DownloadOptions &downloadOptions, BusinessError &businessError) in DoDownload()
226 void FirmwareManager::DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, in DoInstall()
266 void FirmwareManager::DoClearError(BusinessError &businessError) in DoClearError()
446 BusinessError businessError; in HandleBootInstallOnStatusProcess() local
/ohos5.0/base/usb/usb_manager/utils/native/src/
H A Dusb_napi_errors.cpp50 napi_value businessError = nullptr; in CreateBusinessError() local
58 napi_value businessError = nullptr; in ThrowBusinessError() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp509 DataShare::DatashareBusinessError businessError; in SetRingtoneUri() local
547 DataShare::DatashareBusinessError businessError; in GetRingtoneUriByType() local
597 DataShare::DatashareBusinessError businessError; in GetRingtoneTitle() local
780 DataShare::DatashareBusinessError businessError; in SetSystemToneUri() local
824 DataShare::DatashareBusinessError businessError; in GetShotToneUriByType() local
846 DataShare::DatashareBusinessError businessError; in GetPresetShotToneUriByType() local
868 DataShare::DatashareBusinessError businessError; in GetNotificationToneUriByType() local
890 DataShare::DatashareBusinessError businessError; in GetPresetNotificationToneUri() local
955 DataShare::DatashareBusinessError businessError; in GetDefaultRingtoneAttrs() local
993 DataShare::DatashareBusinessError businessError; in GetRingtoneAttrList() local
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/
H A Djs_app_control.cpp199 napi_value businessError = BusinessError::CreateCommonError( in SetDisposedStatusSync() local
222 napi_value businessError = BusinessError::CreateCommonError( in SetDisposedStatusSync() local
312 napi_value businessError = BusinessError::CreateCommonError( in InnerDeleteDisposedStatusSync() local
334 napi_value businessError = BusinessError::CreateCommonError( in InnerDeleteDisposedStatusSync() local
470 napi_value businessError = BusinessError::CreateCommonError( in GetDisposedStatusSync() local
488 napi_value businessError = BusinessError::CreateCommonError( in GetDisposedStatusSync() local
617 napi_value businessError = BusinessError::CreateCommonError( in InnerGetDisposedRule() local
640 napi_value businessError = BusinessError::CreateCommonError( in InnerGetDisposedRule() local
702 napi_value businessError = BusinessError::CreateCommonError( in InnerSetDisposedRule() local
727 napi_value businessError = BusinessError::CreateCommonError( in SetDisposedRule() local
/ohos5.0/base/update/updateservice/test/fuzztest/updateservicecancel_fuzzer/
H A Dupdateservicecancel_fuzzer.cpp31 BusinessError businessError; in FuzzUpdateServiceCancel() local
/ohos5.0/base/update/updateservice/test/fuzztest/updateservicesetupgradepolicy_fuzzer/
H A Dupdateservicesetupgradepolicy_fuzzer.cpp31 BusinessError businessError; in FuzzUpdateServiceSetUpgradePolicy() local
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dreset_factory_plugin.cpp36 UpdateEngine::BusinessError businessError; in OnSetPolicy() local
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/include/
H A Dfirmware_download_mode.h34 FirmwareDownloadMode(const DownloadOptions &downloadOptions, BusinessError &businessError, in FirmwareDownloadMode()
/ohos5.0/base/update/updateservice/test/fuzztest/updateservicechecknewversion_fuzzer/
H A Dupdateservicechecknewversion_fuzzer.cpp32 BusinessError businessError; in FuzzUpdateServiceCheckNewVersion() local
/ohos5.0/base/update/updateservice/test/fuzztest/updateservicedownload_fuzzer/
H A Dupdateservicedownload_fuzzer.cpp32 BusinessError businessError; in FuzzUpdateServiceDownload() local
/ohos5.0/base/update/updateservice/test/fuzztest/updateservicegetnewversion_fuzzer/
H A Dupdateservicegetnewversion_fuzzer.cpp32 BusinessError businessError; in FuzzUpdateServiceGetNewVersion() local
/ohos5.0/base/update/updateservice/test/fuzztest/updateservicegetupgradepolicy_fuzzer/
H A Dupdateservicegetupgradepolicy_fuzzer.cpp32 BusinessError businessError; in FuzzUpdateServiceGetUpgradePolicy() local
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_error.cpp31 napi_value businessError = nullptr; in GenerateBusinessError() local
131 napi_value businessError = GenerateBusinessError(env, code, msg); in GetNapiErrAddData() local
183 napi_value businessError = GenerateBusinessError(env, code, msg); in ThrowErrAddData() local
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authorization_extension_callback_client.cpp33 const AsyncCallbackError &businessError, const AAFwk::WantParams &parameters) in OnResult()

123456