Home
last modified time | relevance | path

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 Dsvc_restore_deps_manager.cpp32 …std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(bundleInfo.name, bundleInfo.… in GetRestoreBundleNames()
82 …std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(bundleInfo.name, bundleInfo.… in BuildDepsMap()
H A Dservice.cpp366 … 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 Dservice_incremental.cpp390 … std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(info.name, info.appIndex); in HandleCurGroupIncBackupInfos()
690 …std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(bundleInfo.name, bundleInfo.… in SetCurrentBackupSessProperties()
H A Dsub_service.cpp299 … std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(info.name, info.appIndex); in GetSupportBackupBundleNames()
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_jsonutil/
H A Db_jsonutil.h128 static std::string BuildBundleNameIndexInfo(const std::string &bundleName, int bundleIndex);
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
H A Db_jsonutil.cpp373 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 Dbms_adapter.cpp402 … std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(installedBundle.name, in GetFullBundleInfos()