Searched refs:UxBoxProgressInfo (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_component_unittest.cpp | 56 UxBoxProgressInfo specInfo {50, "#ffffffff", "#000000ff", "", false}; 75 EXPECT_FALSE(BoxProgressAdapter::IsValid(UxBoxProgressInfo {101, "", "", "", false})); 76 EXPECT_FALSE(BoxProgressAdapter::IsValid(UxBoxProgressInfo {50, "#", "", "", false})); 77 EXPECT_FALSE(BoxProgressAdapter::IsValid(UxBoxProgressInfo {50, "#000000ff", "", "", false})); 78 …EXPECT_FALSE(BoxProgressAdapter::IsValid(UxBoxProgressInfo {50, "#000000ff", "#000000ff", "", true… 79 …EXPECT_TRUE(BoxProgressAdapter::IsValid(UxBoxProgressInfo {50, "#000000ff", "#000000ff", "", false… 84 UxBoxProgressInfo specInfo {50, "#ffffffff", "#000000ff", "", false}; 109 UxBoxProgressInfo {50, "#ffffffff", "#000000ff", "", false}}; 116 UxBoxProgressInfo {50, "#ffffffff", "#000000ff", "", true}}; 125 UxBoxProgressInfo specInfo {50, "#ffffffff", "#000000ff", "", false}; [all …]
|
H A D | ui_layout_unittest.cpp | 34 bool operator == (const UxBoxProgressInfo &lhs, const UxBoxProgressInfo &rhs) in operator ==() 123 UxBoxProgressInfo { 10, "#ffffffff", "#ffffffff" } }; 162 UxBoxProgressInfo { 10, "#ffffffff", "#ffffffff", "", false } }; 231 UxBoxProgressInfo { 10, "#ffffffff", "#ffffffff" } };
|
/ohos5.0/base/update/updater/services/ui/view/component/ |
H A D | box_progress_adapter.h | 25 struct UxBoxProgressInfo { struct 38 using SpecificInfoType = UxBoxProgressInfo; argument 46 static bool IsValid(const UxBoxProgressInfo &info);
|
H A D | box_progress_adapter.cpp | 27 const UxBoxProgressInfo &spec = std::get<UxBoxProgressInfo>(info.specificInfo); in BoxProgressAdapter() 42 bool BoxProgressAdapter::IsValid(const UxBoxProgressInfo &info) in IsValid()
|
/ohos5.0/base/update/updater/services/ui/ |
H A D | updater_ui_traits.h | 65 DEFINE_TRAIT(UxBoxProgressInfo, BoxProgressAdapter::COMPONENT_TYPE,
|