Home
last modified time | relevance | path

Searched refs:resumeDownloadOptions (Results 1 - 15 of 15) sorted by relevance

/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/include/
H A Dmessage_parcel_helper.h83 static int32_t ReadResumeDownloadOptions(MessageParcel &reply, ResumeDownloadOptions &resumeDownloadOptions);
84 static int32_t WriteResumeDownloadOptions(MessageParcel &data, const ResumeDownloadOptions &resumeDownloadOptions);
/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/
H A Diservice_online_updater.h53 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp369 MessageParcel &reply, ResumeDownloadOptions &resumeDownloadOptions) in ReadResumeDownloadOptions()
371 resumeDownloadOptions.allowNetwork = static_cast<NetType>(reply.ReadUint32()); in ReadResumeDownloadOptions()
376 MessageParcel &data, const ResumeDownloadOptions &resumeDownloadOptions) in WriteResumeDownloadOptions()
378 data.WriteUint32(static_cast<uint32_t>(resumeDownloadOptions.allowNetwork)); in WriteResumeDownloadOptions()
368 ReadResumeDownloadOptions( MessageParcel &reply, ResumeDownloadOptions &resumeDownloadOptions) ReadResumeDownloadOptions() argument
375 WriteResumeDownloadOptions( MessageParcel &data, const ResumeDownloadOptions &resumeDownloadOptions) WriteResumeDownloadOptions() argument
/base/update/updateservice/frameworks/js/napi/update/common/include/
H A Dclient_helper.h66 ResumeDownloadOptions &resumeDownloadOptions);
/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h45 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
H A Dupdate_service.h52 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h50 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
H A Dupdate_service_proxy.h41 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h67 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp102 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload()
107 int32_t ret = updateService->ResumeDownload(info, versionDigestInfo, resumeDownloadOptions, businessError); in ResumeDownload()
101 ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) ResumeDownload() argument
H A Dupdate_service_proxy.cpp161 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload()
171 MessageParcelHelper::WriteResumeDownloadOptions(data, resumeDownloadOptions); in ResumeDownload()
160 ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) ResumeDownload() argument
/base/update/updateservice/services/engine/src/
H A Dupdate_service_stub.cpp215 ResumeDownloadOptions resumeDownloadOptions; in ResumeDownloadStub() local
219 MessageParcelHelper::ReadResumeDownloadOptions(data, resumeDownloadOptions); in ResumeDownloadStub()
221 int32_t ret = service->ResumeDownload(upgradeInfo, versionDigestInfo, resumeDownloadOptions, businessError); in ResumeDownloadStub()
H A Dupdate_service_impl_firmware.cpp105 const VersionDigestInfo &versionDigestInfo, const ResumeDownloadOptions &resumeDownloadOptions, in ResumeDownload()
108 FIRMWARE_LOGI("ResumeDownload allowNetwork:%{public}d", CAST_INT(resumeDownloadOptions.allowNetwork)); in ResumeDownload()
104 ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) ResumeDownload() argument
H A Dupdate_service.cpp266 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload()
268 ENGINE_LOGI("ResumeDownload allowNetwork:%{public}d", CAST_INT(resumeDownloadOptions.allowNetwork)); in ResumeDownload()
265 ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) ResumeDownload() argument
/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp521 ResumeDownloadOptions &resumeDownloadOptions) in GetOptionsFromArg()
523 return GetNetType(env, arg, resumeDownloadOptions.allowNetwork); in GetOptionsFromArg()
520 GetOptionsFromArg(napi_env env, const napi_value arg, ResumeDownloadOptions &resumeDownloadOptions) GetOptionsFromArg() argument

Completed in 9 milliseconds