Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp27 const std::string DYNAMIC_ICON = "dynamic_icons"; member
341 if (path.find(DYNAMIC_ICON) != std::string::npos) { in LoadThemeIconResource()
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_[i].first.bundleName != bundleInfo.first) { in GetThemeAppIcon()
403 if (iconValues_[i].first.bundleName == DYNAMIC_ICON && iconValues_[i].first.moduleName != bundleInfo.first) { in GetThemeAppIconByAbilityName()
406 if (iconValues_[i].first.bundleName != DYNAMIC_ICON && iconValues_[i].first.bundleName != bundleInfo.first) { in GetThemeAppIconByAbilityName()
419 if (iconValues_[i].first.bundleName == DYNAMIC_ICON) { in HasIconInTheme()

Completed in 2 milliseconds