Home
last modified time | relevance | path

Searched refs:UxPageInfo (Results 1 - 10 of 10) sorted by relevance

/base/update/updater/services/ui/view/layout/
H A Dlayout_parser.cpp36 bool LoadLayout(const std::vector<std::string> &layoutFiles, std::vector<UxPageInfo> &vec) const in LoadLayout()
39 std::vector<UxPageInfo>().swap(vec); in LoadLayout()
40 UxPageInfo pageInfo = {}; in LoadLayout()
51 bool LoadLayout(const std::string &filename, UxPageInfo &pageInfo) const in LoadLayout()
123 bool LayoutParser::LoadLayout(const std::string &layoutFile, UxPageInfo &pageInfo) const in LoadLayout()
128 bool LayoutParser::LoadLayout(const std::vector<std::string> &layoutFiles, std::vector<UxPageInfo> &vec) const in LoadLayout()
H A Dlayout_parser.h27 bool LoadLayout(const std::vector<std::string> &layoutFiles, std::vector<UxPageInfo> &vec) const;
28 bool LoadLayout(const std::string &layoutFile, UxPageInfo &pageInfo) const;
/base/update/updater/services/ui/view/page/
H A Dbase_page.h31 [[nodiscard]] bool BuildPage(const UxPageInfo &pageInfo);
39 static bool IsPageInfoValid(const UxPageInfo &pageInfo);
44 [[nodiscard]] bool BuildComs(const UxPageInfo &pageInfo);
H A Dpage_manager.h34 bool Init(std::vector<UxPageInfo> &pageInfos, std::string_view entry);
49 bool InitImpl(UxPageInfo &pageInfo, std::string_view entry);
H A Dbase_page.cpp35 bool BasePage::IsPageInfoValid(const UxPageInfo &pageInfo) in IsPageInfoValid()
56 bool BasePage::BuildPage(const UxPageInfo &pageInfo) in BuildPage()
69 bool BasePage::BuildComs(const UxPageInfo &pageInfo) in BuildComs()
H A Dpage_manager.cpp30 bool PageManager::InitImpl(UxPageInfo &pageInfo, std::string_view entry) in InitImpl()
61 bool PageManager::Init(std::vector<UxPageInfo> &pageInfos, std::string_view entry) in Init()
/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_layout_unittest.cpp99 UxPageInfo pageInfo; in HWTEST_F()
117 UxPageInfo pageInfo; in HWTEST_F()
129 UxPageInfo pageInfo; in HWTEST_F()
141 UxPageInfo pageInfo; in HWTEST_F()
168 UxPageInfo pageInfo; in HWTEST_F()
220 std::vector<UxPageInfo> pageInfos {}; in HWTEST_F()
240 std::vector<UxPageInfo> pageInfos {}; in HWTEST_F()
260 std::vector<UxPageInfo> pageInfos {}; in HWTEST_F()
H A Dui_page_manager_unittest.cpp53 const static std::vector<Updater::UxPageInfo> pageInfos_;
70 const std::vector<UxPageInfo> UpdaterUiPageManagerUnitTest::pageInfos_ = {
127 std::vector<UxPageInfo> pageInfo { { "", "#000000ff", {}, {} } }; in HWTEST_F()
152 std::vector<UxPageInfo> pageInfo { in HWTEST_F()
174 std::vector<UxPageInfo> pageInfo { in HWTEST_F()
/base/update/updater/services/ui/
H A Dupdater_ui_config.cpp52 std::ostream &operator<<(std::ostream &os, const UxPageInfo &info) in operator <<()
61 void PrintInfoVec(const std::vector<UxPageInfo> &infoVec) in PrintInfoVec()
161 std::vector<UxPageInfo> pageInfos {}; in LoadPages()
H A Dupdater_ui_traits.h110 struct UxPageInfo { struct
122 DEFINE_TRAIT(UxPageInfo, "",

Completed in 4 milliseconds