Home
last modified time | relevance | path

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

/base/update/updateservice/test/unittest/update_client/
Dclient_unittest.cpp161 g_testClient->NotifyDownloadProgress(info); in TestDownloadVersion()
165 g_testClient->NotifyDownloadProgress(info); in TestDownloadVersion()
169 g_testClient->NotifyDownloadProgress(info); in TestDownloadVersion()
173 g_testClient->NotifyDownloadProgress(info); in TestDownloadVersion()
370 g_testClient->NotifyDownloadProgress(info); in TestSubscribeEvent()
374 g_testClient->NotifyDownloadProgress(info); in TestSubscribeEvent()
/base/update/updateservice/client/
Dupdate_client.h143 void NotifyDownloadProgress(const OHOS::update_engine::Progress &progress);
Dupdate_client.cpp212 this->NotifyDownloadProgress(info); in GetUpdater()
657 void UpdateClient::NotifyDownloadProgress(const Progress &progress) in NotifyDownloadProgress() function in updateClient::UpdateClient