Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/
H A Daudio_render_ext_impl_test.cpp271 struct AudioSampleAttributes renderAttr = { variable
286 audioRenderlatencyImpl_->devAttrs_ = renderAttr;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp497 auto& renderAttr = MaybeResetAttribute<CommonRenderAttribute>(AttributeTag::COMMON_RENDER_ATTR); in SetShowAttr() local
498 if (renderAttr.IsValid()) { in SetShowAttr()
499 renderAttr.show = showValue; in SetShowAttr()
1610 …auto& renderAttr = static_cast<CommonRenderAttribute&>(GetAttribute(AttributeTag::COMMON_RENDER_AT… in SetCurrentStyle() local
1613 AceApplicationInfo::GetInstance().GetIsCardType() && renderAttr.show == "false") { in SetCurrentStyle()
1614 SetShowAttr(renderAttr.show); in SetCurrentStyle()
3142 …auto& renderAttr = static_cast<CommonRenderAttribute&>(GetAttribute(AttributeTag::COMMON_RENDER_AT… in ResetDefaultStyles() local
3143 if (renderAttr.IsValid() && !renderAttr.IsShared() && !renderAttr.show.empty()) { in ResetDefaultStyles()
3145 SetShowAttr(renderAttr.show); in ResetDefaultStyles()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp266 …auto& renderAttr = declaration_->MaybeResetAttribute<CommonRenderAttribute>(AttributeTag::COMMON_R… in SetShowAttr() local
267 if (renderAttr.IsValid()) { in SetShowAttr()
268 renderAttr.show = showValue; in SetShowAttr()