Searched refs:UxViewCommonInfo (Results 1 - 7 of 7) sorted by relevance
/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_layout_unittest.cpp | 28 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 D | ui_component_unittest.cpp | 44 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 D | ui_page_manager_unittest.cpp | 74 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 D | component_common.h | 23 struct UxViewCommonInfo { struct 54 void SetViewCommonInfo(const UxViewCommonInfo &common) in SetViewCommonInfo()
|
H A D | component_factory.h | 69 UxViewCommonInfo commonInfo {};
|
/base/update/updater/services/ui/ |
H A D | updater_ui_traits.h | 55 DEFINE_TRAIT(UxViewCommonInfo, "Common",
|
H A D | updater_ui_config.cpp | 45 std::ostream &operator<<(std::ostream &os, const UxViewCommonInfo &info) in operator <<()
|
Completed in 3 milliseconds