Searched refs:installedBundle (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/ |
H A D | bms_adapter.cpp | 143 …bundleInfos.emplace_back(BJsonEntityCaps::BundleInfo {installedBundle.name, installedBundle.appInd… in GetBundleInfos() 314 …bundleInfos.emplace_back(BJsonEntityCaps::BundleInfo {installedBundle.name, installedBundle.appInd… in GetBundleInfosForIncremental() 321 if (installedBundle.appIndex > 0) { in GetBundleInfosForIncremental() 323 installedBundle.name; in GetBundleInfosForIncremental() 361 …bundleInfos.emplace_back(BJsonEntityCaps::BundleInfo {installedBundle.name, installedBundle.appInd… in GetBundleInfosForIncremental() 362 … installedBundle.versionCode, installedBundle.versionName, 0, 0, allToBackup, fullBackupOnly, in GetBundleInfosForIncremental() 401 if (installedBundle.appIndex > 0) { in GetFullBundleInfos() 403 installedBundle.appIndex); in GetFullBundleInfos() 411 …bundleInfos.emplace_back(BJsonEntityCaps::BundleInfo {installedBundle.name, installedBundle.appInd… in GetFullBundleInfos() 509 installedBundle, userId); in GetCurBundleExtenionInfo() [all …]
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_external/ |
H A D | bms_adapter.h | 74 …static bool GetCurBundleExtenionInfo(AppExecFwk::BundleInfo &installedBundle, const std::string &b…
|