Home
last modified time | relevance | path

Searched defs:downloadOptions (Results 1 – 12 of 12) sorted by relevance

/base/update/updateservice/test/fuzztest/updateservicedownload_fuzzer/
Dupdateservicedownload_fuzzer.cpp31 DownloadOptions downloadOptions; in FuzzUpdateServiceDownload() local
/base/update/updateservice/services/firmware/upgrade/executor/include/
Dfirmware_download_executor.h29 …FirmwareDownloadExecutor(const DownloadOptions &downloadOptions, FirmwareProgressCallback progress… in FirmwareDownloadExecutor()
/base/update/updateservice/services/firmware/upgrade/mode/include/
Dfirmware_download_mode.h31 FirmwareDownloadMode(const DownloadOptions &downloadOptions, BusinessError &businessError, in FirmwareDownloadMode()
Dfirmware_iexecute_mode.h48 DownloadOptions downloadOptions; in GetDownloadOptions() local
/base/update/updateservice/services/engine/src/
Dmessage_parcel_helper.cpp333 …_t MessageParcelHelper::ReadDownloadOptions(MessageParcel &reply, DownloadOptions &downloadOptions) in ReadDownloadOptions()
340 …sageParcelHelper::WriteDownloadOptions(MessageParcel &data, const DownloadOptions &downloadOptions) in WriteDownloadOptions()
Dupdate_service_impl_firmware.cpp53 const DownloadOptions &downloadOptions, BusinessError &businessError) in Download()
Dupdate_service.cpp241 const DownloadOptions &downloadOptions, BusinessError &businessError) in Download()
Dupdate_service_stub.cpp169 DownloadOptions downloadOptions; in DownloadVersionStub() local
/base/update/updateservice/services/firmware/upgrade/flow/src/
Dfirmware_manager.cpp200 void FirmwareManager::DoDownload(const DownloadOptions &downloadOptions, BusinessError &businessErr… in DoDownload()
/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_kits_impl.cpp161 const DownloadOptions &downloadOptions, BusinessError &businessError) in Download()
Dupdate_service_proxy.cpp108 const DownloadOptions &downloadOptions, BusinessError &businessError) in Download()
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp458 …ientHelper::GetOptionsFromArg(napi_env env, const napi_value arg, DownloadOptions &downloadOptions) in GetOptionsFromArg()