Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stats.h26 class ISnapshotMergeStats {
28 virtual ~ISnapshotMergeStats() = default;
47 class SnapshotMergeStats : public ISnapshotMergeStats {
Dsnapshot_stub.h50 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;
Dmock_snapshot.h52 MOCK_METHOD(ISnapshotMergeStats*, GetSnapshotMergeStatsInstance, (), (override));
Dsnapshot.h73 class ISnapshotMergeStats; variable
247 virtual ISnapshotMergeStats* GetSnapshotMergeStatsInstance() = 0;
303 ISnapshotMergeStats* GetSnapshotMergeStatsInstance() override;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp118 class SnapshotMergeStatsStub : public ISnapshotMergeStats {
126 ISnapshotMergeStats* SnapshotManagerStub::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()
Dsnapshot.cpp2766 ISnapshotMergeStats* SnapshotManager::GetSnapshotMergeStatsInstance() { in GetSnapshotMergeStatsInstance()
/system/update_engine/
Dcleanup_previous_update_action.h76 android::snapshot::ISnapshotMergeStats* merge_stats_;