Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/
H A Dbundle_install_msg.h43 char *smallIconPath; member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_info.h136 char *smallIconPath; member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp301 bool BundleInfoUtils::SetBundleInfoSmallIconPath(BundleInfo *bundleInfo, const char *smallIconPath) in SetBundleInfoSmallIconPath()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_extractor.cpp187 …const char *path, char **bundleName, char **label, char **smallIconPath, char **bigIconPath, uint8… in ExtractInstallMsg()
H A Dgt_bundle_parser.cpp715 …char *smallIconPath = BundleUtil::Strscat(smallIconPathComp, sizeof(smallIconPathComp) / sizeof(ch… in ConvertIconResToBundleInfo() local