Home
last modified time | relevance | path

Searched refs:GetHasIcon (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/option/
H A Doption_test_ng.cpp303 EXPECT_FALSE(property.GetHasIcon().has_value());
315 EXPECT_TRUE(property.GetHasIcon().value());
337 EXPECT_TRUE(property.GetHasIcon().value());
346 EXPECT_FALSE(property.GetHasIcon().has_value());
373 EXPECT_TRUE(property.GetHasIcon());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_paint_method.cpp95 auto hasIcon = props->GetHasIcon().value_or(false); in PaintDivider()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp226 bool GetHasIcon(const std::vector<OptionParam>& params) in GetHasIcon() function
993 bool optionsHasIcon = GetHasIcon(params); in Create()