Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dtheme_resource_test.cpp211 std::string iconPath = "data/test"; variable
227 std::string iconPath = "foreground.png"; variable
243 std::string iconPath = "foreground.png/"; variable
271 std::string iconPath(""); variable
287 std::string iconPath("/data/test/theme/themereource/"); variable
299 std::string iconPath("/data/test/theme/icons/dynamic_icons/"); variable
311 std::string iconPath("/data/test/theme/icons/dynamic_icons"); variable
330 std::string iconPath("/data/test/theme/icons/ohos.global.test.all"); variable
349 std::string iconPath("/data/test/theme/icons/dynamic_icons"); variable
Dtheme_manager_test.cpp454 std::string iconPath = tm->FindThemeIconResource(bundleInfo, iconName, userId); variable
476 std::string iconPath = tm->FindThemeIconResource(bundleInfo, iconName, userId); variable
509 std::string iconPath = tm->FindThemeIconResource(bundleInfo, iconName, userId); variable
541 std::string iconPath = tm->FindThemeIconResource(bundleInfo, iconName, userId); variable
571 std::string iconPath = tm->FindThemeIconResource(bundleInfo, iconName, userId); variable
612 std::string iconPath = tm->FindThemeIconResource(bundleInfo, iconName, userId); variable
/base/global/resource_management/frameworks/resmgr/test/unittest/utils/
Dutils_test.cpp57 std::string iconPath = "/data/test/all/assets/entry/resources/base/media/icon.png"; variable
70 std::string iconPath = "/data/test/all/assets/entry/resources/base/media/icon_no_exist.png"; variable
96 std::string iconPath = "/data/test/all/assets/entry/resources/base/media/icon.png"; variable
/base/global/resource_management/frameworks/resmgr/src/
Dtheme_pack_resource.cpp78 std::shared_ptr<ThemeConfig> GetThemeConfig(const std::string &iconPath) in GetThemeConfig()
202 const std::string &iconPath) in ParseIcon()
330 std::string GetIconsBundleName(const std::string& iconPath) in GetIconsBundleName()
350 …st std::shared_ptr<ThemeResource> ThemeResource::LoadThemeIconResource(const std::string& iconPath) in LoadThemeIconResource()
397 std::string iconPath = GetThemeAppIconByAbilityName(bundleInfo, iconName, abilityName); in GetThemeAppIcon() local
Dtheme_pack_manager.cpp409 std::string iconPath; in GetOtherIconsInfo() local
/base/powermgr/battery_manager/services/native/notification/
Dnotification_center.cpp100 void NotificationCenter::SetLittleIcon(const std::string& iconPath) in SetLittleIcon()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dutils.cpp59 RState Utils::GetMediaBase64Data(const std::string& iconPath, std::string &base64Data) in GetMediaBase64Data()