Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_theme_style.cpp150 for (auto& [attrName, attrValue] : rawAttrs_) { in ParseContent()
192 patternStyle->rawAttrs_ = patternMap; in OnParseStyle()
H A Dresource_theme_style.h65 RawAttrMap rawAttrs_; // key and value read from global resource api. member in OHOS::Ace::ResourceThemeStyle
H A Dresource_adapter_impl.cpp185 auto ret = manager->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
197 theme->rawAttrs_.size(), theme->patternAttrs_.size()); in GetTheme()
201 if (theme->patternAttrs_.empty() && theme->rawAttrs_.empty()) { in GetTheme()
H A Dresource_adapter_impl_v2.cpp212 auto ret = manager->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
226 if (theme->patternAttrs_.empty() && theme->rawAttrs_.empty()) { in GetTheme()
294 patternStyle->rawAttrs_ = attrMap; in GetPatternByName()
/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.cpp189 auto ret = resourceManager_->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
201 theme->rawAttrs_.size(), theme->patternAttrs_.size()); in GetTheme()
204 if (theme->patternAttrs_.empty() && theme->rawAttrs_.empty()) { in GetTheme()

Completed in 7 milliseconds