/base/update/updateservice/interfaces/inner_api/include/ |
D | message_parcel_helper.h | 68 …32_t ReadResumeDownloadOptions(MessageParcel &reply, ResumeDownloadOptions &resumeDownloadOptions); 69 …riteResumeDownloadOptions(MessageParcel &data, const ResumeDownloadOptions &resumeDownloadOptions);
|
D | iservice_online_updater.h | 39 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
|
D | update_service_kits.h | 51 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
|
D | update_service_kits_impl.h | 49 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
|
/base/update/updateservice/interfaces/kits/js/declaration/ |
D | @ohos.update.d.ts | 300 resumeDownloadOptions: ResumeDownloadOptions, 319 …resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions)…
|
/base/update/updateservice/services/engine/src/ |
D | message_parcel_helper.cpp | 361 MessageParcel &reply, ResumeDownloadOptions &resumeDownloadOptions) in ReadResumeDownloadOptions() argument 363 resumeDownloadOptions.allowNetwork = static_cast<NetType>(reply.ReadUint32()); in ReadResumeDownloadOptions() 368 MessageParcel &data, const ResumeDownloadOptions &resumeDownloadOptions) in WriteResumeDownloadOptions() argument 370 data.WriteUint32(static_cast<uint32_t>(resumeDownloadOptions.allowNetwork)); in WriteResumeDownloadOptions()
|
D | update_service_impl_firmware.cpp | 83 const VersionDigestInfo &versionDigestInfo, const ResumeDownloadOptions &resumeDownloadOptions, in ResumeDownload() argument 86 …FIRMWARE_LOGI("ResumeDownload allowNetwork:%{public}d", CAST_INT(resumeDownloadOptions.allowNetwor… in ResumeDownload()
|
D | update_service_stub.cpp | 204 ResumeDownloadOptions resumeDownloadOptions; in ResumeDownloadStub() local 208 MessageParcelHelper::ReadResumeDownloadOptions(data, resumeDownloadOptions); in ResumeDownloadStub() 210 …int32_t ret = service->ResumeDownload(upgradeInfo, versionDigestInfo, resumeDownloadOptions, busin… in ResumeDownloadStub()
|
D | update_service.cpp | 261 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument 263 …ENGINE_LOGI("ResumeDownload allowNetwork:%{public}d", CAST_INT(resumeDownloadOptions.allowNetwork)… in ResumeDownload()
|
/base/update/updateservice/services/engine/include/ |
D | update_service_impl_firmware.h | 43 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
|
D | update_service_proxy.h | 42 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
|
D | update_service.h | 53 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_kits_impl.cpp | 179 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument 184 …return updateService->ResumeDownload(info, versionDigestInfo, resumeDownloadOptions, businessError… in ResumeDownload()
|
D | update_service_proxy.cpp | 154 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument 164 MessageParcelHelper::WriteResumeDownloadOptions(data, resumeDownloadOptions); in ResumeDownload()
|
/base/update/update_app/common/src/main/ets/manager/ |
D | UpdateManager.ts | 342 let resumeDownloadOptions: update.ResumeDownloadOptions = { 345 this.otaUpdater?.resumeDownload(versionDigestInfo, resumeDownloadOptions).then(() => {
|
/base/update/updateservice/frameworks/js/napi/base/include/ |
D | client_helper.h | 214 ResumeDownloadOptions &resumeDownloadOptions);
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | client_helper.cpp | 478 ResumeDownloadOptions &resumeDownloadOptions) in GetOptionsFromArg() argument 480 return GetNetType(env, arg, resumeDownloadOptions.allowNetwork); in GetOptionsFromArg()
|