Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_utils.cpp95 …if (themeConstants && themeConstants->GetResourceIdByName(matches[2].str(), matches[1].str(), resI… in ParseThemeIdReference()
160 if (resId == 0 && !themeConstants->GetResourceIdByName(resName, "media", resId)) { in ProcessImageSource()
H A Dtheme_constants.h321 …bool GetResourceIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) …
H A Dtheme_constants.cpp373 bool ThemeConstants::GetResourceIdByName(const std::string& resName, const std::string& resType, ui… in GetResourceIdByName() function in OHOS::Ace::ThemeConstants
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_appinfo.cpp48 auto ret = themeConstants->GetResourceIdByName(resourceName, "string", resId); in ParseI18nAppName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h355 …bool GetResourceIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) … in GetResourceIdByName() function
362 return themeConstants_->GetResourceIdByName(resName, resType, resId); in GetResourceIdByName()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_theme_constants.cpp155 bool ThemeConstants::GetResourceIdByName(const std::string& resName, const std::string& resType, ui… in GetResourceIdByName() function in OHOS::Ace::ThemeConstants