Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dclock_hand_component.cpp130 uint16_t styleNameId = GetStylePropNameId(style); in ApplyPrivateStyle() local
131 if (!KeyParser::IsKeyValid(styleNameId)) { in ApplyPrivateStyle()
136 switch (styleNameId) { in ApplyPrivateStyle()
H A Dpicker_view_component.cpp429 uint16_t styleNameId = GetStylePropNameId(styleItem); in ApplyPrivateStyle() local
430 if (!KeyParser::IsKeyValid(styleNameId)) { in ApplyPrivateStyle()
436 switch (styleNameId) { in ApplyPrivateStyle()
H A Dcomponent.cpp574 uint16_t styleNameId = GetStylePropNameId(style); in ApplyCommonStyle() local
575 if (!KeyParser::IsKeyValid(styleNameId)) { in ApplyCommonStyle()
584 switch (styleNameId) { in ApplyCommonStyle()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dnumber_format_module.cpp142 uint32_t styleNameId = KeyParser::ParseKeyId(styleName, styleLen); in SetStyle() local
144 if (!KeyParser::IsKeyValid(styleNameId)) { in SetStyle()
150 switch (styleNameId) { in SetStyle()