Home
last modified time | relevance | path

Searched refs:RawAttrMap (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_theme_style.h34 using RawAttrMap = std::map<std::string, std::string>; variable
35 using RawPatternMap = std::map<std::string, RawAttrMap>;
65 RawAttrMap rawAttrs_; // key and value read from global resource api.
H A Dresource_adapter_impl_v2.cpp217 ResourceThemeStyle::RawAttrMap attrMap; in GetTheme()
289 ResourceThemeStyle::RawAttrMap attrMap; in GetPatternByName()
H A Dresource_adapter_impl.cpp188 ResourceThemeStyle::RawAttrMap attrMap; in GetTheme()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp187 …using RawAttrMap = std::unordered_map<std::string, std::unique_ptr<Global::Resource::TypeAttribute… typedef in OHOS::Ace::RawThemeStyle
195 RawAttrMap rawAttrs_; // key and value read from global resource api.
H A Dresource_adapter_impl_standard.cpp190 ResourceThemeStyle::RawAttrMap attrMap; in GetTheme()