Searched refs:ISnapshotMergeStats (Results 1 – 8 of 8) sorted by relevance
31 void UpdateCowStats(ISnapshotMergeStats* stats) override;58 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;62 void SetMergeStatsFeatures(ISnapshotMergeStats* stats) override;
29 MOCK_METHOD(void, UpdateCowStats, (ISnapshotMergeStats * stats), (override));63 MOCK_METHOD(ISnapshotMergeStats*, GetSnapshotMergeStatsInstance, (), (override));65 MOCK_METHOD(void, SetMergeStatsFeatures, (ISnapshotMergeStats*), (override));
26 class ISnapshotMergeStats {28 virtual ~ISnapshotMergeStats() = default;63 class SnapshotMergeStats : public ISnapshotMergeStats {
26 class MockSnapshotMergeStats final : public ISnapshotMergeStats {47 using ISnapshotMergeStats::Result;
72 class ISnapshotMergeStats; variable137 virtual void SetMergeStatsFeatures(ISnapshotMergeStats* stats) = 0;142 virtual void UpdateCowStats(ISnapshotMergeStats* stats) = 0;301 virtual ISnapshotMergeStats* GetSnapshotMergeStatsInstance() = 0;353 void UpdateCowStats(ISnapshotMergeStats* stats) override;379 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;383 void SetMergeStatsFeatures(ISnapshotMergeStats* stats) override;
129 class SnapshotMergeStatsStub : public ISnapshotMergeStats {151 ISnapshotMergeStats* SnapshotManagerStub::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()173 void SnapshotManagerStub::UpdateCowStats(ISnapshotMergeStats*) { in UpdateCowStats() argument187 void SnapshotManagerStub::SetMergeStatsFeatures(ISnapshotMergeStats*) { in SetMergeStatsFeatures() argument
4168 ISnapshotMergeStats* SnapshotManager::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()4336 void SnapshotManager::UpdateCowStats(ISnapshotMergeStats* stats) { in UpdateCowStats()4365 void SnapshotManager::SetMergeStatsFeatures(ISnapshotMergeStats* stats) { in SetMergeStatsFeatures()
78 android::snapshot::ISnapshotMergeStats* merge_stats_;