/ohos5.0/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 &pauseDownloadO… 81 …static int32_t WritePauseDownloadOptions(MessageParcel &data, const PauseDownloadOptions &pauseDow…
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/download/ |
H A D | pause_download_options.h | 20 struct PauseDownloadOptions { struct
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-update.md | 22 …PauseDownloadOptions,<br> callback: AsyncCallback\<void><br> ): void;<br>旧版本信息:|类名:Updater… 23 …PauseDownloadOptions): Promise\<void>;<br>旧版本信息:|类名:Updater;<br>方法or属性:pauseDownload(versionDigest… 88 …PauseDownloadOptions;<br>方法or属性:export interface PauseDownloadOptions<br>旧版本信息:|类名:PauseDownloadOp… 89 |访问级别有变化|类名:PauseDownloadOptions;<br>方法or属性:isAllowAutoResume: boolean;<br>旧版本信息:|类名:PauseDownloadO…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-update-sys.md | 814 pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions, cal… 827 | pauseDownloadOptions | [PauseDownloadOptions](#pausedownloadoptions) | 是 | 暂停下载选项。 … 851 const pauseDownloadOptions: update.PauseDownloadOptions = { 861 pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): Pr… 874 | pauseDownloadOptions | [PauseDownloadOptions](#pausedownloadoptions) | 是 | 暂停下载选项。 | 903 const pauseDownloadOptions: update.PauseDownloadOptions = { 1849 ## PauseDownloadOptions section
|
/ohos5.0/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;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-update.md | 79 | ohos.update | PauseDownloadOptions | isAllowAutoResume: boolean; | 新增 | 114 …PauseDownloadOptions, callback: AsyncCallback\<void>): void;<br>pauseDownload(versionDigestInfo: V…
|
/ohos5.0/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;
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/include/ |
H A D | client_helper.h | 64 PauseDownloadOptions &pauseDownloadOptions);
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/include/ |
H A D | update_service_kits.h | 64 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) = 0;
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_proxy.h | 38 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) override;
|
H A D | update_service_kits_impl.h | 47 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-update.md | 79 | ohos.update | PauseDownloadOptions | isAllowAutoResume: boolean; | Added| 114 …PauseDownloadOptions, callback: AsyncCallback\<void>): void;<br>pauseDownload(versionDigestInfo: V…
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/ |
H A D | update_client.h | 114 PauseDownloadOptions pauseDownloadOptions_ {};
|
/ohos5.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 &p… in ReadPauseDownloadOptions() 362 MessageParcel &data, const PauseDownloadOptions &pauseDownloadOptions) in WritePauseDownloadOptions()
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-update.md | 22 …PauseDownloadOptions,<br> callback: AsyncCallback\<void><br> ): void;<br>Old version infor… 23 …PauseDownloadOptions): Promise\<void>;<br>Old version information: |Class name: Updater;<br>Method… 88 …PauseDownloadOptions;<br>Method or attribute name: export interface PauseDownloadOptions<br>Old ve… 89 …name: PauseDownloadOptions;<br>Method or attribute name: isAllowAutoResume: boolean;<br>Old versio…
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-update-sys.md | 814 pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions, cal… 827 | pauseDownloadOptions | [PauseDownloadOptions](#pausedownloadoptions) | Yes | Options for pausin… 851 const pauseDownloadOptions: update.PauseDownloadOptions = { 861 pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): Pr… 874 | pauseDownloadOptions | [PauseDownloadOptions](#pausedownloadoptions) | Yes | Options for pausin… 903 const pauseDownloadOptions: update.PauseDownloadOptions = { 1849 ## PauseDownloadOptions section
|
/ohos5.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()
|
H A D | update_service_proxy.cpp | 138 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-update.md | 86 …nload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions, callback: … 87 …nload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): Promise\<… 134 |新增|NA|类名:PauseDownloadOptions;<br>方法or属性:isAllowAutoResume: boolean;|@ohos.update.d.ts|
|
/ohos5.0/base/update/updateservice/services/engine/src/ |
H A D | update_service_impl_firmware.cpp | 95 const VersionDigestInfo &versionDigestInfo, const PauseDownloadOptions &pauseDownloadOptions, in PauseDownload()
|
H A D | update_service.cpp | 257 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload()
|
H A D | update_service_stub.cpp | 197 PauseDownloadOptions pauseDownloadOptions; in PauseDownloadStub()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-update.md | 86 …nload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions, callback: … 87 …nload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): Promise\<… 134 |Added|NA|Class name: PauseDownloadOptions;<br>Method or attribute name: isAllowAutoResume: boolean…
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/ |
H A D | client_helper.cpp | 514 PauseDownloadOptions &pauseDownloadOptions) in GetOptionsFromArg()
|