Home
last modified time | relevance | path

Searched defs:iconPath (Results 1 – 3 of 3) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
Dtheme_pack_resource.cpp81 std::shared_ptr<ThemeConfig> GetThemeConfig(const std::string &iconPath) in GetThemeConfig()
184 const std::string &iconPath) in ParseIcon()
312 std::string GetIconsBundleName(const std::string& iconPath) in GetIconsBundleName()
325 …st std::shared_ptr<ThemeResource> ThemeResource::LoadThemeIconResource(const std::string& iconPath) in LoadThemeIconResource()
376 std::string iconPath = GetThemeAppIconByAbilityName(bundleInfo, iconName, abilityName); in GetThemeAppIcon() local
Dtheme_pack_manager.cpp382 std::string iconPath; in GetOtherIconsInfo() local
/base/global/resource_management/frameworks/resmgr/src/utils/
Dutils.cpp57 RState Utils::GetMediaBase64Data(const std::string& iconPath, std::string &base64Data) in GetMediaBase64Data()