Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dicon_theme.cpp20 static std::unordered_map<InternalResource::ResourceId, std::string> RESOURCE_ICON_MAP = { variable
141 auto iter = RESOURCE_ICON_MAP.find(resourceId); in GetIconPath()
142 if (iter == RESOURCE_ICON_MAP.end()) { in GetIconPath()