Searched refs:WriteDownloadOptions (Results 1 – 3 of 3) sorted by relevance
78 … static int32_t WriteDownloadOptions(MessageParcel &data, const DownloadOptions &downloadOptions);
348 int32_t MessageParcelHelper::WriteDownloadOptions(MessageParcel &data, const DownloadOptions &downl… in WriteDownloadOptions() function in OHOS::UpdateEngine::MessageParcelHelper
125 MessageParcelHelper::WriteDownloadOptions(data, downloadOptions); in Download()