Home
last modified time | relevance | path

Searched refs:WriteDownloadOptions (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/include/
H A Dmessage_parcel_helper.h78 … static int32_t WriteDownloadOptions(MessageParcel &data, const DownloadOptions &downloadOptions);
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp348 int32_t MessageParcelHelper::WriteDownloadOptions(MessageParcel &data, const DownloadOptions &downl… in WriteDownloadOptions() function in OHOS::UpdateEngine::MessageParcelHelper
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_proxy.cpp125 MessageParcelHelper::WriteDownloadOptions(data, downloadOptions); in Download()