Home
last modified time | relevance | path

Searched refs:SetMergeStatsFeatures (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_stub.h62 void SetMergeStatsFeatures(ISnapshotMergeStats* stats) override;
H A Dmock_snapshot.h65 MOCK_METHOD(void, SetMergeStatsFeatures, (ISnapshotMergeStats*), (override));
H A Dsnapshot.h135 virtual void SetMergeStatsFeatures(ISnapshotMergeStats* stats) = 0;
384 void SetMergeStatsFeatures(ISnapshotMergeStats* stats) override;
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_stub.cpp187 void SnapshotManagerStub::SetMergeStatsFeatures(ISnapshotMergeStats*) { in SetMergeStatsFeatures() function in android::snapshot::SnapshotManagerStub
H A Dsnapshot.cpp4301 void SnapshotManager::SetMergeStatsFeatures(ISnapshotMergeStats* stats) { in SetMergeStatsFeatures() function in android::snapshot::SnapshotManager