Home
last modified time | relevance | path

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

/base/update/updater/services/ui/strategy/
Dprogress_strategy.h37 class TxtProgress final : public ProgressStrategy {
39 explicit TxtProgress(const ComInfo &id) : ProgressStrategy(id) { } in TxtProgress() function
40 ~TxtProgress() override = default;
Dprogress_strategy.cpp33 { "txt", [] (const ComInfo &id) { return std::make_unique<TxtProgress>(id); }}, in Factory()
54 void TxtProgress::ShowProgress(float value) const in ShowProgress()