Searched refs:ISnapshotMergeStats (Results 1 – 7 of 7) sorted by relevance
26 class ISnapshotMergeStats {28 virtual ~ISnapshotMergeStats() = default;47 class SnapshotMergeStats : public ISnapshotMergeStats {
50 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;
52 MOCK_METHOD(ISnapshotMergeStats*, GetSnapshotMergeStatsInstance, (), (override));
73 class ISnapshotMergeStats; variable247 virtual ISnapshotMergeStats* GetSnapshotMergeStatsInstance() = 0;303 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;
118 class SnapshotMergeStatsStub : public ISnapshotMergeStats {126 ISnapshotMergeStats* SnapshotManagerStub::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()
2766 ISnapshotMergeStats* SnapshotManager::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()
76 android::snapshot::ISnapshotMergeStats* merge_stats_;