Home
last modified time | relevance | path

Searched refs:GetBundleInfosForIncremental (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_external/
H A Dbms_adapter.h55 static std::vector<BJsonEntityCaps::BundleInfo> GetBundleInfosForIncremental(
58 static std::vector<BJsonEntityCaps::BundleInfo> GetBundleInfosForIncremental(int32_t userId,
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_external/
H A Dbms_adapter_mock.cpp45 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfosForIncremental( in GetBundleInfosForIncremental() function in OHOS::FileManagement::Backup::BundleMgrAdapter
55 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfosForIncremental(int32_t userId, in GetBundleInfosForIncremental() function in OHOS::FileManagement::Backup::BundleMgrAdapter
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp288 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfosForIncremental( in GetBundleInfosForIncremental() function in OHOS::FileManagement::Backup::BundleMgrAdapter
339 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfosForIncremental(int32_t userId, in GetBundleInfosForIncremental() function in OHOS::FileManagement::Backup::BundleMgrAdapter
376 auto bundleInfosNew = BundleMgrAdapter::GetBundleInfosForIncremental(bundleNames, userId); in GetBundleInfosForIncremental()
555 auto bundleInfos = BundleMgrAdapter::GetBundleInfosForIncremental(list, userId); in GetBundleInfosForAppend()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp163 …auto bundleInfos = BundleMgrAdapter::GetBundleInfosForIncremental(session_->GetSessionUserId(), bu… in GetLocalCapabilitiesIncremental()
216 BundleMgrAdapter::GetBundleInfosForIncremental(bundleNames, session->GetSessionUserId()); in StartGetFdTask()