/base/update/updateservice/interfaces/inner_api/include/ |
D | message_parcel_helper.h | 65 …int32_t ReadPauseDownloadOptions(MessageParcel &reply, PauseDownloadOptions &pauseDownloadOptions); 66 …t WritePauseDownloadOptions(MessageParcel &data, const PauseDownloadOptions &pauseDownloadOptions);
|
D | iservice_online_updater.h | 36 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) = 0;
|
D | update_service_kits.h | 48 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) = 0;
|
D | update_service_kits_impl.h | 46 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
|
/base/update/updateservice/interfaces/kits/js/declaration/ |
D | @ohos.update.d.ts | 339 pauseDownloadOptions: PauseDownloadOptions, 358 …pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): P…
|
/base/update/updateservice/services/engine/src/ |
D | message_parcel_helper.cpp | 347 …lHelper::ReadPauseDownloadOptions(MessageParcel &reply, PauseDownloadOptions &pauseDownloadOptions) in ReadPauseDownloadOptions() argument 349 pauseDownloadOptions.isAllowAutoResume = reply.ReadBool(); in ReadPauseDownloadOptions() 354 MessageParcel &data, const PauseDownloadOptions &pauseDownloadOptions) in WritePauseDownloadOptions() argument 356 data.WriteBool(pauseDownloadOptions.isAllowAutoResume); in WritePauseDownloadOptions()
|
D | update_service_impl_firmware.cpp | 73 const VersionDigestInfo &versionDigestInfo, const PauseDownloadOptions &pauseDownloadOptions, in PauseDownload() argument 77 StringUtils::GetBoolStr(pauseDownloadOptions.isAllowAutoResume).c_str()); in PauseDownload()
|
D | update_service_stub.cpp | 186 PauseDownloadOptions pauseDownloadOptions; in PauseDownloadStub() local 190 MessageParcelHelper::ReadPauseDownloadOptions(data, pauseDownloadOptions); in PauseDownloadStub() 192 …int32_t ret = service->PauseDownload(upgradeInfo, versionDigestInfo, pauseDownloadOptions, busines… in PauseDownloadStub()
|
D | update_service.cpp | 252 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload() argument
|
/base/update/updateservice/services/engine/include/ |
D | update_service_impl_firmware.h | 40 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
|
D | update_service_proxy.h | 39 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) override;
|
D | update_service.h | 50 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_kits_impl.cpp | 170 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload() argument 175 … return updateService->PauseDownload(info, versionDigestInfo, pauseDownloadOptions, businessError); in PauseDownload()
|
D | update_service_proxy.cpp | 131 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload() argument 141 MessageParcelHelper::WritePauseDownloadOptions(data, pauseDownloadOptions); in PauseDownload()
|
/base/update/updateservice/frameworks/js/napi/base/include/ |
D | client_helper.h | 212 PauseDownloadOptions &pauseDownloadOptions);
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | client_helper.cpp | 471 PauseDownloadOptions &pauseDownloadOptions) in GetOptionsFromArg() argument 473 NapiUtil::GetBool(env, arg, "isAllowAutoResume", pauseDownloadOptions.isAllowAutoResume); in GetOptionsFromArg()
|