Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_theme_style.cpp43 static const std::set<std::string> stringAttrs = { variable
158 if (stringAttrs.find(attrName) != stringAttrs.end()) { in ParseContent()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp201 static const std::set<std::string> stringAttrs = { in ParseContent() local
216 } else if (stringAttrs.find(attrName) != stringAttrs.end()) { in ParseContent()