Home
last modified time | relevance | path

Searched refs:WritePauseDownloadOptions (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.h81 …static int32_t WritePauseDownloadOptions(MessageParcel &data, const PauseDownloadOptions &pauseDow…
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp361 int32_t MessageParcelHelper::WritePauseDownloadOptions( in WritePauseDownloadOptions() function in OHOS::UpdateEngine::MessageParcelHelper
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_proxy.cpp148 MessageParcelHelper::WritePauseDownloadOptions(data, pauseDownloadOptions); in PauseDownload()