Searched refs:bigIconPath (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_info_utils.cpp | 54 SetBundleInfoBigIconPath(des, src.bigIconPath); in CopyBundleInfo() 95 des->bigIconPath = src.bigIconPath; in CopyBundleInfoNoReplication() 175 bool BundleInfoUtils::SetBundleInfoBigIconPath(BundleInfo *bundleInfo, const char *bigIconPath) in SetBundleInfoBigIconPath() argument 177 if (bundleInfo == nullptr || bigIconPath == nullptr) { in SetBundleInfoBigIconPath() 181 AdapterFree(bundleInfo->bigIconPath); in SetBundleInfoBigIconPath() 182 bundleInfo->bigIconPath = Utils::Strdup(bigIconPath); in SetBundleInfoBigIconPath() 183 return bundleInfo->bigIconPath != nullptr; in SetBundleInfoBigIconPath()
|
H A D | bundle_info.cpp | 30 AdapterFree(bundleInfo->bigIconPath); in ClearBundleInfo()
|
H A D | convert_utils.cpp | 262 (bundleInfo->bigIconPath != nullptr && in ConvertBundleInfoPartToJson() 263 …cJSON_AddStringToObject(root, BUNDLEINFO_JSON_KEY_ICONPATH, bundleInfo->bigIconPath) == nullptr) || in ConvertBundleInfoPartToJson()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_extractor.cpp | 187 …const char *path, char **bundleName, char **label, char **smallIconPath, char **bigIconPath, uint8… in ExtractInstallMsg() argument 229 *bigIconPath = Utils::Strdup(bundleInfo->bigIconPath); in ExtractInstallMsg() 232 …if (*bundleName == nullptr || *label == nullptr || *smallIconPath == nullptr || *bigIconPath == nu… in ExtractInstallMsg()
|
H A D | gt_bundle_parser.cpp | 710 …char *bigIconPath = BundleUtil::Strscat(bigIconPathComp, sizeof(bigIconPathComp) / sizeof(char *)); in ConvertIconResToBundleInfo() local 711 if (bigIconPath == nullptr) { in ConvertIconResToBundleInfo() 718 AdapterFree(bigIconPath); in ConvertIconResToBundleInfo() 740 bool isBigIconExisted = BundleUtil::IsFile(bigIconPath); in ConvertIconResToBundleInfo() 744 AdapterFree(bigIconPath); in ConvertIconResToBundleInfo() 751 AdapterFree(bundleInfo->bigIconPath); in ConvertIconResToBundleInfo() 754 bundleInfo->bigIconPath = bigIconPath; in ConvertIconResToBundleInfo() 757 bundleInfo->bigIconPath = bigIconPngPath; in ConvertIconResToBundleInfo() 758 AdapterFree(bigIconPath); in ConvertIconResToBundleInfo()
|
H A D | gt_bundle_manager_service.cpp | 111 &(bundleInstallMsg_->bigIconPath), in Install() 521 if (bundleInstallMsg_->bigIconPath != nullptr) { in ClearSystemBundleInstallMsg() 522 AdapterFree(bundleInstallMsg_->bigIconPath); in ClearSystemBundleInstallMsg() 523 bundleInstallMsg_->bigIconPath = nullptr; in ClearSystemBundleInstallMsg() 1201 bundleInstallMsg->bigIconPath = bundleInstallMsg_->bigIconPath; in ReportInstallCallback()
|
H A D | bundle_map.cpp | 148 newBundleInfo.bigIconPath = bundleInfo->bigIconPath; in GetCopyBundleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | bundle_info.h | 93 char *bigIconPath; member
|
H A D | README.md | 6 - `BundleInfo` application information, including, versionName, smallIconPath, bigIconPath, iconPat…
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_extractor.h | 30 char **bigIconPath, uint8_t &actionService);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/ |
H A D | bundle_install_msg.h | 44 char *bigIconPath; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/ |
H A D | bundle_info_utils.h | 32 static bool SetBundleInfoBigIconPath(BundleInfo *bundleInfo, const char *bigIconPath);
|