Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h62 void SetMergeStatsFeatures(ISnapshotMergeStats* stats) override;
Dmock_snapshot.h65 MOCK_METHOD(void, SetMergeStatsFeatures, (ISnapshotMergeStats*), (override));
Dsnapshot.h137 virtual void SetMergeStatsFeatures(ISnapshotMergeStats* stats) = 0;
383 void SetMergeStatsFeatures(ISnapshotMergeStats* stats) override;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp187 void SnapshotManagerStub::SetMergeStatsFeatures(ISnapshotMergeStats*) { in SetMergeStatsFeatures() function in android::snapshot::SnapshotManagerStub
Dsnapshot.cpp4365 void SnapshotManager::SetMergeStatsFeatures(ISnapshotMergeStats* stats) { in SetMergeStatsFeatures() function in android::snapshot::SnapshotManager
/system/update_engine/aosp/
Dcleanup_previous_update_action.cc311 snapshot_->SetMergeStatsFeatures(merge_stats_); in WaitForMergeOrSchedule()