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/
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 },
122 …UxViewInfo expectedProgress { UxViewCommonInfo { 0, 0, 100, 100, "box_progress_0", "UIBoxProgress"…
134 … UxViewInfo expectedImage { UxViewCommonInfo { 0, 0, 100, 100, "image_view", "UIImageView", true },
146 UxViewInfo expectedLabel { UxViewCommonInfo { 0, 0, 100, 100, "label_id_0", "UILabel", true },
156 … UxViewInfo expectedImage { UxViewCommonInfo { 0, 0, 100, 100, "image_view", "UIImageView", true },
160 …UxViewInfo expectedProgress { UxViewCommonInfo { 0, 0, 100, 100, "box_progress_0", "UIBoxProgress",
174 …UxViewInfo expected { UxViewCommonInfo { 1280, 0, 800, 200, "Label_RebootToNormalSystem", "UILabel…
224 … UxViewInfo expectedImage { UxViewCommonInfo { 0, 0, 100, 100, "image_view", "UIImageView", true },
230 …UxViewInfo expectedProgress { UxViewCommonInfo { 0, 0, 100, 100, "box_progress_0", "UIBoxProgress"…
Dui_component_unittest.cpp44 void CheckCommInfo(OHOS::UIView &view, const UxViewCommonInfo &common) in CheckCommInfo()
57 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, "id", "UIBoxProgress", false};
85 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, "id", "UIBoxProgress", false};
126 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, "id", "UIBoxProgress", false};
171 …BoxProgressAdapter boxProgress {UxViewInfo {UxViewCommonInfo {10, 10, 1000, 1000, "id", "UIBoxProg…
204 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, id, "UIImageView", false};
219 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, id, "UIImageView", false};
255 …ImgViewAdapter imgView {UxViewInfo {UxViewCommonInfo {10, 10, 1000, 1000, "id", "UIImageView", fal…
262 …ImgViewAdapter imgView {UxViewInfo {UxViewCommonInfo {10, 10, 1000, 1000, "id", "UIImageView", fal…
296 UxViewCommonInfo commonInfo {0, 0, 0, 0, "id", "UILabelButton", false};
[all …]
Dui_page_manager_unittest.cpp74 UxViewCommonInfo {
79 UxViewCommonInfo {
90 UxViewCommonInfo {
95 UxViewCommonInfo {
105 UxViewCommonInfo {
110 UxViewCommonInfo {
142 UxViewCommonInfo {
156 UxViewCommonInfo {
/base/update/updater/services/ui/view/component/
Dcomponent_common.h23 struct UxViewCommonInfo { struct
54 void SetViewCommonInfo(const UxViewCommonInfo &common) in SetViewCommonInfo()
Dcomponent_factory.h69 UxViewCommonInfo commonInfo {};
/base/update/updater/services/ui/
Dupdater_ui_traits.h55 DEFINE_TRAIT(UxViewCommonInfo, "Common",
Dupdater_ui_config.cpp45 std::ostream &operator<<(std::ostream &os, const UxViewCommonInfo &info) in operator <<()