Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 14 of 14) sorted by relevance

/base/update/updateservice/callback/src/
Dupdate_callback.cpp41 void UpdateCallback::OnDownloadProgress(const Progress &progress) in OnDownloadProgress()
46 void UpdateCallback::OnUpgradeProgress(const Progress &progress) in OnUpgradeProgress()
Dupdate_callback_proxy.cpp45 void UpdateCallbackProxy::OnDownloadProgress(const Progress &progress) in OnDownloadProgress()
68 void UpdateCallbackProxy::OnUpgradeProgress(const Progress &progress) in OnUpgradeProgress()
/base/update/updateservice/engine/src/
Dupdate_service.cpp187 …oadThread_ = new DownloadThread([&](const std::string &fileName, const Progress &progress) -> int { in DownloadVersion()
201 Progress progress; in DoUpdate() local
240 void UpdateService::DownloadCallback(const std::string &fileName, const Progress &progress) in DownloadCallback()
274 void UpdateService::UpgradeCallback(const Progress &progress) in UpgradeCallback()
411 bool UpdateService::VerifyDownloadPkg(const std::string &pkgName, Progress &progress) in VerifyDownloadPkg()
/base/update/updateservice/interfaces/innerkits/engine/
Dupdate_service_kits_impl.cpp111 void UpdateServiceKitsImpl::RemoteUpdateCallback::OnDownloadProgress(const Progress &progress) in OnDownloadProgress()
119 void UpdateServiceKitsImpl::RemoteUpdateCallback::OnUpgradeProgress(const Progress &progress) in OnUpgradeProgress()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dzipfolder_output.cpp127 ZipUtils::ZipFolder(logFolder, logZipPath, [callback] (int progress, int subprogress) { in Reset()
/base/update/updateservice/test/unittest/update_client/
Dclient_stub.h54 OHOS::update_engine::Progress progress; member
/base/update/updateservice/test/unittest/update_engine/
Dserver_unittest.cpp256 Progress progress {}; in TestUpdateServiceProxy() local
309 [&](const std::string &filaName, const Progress &progress) -> int { in TestDownLoadProgress()
562 Progress progress {}; variable
572 Progress progress {}; variable
/base/update/updater/test/unittest/flashd_test/
Dflash_host_unittest.cpp70 int TestFlashProgress(uint16_t command, const std::string &cmd, uint32_t progress) in TestFlashProgress()
/base/update/updateservice/client/
Dupdate_client.h89 OHOS::update_engine::Progress *progress; member
Dupdate_client.cpp657 void UpdateClient::NotifyDownloadProgress(const Progress &progress) in NotifyDownloadProgress()
675 void UpdateClient::NotifyUpgradeProgresss(const Progress &progress) in NotifyUpgradeProgresss()
/base/update/updater/services/
Dupdater.cpp234 std::vector<std::string> progress = SplitString(outputInfo, ","); in HandleChildOutput() local
/base/hiviewdfx/hidumper/services/native/src/
Draw_param.cpp235 void RawParam::UpdateProgress(uint64_t progress) in UpdateProgress()
/base/web/webview/test/ohos_nweb/
Dohos_nweb_test.cpp1327 int progress = g_nweb->PageLoadProgress(); in Test94() local
/base/notification/ans_standard/frameworks/ans/native/src/
Dnotification_request.cpp500 void NotificationRequest::SetProgressBar(int32_t progress, int32_t progressMax, bool indeterminate) in SetProgressBar()