Home
last modified time | relevance | path

Searched refs:ISnapshotMergeStats (Results 1 – 8 of 8) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h31 void UpdateCowStats(ISnapshotMergeStats* stats) override;
58 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;
62 void SetMergeStatsFeatures(ISnapshotMergeStats* stats) override;
Dmock_snapshot.h29 MOCK_METHOD(void, UpdateCowStats, (ISnapshotMergeStats * stats), (override));
63 MOCK_METHOD(ISnapshotMergeStats*, GetSnapshotMergeStatsInstance, (), (override));
65 MOCK_METHOD(void, SetMergeStatsFeatures, (ISnapshotMergeStats*), (override));
Dsnapshot_stats.h26 class ISnapshotMergeStats {
28 virtual ~ISnapshotMergeStats() = default;
63 class SnapshotMergeStats : public ISnapshotMergeStats {
Dmock_snapshot_merge_stats.h26 class MockSnapshotMergeStats final : public ISnapshotMergeStats {
47 using ISnapshotMergeStats::Result;
Dsnapshot.h72 class ISnapshotMergeStats; variable
137 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;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp129 class SnapshotMergeStatsStub : public ISnapshotMergeStats {
151 ISnapshotMergeStats* SnapshotManagerStub::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()
173 void SnapshotManagerStub::UpdateCowStats(ISnapshotMergeStats*) { in UpdateCowStats() argument
187 void SnapshotManagerStub::SetMergeStatsFeatures(ISnapshotMergeStats*) { in SetMergeStatsFeatures() argument
Dsnapshot.cpp4168 ISnapshotMergeStats* SnapshotManager::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()
4336 void SnapshotManager::UpdateCowStats(ISnapshotMergeStats* stats) { in UpdateCowStats()
4365 void SnapshotManager::SetMergeStatsFeatures(ISnapshotMergeStats* stats) { in SetMergeStatsFeatures()
/system/update_engine/aosp/
Dcleanup_previous_update_action.h78 android::snapshot::ISnapshotMergeStats* merge_stats_;