Searched refs:BuildBundleNameIndexInfo (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | svc_restore_deps_manager.cpp | 32 …std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(bundleInfo.name, bundleInfo.… in GetRestoreBundleNames() 82 …std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(bundleInfo.name, bundleInfo.… in BuildDepsMap()
|
H A D | service.cpp | 366 … std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(hapTokenInfo.bundleName, in VerifyCallerAndGetCallerName() 652 …std::string bundleNameIndex = BJsonUtil::BuildBundleNameIndexInfo(restoreInfo.name, restoreInfo.ap… in SetCurrentSessProperties() 660 …std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(restoreInfo.name, restoreInf… in SetCurrentSessProperties() 734 std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(restoreInfo.name, in SetCurrentSessProperties() 743 …std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(restoreInfo.name, restoreInf… in SetCurrentSessProperties() 859 … std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(info.name, info.appIndex); in HandleCurGroupBackupInfos() 1725 … std::string bundleNameIndexStr = BJsonUtil::BuildBundleNameIndexInfo(info.name, info.appIndex); in AppendBundlesClearSession() 1730 … std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(info.name, info.appIndex); in AppendBundlesClearSession()
|
H A D | service_incremental.cpp | 390 … std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(info.name, info.appIndex); in HandleCurGroupIncBackupInfos() 690 …std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(bundleInfo.name, bundleInfo.… in SetCurrentBackupSessProperties()
|
H A D | sub_service.cpp | 299 … std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(info.name, info.appIndex); in GetSupportBackupBundleNames()
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_jsonutil/ |
H A D | b_jsonutil.h | 128 static std::string BuildBundleNameIndexInfo(const std::string &bundleName, int bundleIndex);
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/ |
H A D | b_jsonutil.cpp | 373 std::string BJsonUtil::BuildBundleNameIndexInfo(const std::string &bundleName, int appIndex) in BuildBundleNameIndexInfo() function in OHOS::FileManagement::Backup::BJsonUtil
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/ |
H A D | bms_adapter.cpp | 402 … std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(installedBundle.name, in GetFullBundleInfos()
|