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_stats.h26 class ISnapshotMergeStats {
28 virtual ~ISnapshotMergeStats() = default;
63 class SnapshotMergeStats : public ISnapshotMergeStats {
Dmock_snapshot_merge_stats.h26 class MockSnapshotMergeStats final : public ISnapshotMergeStats {
49 using ISnapshotMergeStats::Result;
Dsnapshot_stub.h31 void UpdateCowStats(ISnapshotMergeStats* stats) override;
57 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;
Dmock_snapshot.h29 MOCK_METHOD(void, UpdateCowStats, (ISnapshotMergeStats * stats), (override));
62 MOCK_METHOD(ISnapshotMergeStats*, GetSnapshotMergeStatsInstance, (), (override));
Dsnapshot.h76 class ISnapshotMergeStats; variable
139 virtual void UpdateCowStats(ISnapshotMergeStats* stats) = 0;
298 virtual ISnapshotMergeStats* GetSnapshotMergeStatsInstance() = 0;
347 void UpdateCowStats(ISnapshotMergeStats* stats) override;
372 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp124 class SnapshotMergeStatsStub : public ISnapshotMergeStats {
145 ISnapshotMergeStats* SnapshotManagerStub::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()
167 void SnapshotManagerStub::UpdateCowStats(ISnapshotMergeStats*) { in UpdateCowStats() argument
Dsnapshot.cpp3591 ISnapshotMergeStats* SnapshotManager::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()
3701 void SnapshotManager::UpdateCowStats(ISnapshotMergeStats* stats) { in UpdateCowStats()
/system/update_engine/aosp/
Dcleanup_previous_update_action.h78 android::snapshot::ISnapshotMergeStats* merge_stats_;