Home
last modified time | relevance | path

Searched refs:IsIfDescriptorShown (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.h73 static bool IsIfDescriptorShown(JSValue descriptor);
H A Ddescriptor_utils.cpp67 bool DescriptorUtils::IsIfDescriptorShown(JSValue descriptor) in IsIfDescriptorShown() function in OHOS::ACELite::DescriptorUtils
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dlist_adapter.cpp121 bool isShown = DescriptorUtils::IsIfDescriptorShown(descriptorOrElement); in GenerateListItems()
H A Dcomponent.cpp1638 bool isShown = DescriptorUtils::IsIfDescriptorShown(descriptor); in AppendIfDescriptor()