Home
last modified time | relevance | path

Searched refs:InitEp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp129 EXPECT_TRUE(boxProgress.InitEp());
134 EXPECT_FALSE(boxProgress.InitEp());
140 EXPECT_FALSE(boxProgress.InitEp());
151 EXPECT_FALSE(boxProgress.InitEp());
162 EXPECT_TRUE(boxProgress.InitEp());
176 EXPECT_TRUE(boxProgress.InitEp());
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dbox_progress_adapter.h45 [[nodiscard]] bool InitEp();
H A Dbox_progress_adapter.cpp80 bool BoxProgressAdapter::InitEp() in InitEp() function in Updater::BoxProgressAdapter
/ohos5.0/base/update/updater/services/ui/strategy/
H A Dprogress_strategy.cpp67 if (!pgMgr_[id_].As<BoxProgressAdapter>()->InitEp()) { in BarProgress()