Home
last modified time | relevance | path

Searched refs:SnapshotTestPropertyFetcher (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h116 class SnapshotTestPropertyFetcher : public android::fs_mgr::testing::MockPropertyFetcher {
118 SnapshotTestPropertyFetcher(const std::string& slot_suffix) { in SnapshotTestPropertyFetcher() function
135 std::make_unique<NiceMock<SnapshotTestPropertyFetcher>>(slot_suffix)); in Reset()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater_test.cpp53 SnapshotTestPropertyFetcher::SetUp(SlotSuffixForSlotNumber(1 - target_slot_)); in SetUp()
71 void TearDown() override { SnapshotTestPropertyFetcher::TearDown(); } in TearDown()
Dpartition_cow_creator_test.cpp44 void SetUp() override { SnapshotTestPropertyFetcher::SetUp(); } in SetUp()
45 void TearDown() override { SnapshotTestPropertyFetcher::TearDown(); } in TearDown()
Dsnapshot_test.cpp100 SnapshotTestPropertyFetcher::SetUp(); in SetUp()
114 SnapshotTestPropertyFetcher::TearDown(); in TearDown()