Home
last modified time | relevance | path

Searched refs:pauseDownloadOptions (Results 1 - 15 of 15) sorted by relevance

/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/include/
H A Dmessage_parcel_helper.h80 static int32_t ReadPauseDownloadOptions(MessageParcel &reply, PauseDownloadOptions &pauseDownloadOptions);
81 static int32_t WritePauseDownloadOptions(MessageParcel &data, const PauseDownloadOptions &pauseDownloadOptions);
/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/
H A Diservice_online_updater.h50 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) = 0;
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp355 int32_t MessageParcelHelper::ReadPauseDownloadOptions(MessageParcel &reply, PauseDownloadOptions &pauseDownloadOptions) in ReadPauseDownloadOptions() argument
357 pauseDownloadOptions.isAllowAutoResume = reply.ReadBool(); in ReadPauseDownloadOptions()
362 MessageParcel &data, const PauseDownloadOptions &pauseDownloadOptions) in WritePauseDownloadOptions()
364 data.WriteBool(pauseDownloadOptions.isAllowAutoResume); in WritePauseDownloadOptions()
361 WritePauseDownloadOptions( MessageParcel &data, const PauseDownloadOptions &pauseDownloadOptions) WritePauseDownloadOptions() argument
/base/update/updateservice/frameworks/js/napi/update/common/include/
H A Dclient_helper.h64 PauseDownloadOptions &pauseDownloadOptions);
/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h42 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
H A Dupdate_service.h49 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) override;
/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h47 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
H A Dupdate_service_proxy.h38 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) override;
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h64 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) = 0;
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp91 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload()
96 int32_t ret = updateService->PauseDownload(info, versionDigestInfo, pauseDownloadOptions, businessError); in PauseDownload()
90 PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) PauseDownload() argument
H A Dupdate_service_proxy.cpp138 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload()
148 MessageParcelHelper::WritePauseDownloadOptions(data, pauseDownloadOptions); in PauseDownload()
137 PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) PauseDownload() argument
/base/update/updateservice/services/engine/src/
H A Dupdate_service_stub.cpp197 PauseDownloadOptions pauseDownloadOptions; in PauseDownloadStub() local
201 MessageParcelHelper::ReadPauseDownloadOptions(data, pauseDownloadOptions); in PauseDownloadStub()
203 int32_t ret = service->PauseDownload(upgradeInfo, versionDigestInfo, pauseDownloadOptions, businessError); in PauseDownloadStub()
H A Dupdate_service_impl_firmware.cpp95 const VersionDigestInfo &versionDigestInfo, const PauseDownloadOptions &pauseDownloadOptions, in PauseDownload()
99 StringUtils::GetBoolStr(pauseDownloadOptions.isAllowAutoResume).c_str()); in PauseDownload()
94 PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) PauseDownload() argument
H A Dupdate_service.cpp257 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload()
256 PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) PauseDownload() argument
/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp514 PauseDownloadOptions &pauseDownloadOptions) in GetOptionsFromArg()
516 NapiCommonUtils::GetBool(env, arg, "isAllowAutoResume", pauseDownloadOptions.isAllowAutoResume); in GetOptionsFromArg()
513 GetOptionsFromArg(napi_env env, const napi_value arg, PauseDownloadOptions &pauseDownloadOptions) GetOptionsFromArg() argument

Completed in 10 milliseconds