/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/include/ |
H A D | message_parcel_helper.h | 80 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 D | iservice_online_updater.h | 50 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) = 0;
|
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/ |
H A D | message_parcel_helper.cpp | 355 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 D | client_helper.h | 64 PauseDownloadOptions &pauseDownloadOptions);
|
/base/update/updateservice/services/engine/include/ |
H A D | update_service_impl_firmware.h | 42 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
|
H A D | update_service.h | 49 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_kits_impl.h | 47 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
|
H A D | update_service_proxy.h | 38 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/include/ |
H A D | update_service_kits.h | 64 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) = 0;
|
/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_kits_impl.cpp | 91 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 D | update_service_proxy.cpp | 138 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 D | update_service_stub.cpp | 197 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 D | update_service_impl_firmware.cpp | 95 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 D | update_service.cpp | 257 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 D | client_helper.cpp | 514 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
|