Home
last modified time | relevance | path

Searched refs:BarProgress (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/ui/strategy/
H A Dprogress_strategy.cpp34 { "bar", [] (const ComInfo &id) { return std::make_unique<BarProgress>(id); }} in Factory()
40 return std::make_unique<BarProgress>(id); in Factory()
65 BarProgress::BarProgress(const ComInfo &id) : ProgressStrategy(id) in BarProgress() function in Updater::BarProgress
72 void BarProgress::ShowProgress(float value) const in ShowProgress()
H A Dprogress_strategy.h44 class BarProgress final : public ProgressStrategy {
46 explicit BarProgress(const ComInfo &id);
47 ~BarProgress() override = default;