Searched refs:SetMergeStatsFeatures (Results 1 – 6 of 6) sorted by relevance
62 void SetMergeStatsFeatures(ISnapshotMergeStats* stats) override;
65 MOCK_METHOD(void, SetMergeStatsFeatures, (ISnapshotMergeStats*), (override));
137 virtual void SetMergeStatsFeatures(ISnapshotMergeStats* stats) = 0;383 void SetMergeStatsFeatures(ISnapshotMergeStats* stats) override;
187 void SnapshotManagerStub::SetMergeStatsFeatures(ISnapshotMergeStats*) { in SetMergeStatsFeatures() function in android::snapshot::SnapshotManagerStub
4365 void SnapshotManager::SetMergeStatsFeatures(ISnapshotMergeStats* stats) { in SetMergeStatsFeatures() function in android::snapshot::SnapshotManager
311 snapshot_->SetMergeStatsFeatures(merge_stats_); in WaitForMergeOrSchedule()