Searched refs:resumeDownloadOptions (Results 1 – 14 of 14) sorted by relevance
/base/update/updateservice/interfaces/kits/js/declaration/ |
D | @ohos.update.d.ts | 130 …resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions,… 131 …resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions)…
|
/base/update/updateservice/services/engine/include/ |
D | update_service_proxy.h | 41 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
|
D | update_service.h | 54 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_service_kits.h | 51 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
|
D | iupdate_service.h | 67 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
|
D | update_service_kits_impl.h | 46 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
|
D | update_helper.h | 670 …32_t ReadResumeDownloadOptions(MessageParcel &reply, ResumeDownloadOptions &resumeDownloadOptions); 671 …riteResumeDownloadOptions(MessageParcel &data, const ResumeDownloadOptions &resumeDownloadOptions);
|
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_kits_impl.cpp | 176 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument 181 …return updateService->ResumeDownload(info, versionDigestInfo, resumeDownloadOptions, businessError… in ResumeDownload()
|
D | update_service_proxy.cpp | 145 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument 155 UpdateHelper::WriteResumeDownloadOptions(data, resumeDownloadOptions); in ResumeDownload()
|
/base/update/updateservice/services/engine/src/ |
D | update_helper.cpp | 359 …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()
|
D | update_service_stub.cpp | 168 ResumeDownloadOptions resumeDownloadOptions; in ResumeDownloadStub() local 172 UpdateHelper::ReadResumeDownloadOptions(data, resumeDownloadOptions); in ResumeDownloadStub() 174 …int32_t ret = service->ResumeDownload(upgradeInfo, versionDigestInfo, resumeDownloadOptions, busin… in ResumeDownloadStub()
|
D | update_service.cpp | 430 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload() argument 434 CAST_INT(resumeDownloadOptions.allowNetwork)); in ResumeDownload()
|
/base/update/updateservice/frameworks/js/napi/base/include/ |
D | client_helper.h | 211 ResumeDownloadOptions &resumeDownloadOptions);
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | client_helper.cpp | 495 ResumeDownloadOptions &resumeDownloadOptions) in GetOptionsFromArg() argument 497 return GetNetType(env, arg, resumeDownloadOptions.allowNetwork); in GetOptionsFromArg()
|