/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/include/ |
H A D | message_parcel_helper.h | 83 …32_t ReadResumeDownloadOptions(MessageParcel &reply, ResumeDownloadOptions &resumeDownloadOptions); 84 …riteResumeDownloadOptions(MessageParcel &data, const ResumeDownloadOptions &resumeDownloadOptions);
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/ |
H A D | message_parcel_helper.cpp | 369 MessageParcel &reply, ResumeDownloadOptions &resumeDownloadOptions) in ReadResumeDownloadOptions() argument 371 resumeDownloadOptions.allowNetwork = static_cast<NetType>(reply.ReadUint32()); in ReadResumeDownloadOptions() 376 MessageParcel &data, const ResumeDownloadOptions &resumeDownloadOptions) in WriteResumeDownloadOptions() argument 378 data.WriteUint32(static_cast<uint32_t>(resumeDownloadOptions.allowNetwork)); in WriteResumeDownloadOptions()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-update-sys.md | 713 resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions, … 726 | resumeDownloadOptions | [ResumeDownloadOptions](#resumedownloadoptions) | 是 | 恢复下载选项。 … 750 const resumeDownloadOptions : update.ResumeDownloadOptions= { 753 updater.resumeDownload(versionDigestInfo, resumeDownloadOptions, (err: BusinessError) => { 760 resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions):… 773 | resumeDownloadOptions | [ResumeDownloadOptions](#resumedownloadoptions) | 是 | 恢复下载选项。 | 802 const resumeDownloadOptions: update.ResumeDownloadOptions = { 805 updater.resumeDownload(versionDigestInfo, resumeDownloadOptions).then(() => {
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/ |
H A D | iservice_online_updater.h | 53 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_kits_impl.cpp | 102 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument 107 …int32_t ret = updateService->ResumeDownload(info, versionDigestInfo, resumeDownloadOptions, busine… in ResumeDownload()
|
H A D | update_service_proxy.cpp | 161 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument 171 MessageParcelHelper::WriteResumeDownloadOptions(data, resumeDownloadOptions); in ResumeDownload()
|
/ohos5.0/base/update/updateservice/services/engine/src/ |
H A D | update_service_stub.cpp | 215 ResumeDownloadOptions resumeDownloadOptions; in ResumeDownloadStub() local 219 MessageParcelHelper::ReadResumeDownloadOptions(data, resumeDownloadOptions); in ResumeDownloadStub() 221 …int32_t ret = service->ResumeDownload(upgradeInfo, versionDigestInfo, resumeDownloadOptions, busin… in ResumeDownloadStub()
|
H A D | update_service_impl_firmware.cpp | 105 const VersionDigestInfo &versionDigestInfo, const ResumeDownloadOptions &resumeDownloadOptions, in ResumeDownload() argument 108 …FIRMWARE_LOGI("ResumeDownload allowNetwork:%{public}d", CAST_INT(resumeDownloadOptions.allowNetwor… in ResumeDownload()
|
H A D | update_service.cpp | 266 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument 268 …ENGINE_LOGI("ResumeDownload allowNetwork:%{public}d", CAST_INT(resumeDownloadOptions.allowNetwork)… in ResumeDownload()
|
/ohos5.0/base/update/updateservice/services/engine/include/ |
H A D | update_service_impl_firmware.h | 45 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
|
H A D | update_service.h | 52 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/include/ |
H A D | client_helper.h | 66 ResumeDownloadOptions &resumeDownloadOptions);
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/include/ |
H A D | update_service_kits.h | 67 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_proxy.h | 41 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
|
H A D | update_service_kits_impl.h | 50 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
|
/ohos5.0/base/update/update_app/common/src/main/ets/manager/ |
H A D | UpdateManager.ts | 342 let resumeDownloadOptions: update.ResumeDownloadOptions = { 345 this.otaUpdater?.resumeDownload(versionDigestInfo, resumeDownloadOptions).then(() => {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-update.md | 115 …resumeDownloadOptions: ResumeDownloadOptions, callback: AsyncCallback\<void>): void;<br>resumeDown…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-update.md | 115 …resumeDownloadOptions: ResumeDownloadOptions, callback: AsyncCallback\<void>): void;<br>resumeDown…
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-update-sys.md | 713 resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions, … 726 | resumeDownloadOptions | [ResumeDownloadOptions](#resumedownloadoptions) | Yes | Options for res… 750 const resumeDownloadOptions : update.ResumeDownloadOptions= { 753 updater.resumeDownload(versionDigestInfo, resumeDownloadOptions, (err: BusinessError) => { 760 resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions):… 773 | resumeDownloadOptions | [ResumeDownloadOptions](#resumedownloadoptions) | Yes | Options for res… 802 const resumeDownloadOptions: update.ResumeDownloadOptions = { 805 updater.resumeDownload(versionDigestInfo, resumeDownloadOptions).then(() => {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-update.md | 20 …resumeDownloadOptions: ResumeDownloadOptions,<br> callback: AsyncCallback\<void><br> ): vo… 21 …resumeDownloadOptions: ResumeDownloadOptions): Promise\<void>;<br>旧版本信息:|类名:Updater;<br>方法or属性:res…
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/ |
H A D | client_helper.cpp | 521 ResumeDownloadOptions &resumeDownloadOptions) in GetOptionsFromArg() argument 523 return GetNetType(env, arg, resumeDownloadOptions.allowNetwork); in GetOptionsFromArg()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-update.md | 84 …r;<br>方法or属性:resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDow… 85 …r;<br>方法or属性:resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDow…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-update.md | 20 …resumeDownloadOptions: ResumeDownloadOptions,<br> callback: AsyncCallback\<void><br> ): vo… 21 …resumeDownloadOptions: ResumeDownloadOptions): Promise\<void>;<br>Old version information: |Class …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-update.md | 84 …ribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDow… 85 …ribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDow…
|