Searched refs:pauseDownloadOptions (Results 1 – 15 of 15) sorted by relevance
/base/update/updateservice/interfaces/kits/js/declaration/ |
D | @ohos.update.d.ts | 140 …pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions, ca… 141 …pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): P…
|
/base/update/updateservice/services/engine/include/ |
D | update_service_proxy.h | 38 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) override;
|
D | update_service.h | 51 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_service_kits.h | 48 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) = 0;
|
D | iupdate_service.h | 64 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) = 0;
|
D | update_service_kits_impl.h | 43 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
|
D | update_helper.h | 667 …int32_t ReadPauseDownloadOptions(MessageParcel &reply, PauseDownloadOptions &pauseDownloadOptions); 668 …t WritePauseDownloadOptions(MessageParcel &data, const PauseDownloadOptions &pauseDownloadOptions);
|
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_kits_impl.cpp | 167 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload() argument 172 … return updateService->PauseDownload(info, versionDigestInfo, pauseDownloadOptions, businessError); in PauseDownload()
|
D | update_service_proxy.cpp | 124 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload() argument 134 UpdateHelper::WritePauseDownloadOptions(data, pauseDownloadOptions); in PauseDownload()
|
/base/update/updateservice/services/engine/src/ |
D | update_helper.cpp | 347 …eHelper::ReadPauseDownloadOptions(MessageParcel &reply, PauseDownloadOptions &pauseDownloadOptions) in ReadPauseDownloadOptions() argument 349 pauseDownloadOptions.isAllowAutoResume = reply.ReadBool(); in ReadPauseDownloadOptions() 353 …r::WritePauseDownloadOptions(MessageParcel &data, const PauseDownloadOptions &pauseDownloadOptions) in WritePauseDownloadOptions() argument 355 data.WriteBool(pauseDownloadOptions.isAllowAutoResume); in WritePauseDownloadOptions()
|
D | update_service_stub.cpp | 150 PauseDownloadOptions pauseDownloadOptions; in PauseDownloadStub() local 154 UpdateHelper::ReadPauseDownloadOptions(data, pauseDownloadOptions); in PauseDownloadStub() 156 …int32_t ret = service->PauseDownload(upgradeInfo, versionDigestInfo, pauseDownloadOptions, busines… in PauseDownloadStub()
|
D | update_service.cpp | 420 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload() argument 424 pauseDownloadOptions.isAllowAutoResume); in PauseDownload()
|
/base/update/update_app/entry/src/main/js/default/pages/index/ |
D | index.js | 58 let pauseDownloadOptions = { variable 347 page.data.updater.pauseDownload(versionDigestInfo, pauseDownloadOptions);
|
/base/update/updateservice/frameworks/js/napi/base/include/ |
D | client_helper.h | 209 PauseDownloadOptions &pauseDownloadOptions);
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | client_helper.cpp | 488 PauseDownloadOptions &pauseDownloadOptions) in GetOptionsFromArg() argument 490 NapiUtil::GetBool(env, arg, "isAllowAutoResume", pauseDownloadOptions.isAllowAutoResume); in GetOptionsFromArg()
|