Home
last modified time | relevance | path

Searched refs:resumeDownloadOptions (Results 1 – 14 of 14) sorted by relevance

/base/update/updateservice/interfaces/kits/js/declaration/
D@ohos.update.d.ts130 …resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions,…
131 …resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions)…
/base/update/updateservice/services/engine/include/
Dupdate_service_proxy.h41 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
Dupdate_service.h54 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_service_kits.h51 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
Diupdate_service.h67 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
Dupdate_service_kits_impl.h46 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
Dupdate_helper.h670 …32_t ReadResumeDownloadOptions(MessageParcel &reply, ResumeDownloadOptions &resumeDownloadOptions);
671 …riteResumeDownloadOptions(MessageParcel &data, const ResumeDownloadOptions &resumeDownloadOptions);
/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_kits_impl.cpp176 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument
181 …return updateService->ResumeDownload(info, versionDigestInfo, resumeDownloadOptions, businessError… in ResumeDownload()
Dupdate_service_proxy.cpp145 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument
155 UpdateHelper::WriteResumeDownloadOptions(data, resumeDownloadOptions); in ResumeDownload()
/base/update/updateservice/services/engine/src/
Dupdate_helper.cpp359 …lper::ReadResumeDownloadOptions(MessageParcel &reply, ResumeDownloadOptions &resumeDownloadOptions) in ReadResumeDownloadOptions() argument
361 resumeDownloadOptions.allowNetwork = static_cast<NetType>(reply.ReadUint32()); in ReadResumeDownloadOptions()
366 const ResumeDownloadOptions &resumeDownloadOptions) in WriteResumeDownloadOptions() argument
368 data.WriteUint32(static_cast<uint32_t>(resumeDownloadOptions.allowNetwork)); in WriteResumeDownloadOptions()
Dupdate_service_stub.cpp168 ResumeDownloadOptions resumeDownloadOptions; in ResumeDownloadStub() local
172 UpdateHelper::ReadResumeDownloadOptions(data, resumeDownloadOptions); in ResumeDownloadStub()
174 …int32_t ret = service->ResumeDownload(upgradeInfo, versionDigestInfo, resumeDownloadOptions, busin… in ResumeDownloadStub()
Dupdate_service.cpp430 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument
434 CAST_INT(resumeDownloadOptions.allowNetwork)); in ResumeDownload()
/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h211 ResumeDownloadOptions &resumeDownloadOptions);
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp495 ResumeDownloadOptions &resumeDownloadOptions) in GetOptionsFromArg() argument
497 return GetNetType(env, arg, resumeDownloadOptions.allowNetwork); in GetOptionsFromArg()