Home
last modified time | relevance | path

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

/base/update/updater/services/ui/strategy/
Dprogress_strategy.cpp61 std::string progress = std::to_string(intValue) + "%"; in ShowProgress() local
/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.cpp258 Progress progress {}; in TestUpdateServiceProxy() local
311 [&](const std::string &filaName, const Progress &progress) -> int { in TestDownLoadProgress()
564 Progress progress {}; variable
574 Progress progress {}; variable
/base/update/update_app/entry/src/main/js/default/pages/index/
Dindex.js131 let progress = { variable
298 let progress = { variable
/base/update/updateservice/services/engine/src/
Dupdate_service.cpp402 …oadThread_ = new DownloadThread([&](const std::string &fileName, const Progress &progress) -> int { in DownloadVersion()
465 Progress progress; in DoUpdate() local
558 void UpdateService::DownloadCallback(const Progress &progress) in DownloadCallback()
615 void UpdateService::UpgradeCallback(const Progress &progress) in UpgradeCallback()
776 bool UpdateService::VerifyDownloadPkg(const std::string &pkgName, Progress &progress) in VerifyDownloadPkg()
/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/hiviewdfx/hidumper/services/native/src/
Draw_param.cpp173 void RawParam::UpdateProgress(uint64_t progress) in UpdateProgress()
/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h80 Progress *progress; member
/base/update/updater/test/unittest/script/script_instruction/
Dscript_updateprocesser_unittest.cpp91 constexpr float progress = 1.0f; in TestUpdateProcesserSetProcess() local
/base/update/updater/services/
Dupdater.cpp299 std::vector<std::string> progress = SplitString(outputInfo, ","); in HandleChildOutput() local
/base/update/updateservice/interfaces/kits/js/declaration/
D@ohos.update.d.ts716 progress: number; property
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h418 uint32_t progress; member
475 uint32_t progress; member
/base/web/webview/test/ohos_nweb/
Dohos_nweb_test.cpp1430 int progress = g_nweb->PageLoadProgress(); in Test94() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp510 void NotificationRequest::SetProgressBar(int32_t progress, int32_t progressMax, bool indeterminate) in SetProgressBar()