Home
last modified time | relevance | path

Searched refs:themeValueVec_ (Results 1 - 2 of 2) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp36 themeValueVec_.clear(); in ~ThemeResource()
135 themeValueVec_.emplace_back(std::make_tuple(resType, name->valuestring, themeValue)); in InitThemeRes()
201 themeValueVec_.emplace_back(std::make_tuple(ResType::MEDIA, iconName, themeValue)); in ParseIcon()
209 if (themeValueVec_.empty()) { in GetThemeValues()
213 for (const auto &themeValue : themeValueVec_) { in GetThemeValues()
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h166 std::vector<std::tuple<ResType, std::string, std::shared_ptr<ThemeValue>> > themeValueVec_; member in OHOS::Global::Resource::ThemeResource

Completed in 2 milliseconds