Searched refs:ISnapshotMergeStats (Results 1 – 8 of 8) sorted by relevance
26 class ISnapshotMergeStats {28 virtual ~ISnapshotMergeStats() = default;63 class SnapshotMergeStats : public ISnapshotMergeStats {
26 class MockSnapshotMergeStats final : public ISnapshotMergeStats {49 using ISnapshotMergeStats::Result;
31 void UpdateCowStats(ISnapshotMergeStats* stats) override;57 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;
29 MOCK_METHOD(void, UpdateCowStats, (ISnapshotMergeStats * stats), (override));62 MOCK_METHOD(ISnapshotMergeStats*, GetSnapshotMergeStatsInstance, (), (override));
76 class ISnapshotMergeStats; variable139 virtual void UpdateCowStats(ISnapshotMergeStats* stats) = 0;298 virtual ISnapshotMergeStats* GetSnapshotMergeStatsInstance() = 0;347 void UpdateCowStats(ISnapshotMergeStats* stats) override;372 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;
124 class SnapshotMergeStatsStub : public ISnapshotMergeStats {145 ISnapshotMergeStats* SnapshotManagerStub::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()167 void SnapshotManagerStub::UpdateCowStats(ISnapshotMergeStats*) { in UpdateCowStats() argument
3591 ISnapshotMergeStats* SnapshotManager::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()3701 void SnapshotManager::UpdateCowStats(ISnapshotMergeStats* stats) { in UpdateCowStats()
78 android::snapshot::ISnapshotMergeStats* merge_stats_;