Home
last modified time | relevance | path

Searched refs:GetBundleInfosForIncremental (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/app_file_service/tests/mock/module_external/src/
H A Dbms_adapter_mock.cpp31 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfosForIncremental( in GetBundleInfosForIncremental() function in OHOS::FileManagement::Backup::BundleMgrAdapter
34 return BBundleMgrAdapter::bms->GetBundleInfosForIncremental(incrementalDataList, userId); in GetBundleInfosForIncremental()
37 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfosForIncremental(int32_t userId, in GetBundleInfosForIncremental() function in OHOS::FileManagement::Backup::BundleMgrAdapter
40 return BBundleMgrAdapter::bms->GetBundleInfosForIncremental(userId, extraIncreData); in GetBundleInfosForIncremental()
/foundation/filemanagement/app_file_service/tests/mock/module_external/include/
H A Dbms_adapter_mock.h28 virtual std::vector<BJsonEntityCaps::BundleInfo> GetBundleInfosForIncremental(
30 virtual std::vector<BJsonEntityCaps::BundleInfo> GetBundleInfosForIncremental(int32_t,
51 MOCK_METHOD((std::vector<BJsonEntityCaps::BundleInfo>), GetBundleInfosForIncremental,
53 MOCK_METHOD((std::vector<BJsonEntityCaps::BundleInfo>), GetBundleInfosForIncremental, (int32_t,
/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,
/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
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp283 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfosForIncremental( in GetBundleInfosForIncremental() function in OHOS::FileManagement::Backup::BundleMgrAdapter
329 HILOGI("BundleMgrAdapter GetBundleInfosForIncremental end "); in GetBundleInfosForIncremental()
333 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfosForIncremental(int32_t userId, in GetBundleInfosForIncremental() function in OHOS::FileManagement::Backup::BundleMgrAdapter
370 auto bundleInfosNew = BundleMgrAdapter::GetBundleInfosForIncremental(bundleNames, userId); in GetBundleInfosForIncremental()
550 auto bundleInfos = BundleMgrAdapter::GetBundleInfosForIncremental(list, userId); in GetBundleInfosForAppend()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp141 auto bundleInfos = BundleMgrAdapter::GetBundleInfosForIncremental(GetUserIdDefault(), bundleNames); in GetLocalCapabilitiesIncremental()
194 BundleMgrAdapter::GetBundleInfosForIncremental(bundleNames, session->GetSessionUserId()); in StartGetFdTask()
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_incremental_test.cpp416 EXPECT_CALL(*bms, GetBundleInfosForIncremental(An<const vector<BIncrementalData>&>(), An<int32_t>())) in HWTEST_F()

Completed in 6 milliseconds