Home
last modified time | relevance | path

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

/base/update/updateservice/interfaces/inner_api/include/
Dmessage_parcel_helper.h62 static int32_t ReadDownloadOptions(MessageParcel &reply, DownloadOptions &downloadOptions);
/base/update/updateservice/services/engine/src/
Dmessage_parcel_helper.cpp333 int32_t MessageParcelHelper::ReadDownloadOptions(MessageParcel &reply, DownloadOptions &downloadOpt… in ReadDownloadOptions() function in OHOS::UpdateEngine::MessageParcelHelper
Dupdate_service_stub.cpp173 MessageParcelHelper::ReadDownloadOptions(data, downloadOptions); in DownloadVersionStub()