Home
last modified time | relevance | path

Searched refs:UxViewCommonInfo (Results 1 - 7 of 7) sorted by relevance

/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_layout_unittest.cpp28 bool operator == (const UxViewCommonInfo &lhs, const UxViewCommonInfo &rhs) in operator ==()
104 UxViewInfo expectedLabel { UxViewCommonInfo { 0, 0, 100, 100, "label_id_0", "UILabel", true }, in HWTEST_F()
122 UxViewInfo expectedProgress { UxViewCommonInfo { 0, 0, 100, 100, "box_progress_0", "UIBoxProgress", true }, in HWTEST_F()
134 UxViewInfo expectedImage { UxViewCommonInfo { 0, 0, 100, 100, "image_view", "UIImageView", true }, in HWTEST_F()
146 UxViewInfo expectedLabel { UxViewCommonInfo { 0, 0, 100, 100, "label_id_0", "UILabel", true }, in HWTEST_F()
156 UxViewInfo expectedImage { UxViewCommonInfo { 0, 0, 100, 100, "image_view", "UIImageView", true }, in HWTEST_F()
160 UxViewInfo expectedProgress { UxViewCommonInfo { 0, 0, 100, 100, "box_progress_0", "UIBoxProgress", in HWTEST_F()
174 UxViewInfo expected { UxViewCommonInfo { 1280, 0, 800, 200, "Label_RebootToNormalSystem", "UILabel", true }, in HWTEST_F()
224 UxViewInfo expectedImage { UxViewCommonInfo { in HWTEST_F()
[all...]
H A Dui_component_unittest.cpp44 void CheckCommInfo(OHOS::UIView &view, const UxViewCommonInfo &common) in CheckCommInfo()
57 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, "id", "UIBoxProgress", false}; in HWTEST_F()
85 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, "id", "UIBoxProgress", false}; in HWTEST_F()
126 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, "id", "UIBoxProgress", false}; in HWTEST_F()
171 BoxProgressAdapter boxProgress {UxViewInfo {UxViewCommonInfo {10, 10, 1000, 1000, "id", "UIBoxProgress", false}, in HWTEST_F()
204 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, id, "UIImageView", false}; in HWTEST_F()
219 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, id, "UIImageView", false}; in HWTEST_F()
255 ImgViewAdapter imgView {UxViewInfo {UxViewCommonInfo {10, 10, 1000, 1000, "id", "UIImageView", false}, in HWTEST_F()
262 ImgViewAdapter imgView {UxViewInfo {UxViewCommonInfo {10, 10, 1000, 1000, "id", "UIImageView", false}, in HWTEST_F()
296 UxViewCommonInfo commonInf in HWTEST_F()
[all...]
H A Dui_page_manager_unittest.cpp74 UxViewCommonInfo {
79 UxViewCommonInfo {
90 UxViewCommonInfo {
95 UxViewCommonInfo {
105 UxViewCommonInfo {
110 UxViewCommonInfo {
142 UxViewCommonInfo { in HWTEST_F()
156 UxViewCommonInfo { in HWTEST_F()
/base/update/updater/services/ui/view/component/
H A Dcomponent_common.h23 struct UxViewCommonInfo { struct
54 void SetViewCommonInfo(const UxViewCommonInfo &common) in SetViewCommonInfo()
H A Dcomponent_factory.h69 UxViewCommonInfo commonInfo {};
/base/update/updater/services/ui/
H A Dupdater_ui_traits.h55 DEFINE_TRAIT(UxViewCommonInfo, "Common",
H A Dupdater_ui_config.cpp45 std::ostream &operator<<(std::ostream &os, const UxViewCommonInfo &info) in operator <<()

Completed in 3 milliseconds