Searched defs:progress (Results 1 – 14 of 14) sorted by relevance
| /base/update/updateservice/callback/src/ |
| D | update_callback.cpp | 41 void UpdateCallback::OnDownloadProgress(const Progress &progress) in OnDownloadProgress() 46 void UpdateCallback::OnUpgradeProgress(const Progress &progress) in OnUpgradeProgress()
|
| D | update_callback_proxy.cpp | 45 void UpdateCallbackProxy::OnDownloadProgress(const Progress &progress) in OnDownloadProgress() 68 void UpdateCallbackProxy::OnUpgradeProgress(const Progress &progress) in OnUpgradeProgress()
|
| /base/update/updateservice/engine/src/ |
| D | update_service.cpp | 187 …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/ |
| D | update_service_kits_impl.cpp | 111 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/ |
| D | zipfolder_output.cpp | 127 ZipUtils::ZipFolder(logFolder, logZipPath, [callback] (int progress, int subprogress) { in Reset()
|
| /base/update/updateservice/test/unittest/update_client/ |
| D | client_stub.h | 54 OHOS::update_engine::Progress progress; member
|
| /base/update/updateservice/test/unittest/update_engine/ |
| D | server_unittest.cpp | 256 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/ |
| D | flash_host_unittest.cpp | 70 int TestFlashProgress(uint16_t command, const std::string &cmd, uint32_t progress) in TestFlashProgress()
|
| /base/update/updateservice/client/ |
| D | update_client.h | 89 OHOS::update_engine::Progress *progress; member
|
| D | update_client.cpp | 657 void UpdateClient::NotifyDownloadProgress(const Progress &progress) in NotifyDownloadProgress() 675 void UpdateClient::NotifyUpgradeProgresss(const Progress &progress) in NotifyUpgradeProgresss()
|
| /base/update/updater/services/ |
| D | updater.cpp | 234 std::vector<std::string> progress = SplitString(outputInfo, ","); in HandleChildOutput() local
|
| /base/hiviewdfx/hidumper/services/native/src/ |
| D | raw_param.cpp | 235 void RawParam::UpdateProgress(uint64_t progress) in UpdateProgress()
|
| /base/web/webview/test/ohos_nweb/ |
| D | ohos_nweb_test.cpp | 1327 int progress = g_nweb->PageLoadProgress(); in Test94() local
|
| /base/notification/ans_standard/frameworks/ans/native/src/ |
| D | notification_request.cpp | 500 void NotificationRequest::SetProgressBar(int32_t progress, int32_t progressMax, bool indeterminate) in SetProgressBar()
|