Home
last modified time | relevance | path

Searched refs:rawAttrs_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_theme_style.cpp154 for (auto& [attrName, attrValue] : rawAttrs_) { in ParseContent()
196 patternStyle->rawAttrs_ = patternMap; in OnParseStyle()
H A Dresource_theme_style.h65 RawAttrMap rawAttrs_; // key and value read from global resource api.
H A Dresource_adapter_impl.cpp186 auto ret = manager->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
198 theme->rawAttrs_.size(), theme->patternAttrs_.size()); in GetTheme()
202 if (theme->patternAttrs_.empty() && theme->rawAttrs_.empty()) { in GetTheme()
H A Dresource_adapter_impl_v2.cpp215 auto ret = manager->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
229 if (theme->patternAttrs_.empty() && theme->rawAttrs_.empty()) { in GetTheme()
297 patternStyle->rawAttrs_ = attrMap; in GetPatternByName()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp195 RawAttrMap rawAttrs_; // key and value read from global resource api. member in OHOS::Ace::RawThemeStyle
205 for (auto& [attrName, attrValue] : rawAttrs_) { in ParseContent()
224 patternStyle->rawAttrs_ = attrValue->GetPattern(); in ParseContent()
314 auto& attrMap = theme->rawAttrs_; in GetTheme()
H A Dresource_adapter_impl_standard.cpp188 auto ret = resourceManager_->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
200 theme->rawAttrs_.size(), theme->patternAttrs_.size()); in GetTheme()
203 if (theme->patternAttrs_.empty() && theme->rawAttrs_.empty()) { in GetTheme()