/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/include/ |
H A D | message_parcel_helper.h | 83 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 D | iservice_online_updater.h | 53 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
|
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/ |
H A D | message_parcel_helper.cpp | 369 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 D | client_helper.h | 66 ResumeDownloadOptions &resumeDownloadOptions);
|
/base/update/updateservice/services/engine/include/ |
H A D | update_service_impl_firmware.h | 45 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
|
H A D | update_service.h | 52 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_kits_impl.h | 50 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
|
H A D | update_service_proxy.h | 41 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/include/ |
H A D | update_service_kits.h | 67 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) = 0;
|
/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_kits_impl.cpp | 102 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 D | update_service_proxy.cpp | 161 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 D | update_service_stub.cpp | 215 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 D | update_service_impl_firmware.cpp | 105 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 D | update_service.cpp | 266 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 D | client_helper.cpp | 521 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
|