Home
last modified time | relevance | path

Searched refs:isAllowAutoResume (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/download/
H A Dpause_download_options.h21 bool isAllowAutoResume = false; member
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp357 pauseDownloadOptions.isAllowAutoResume = reply.ReadBool(); in ReadPauseDownloadOptions()
364 data.WriteBool(pauseDownloadOptions.isAllowAutoResume); in WritePauseDownloadOptions()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-update-sys.md852 isAllowAutoResume: true // 允许自动恢复下载
904 isAllowAutoResume: true // 允许自动恢复下载
1857 | isAllowAutoResume | boolean | 是 | 是否允许自动恢复。<br>ture表示允许自动恢复,false表示不允许。 |
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp99 StringUtils::GetBoolStr(pauseDownloadOptions.isAllowAutoResume).c_str()); in PauseDownload()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-update.md79 | ohos.update | PauseDownloadOptions | isAllowAutoResume: boolean; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-update.md79 | ohos.update | PauseDownloadOptions | isAllowAutoResume: boolean; | Added|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-update.md89 …auseDownloadOptions;<br>方法or属性:isAllowAutoResume: boolean;<br>旧版本信息:|类名:PauseDownloadOptions;<br>方…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-update-sys.md852 isAllowAutoResume: true // Whether to allow automatic resuming of download
904 isAllowAutoResume: true // Whether to allow automatic resuming of download
1857 | isAllowAutoResume | boolean | Yes | Whether to allow automatic resuming of download.<br>The val…
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp516 NapiCommonUtils::GetBool(env, arg, "isAllowAutoResume", pauseDownloadOptions.isAllowAutoResume); in GetOptionsFromArg()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-update.md134 |新增|NA|类名:PauseDownloadOptions;<br>方法or属性:isAllowAutoResume: boolean;|@ohos.update.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-update.md89 …e name: isAllowAutoResume: boolean;<br>Old version information: |Class name: PauseDownloadOptions;…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-update.md134 |Added|NA|Class name: PauseDownloadOptions;<br>Method or attribute name: isAllowAutoResume: boolean…