Searched refs:GetResourceIdByName (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_utils.cpp | 95 …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 D | theme_constants.h | 321 …bool GetResourceIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) …
|
H A D | theme_constants.cpp | 373 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 D | manifest_appinfo.cpp | 48 auto ret = themeConstants->GetResourceIdByName(resourceName, "string", resId); in ParseI18nAppName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/ |
H A D | resource_wrapper.h | 355 …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 D | mock_theme_constants.cpp | 155 bool ThemeConstants::GetResourceIdByName(const std::string& resName, const std::string& resType, ui… in GetResourceIdByName() function in OHOS::Ace::ThemeConstants
|