Home
last modified time | relevance | path

Searched refs:SetBundleInfoSmallIconPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dbundle_info_utils.h45 static bool SetBundleInfoSmallIconPath(BundleInfo *bundleInfo, const char *smallIconPath);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp76 SetBundleInfoSmallIconPath(des, src.smallIconPath); in CopyBundleInfo()
301 bool BundleInfoUtils::SetBundleInfoSmallIconPath(BundleInfo *bundleInfo, const char *smallIconPath) in SetBundleInfoSmallIconPath() function in OHOS::BundleInfoUtils