Home
last modified time | relevance | path

Searched defs:bigIconPath (Results 1 – 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/
Dbundle_install_msg.h44 char *bigIconPath; member
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
Dbundle_info.h93 char *bigIconPath; member
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
Dbundle_info_utils.cpp175 bool BundleInfoUtils::SetBundleInfoBigIconPath(BundleInfo *bundleInfo, const char *bigIconPath) in SetBundleInfoBigIconPath()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dgt_bundle_extractor.cpp187 …const char *path, char **bundleName, char **label, char **smallIconPath, char **bigIconPath, uint8… in ExtractInstallMsg()
Dgt_bundle_parser.cpp670 …char *bigIconPath = BundleUtil::Strscat(bigIconPathComp, sizeof(bigIconPathComp) / sizeof(char *)); in ConvertIconResToBundleInfo() local