Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp37 iconValues_.clear(); in ~ThemeResource()
348 themeRes->iconValues_.emplace_back(std::make_pair(themeKey, path)); in LoadThemeIconResource()
355 themeRes->iconValues_.emplace_back(std::make_pair(themeKey, path)); in LoadThemeIconResource()
362 themeRes->iconValues_.emplace_back(std::make_pair(themeKey, path)); in LoadThemeIconResource()
368 themeRes->iconValues_.emplace_back(std::make_pair(themeKey, path)); in LoadThemeIconResource()
381 for (size_t i = 0; i < iconValues_.size(); i++) { in GetThemeAppIcon()
382 if (iconValues_[i].first.bundleName == DYNAMIC_ICON && iconValues_[i].first.moduleName != bundleInfo.first) { in GetThemeAppIcon()
385 if (iconValues_[i].first.bundleName != DYNAMIC_ICON && iconValues_[ in GetThemeAppIcon()
[all...]
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h167 std::vector<std::pair<ThemeKey, std::string> > iconValues_; member in OHOS::Global::Resource::ThemeResource

Completed in 2 milliseconds