Home
last modified time | relevance | path

Searched refs:DESCRIPTOR_ATTR_RENDERED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.cpp27 const char * const DescriptorUtils::DESCRIPTOR_ATTR_RENDERED = "rendered"; member in OHOS::ACELite::DescriptorUtils
82 JSObject::Set(descriptor, DESCRIPTOR_ATTR_RENDERED, rendered); in RenderIfDescriptor()
103 JSObject::Set(descriptor, DESCRIPTOR_ATTR_RENDERED, rendered); in RenderForDescriptor()
109 return JSObject::Get(descriptor, DESCRIPTOR_ATTR_RENDERED); in GetDescriptorRendered()
116 JSObject::Del(descriptor, DESCRIPTOR_ATTR_RENDERED); in DelIfDescriptorRendered()
129 JSObject::Del(descriptor, DESCRIPTOR_ATTR_RENDERED); in DelForDescriptorRendered()
H A Ddescriptor_utils.h145 static const char * const DESCRIPTOR_ATTR_RENDERED; variable