Home
last modified time | relevance | path

Searched refs:SetUpdateProgress (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updater/services/include/applypatch/
H A Dupdate_progress.h21 void SetUpdateProgress(float step);
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dupdate_progress_unittest.cpp65 SetUpdateProgress(progress);
/ohos5.0/base/update/updater/services/applypatch/
H A Dupdate_progress.cpp31 void SetUpdateProgress(float step) in SetUpdateProgress() function
H A Dtransfer_manager.cpp112 SetUpdateProgress(p); in UpdateProgress()
/ohos5.0/base/update/updater/services/flow_update/update_bin/
H A Dcomponent_processor.h68 SetUpdateProgress(static_cast<float>(writeSize) / pkgFileSize_ * proportion_); in UpdateProgress()