Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp283 SnapshotTestPropertyFetcher::SnapshotTestPropertyFetcher( in SnapshotTestPropertyFetcher() function in android::snapshot::SnapshotTestPropertyFetcher
292 std::string SnapshotTestPropertyFetcher::GetProperty(const std::string& key, in GetProperty()
301 bool SnapshotTestPropertyFetcher::GetBoolProperty(const std::string& key, bool defaultValue) { in GetBoolProperty()
H A Dsnapshot_metadata_updater_test.cpp53 SnapshotTestPropertyFetcher::SetUp(SlotSuffixForSlotNumber(1 - target_slot_)); in SetUp()
74 SnapshotTestPropertyFetcher::TearDown(); in TearDown()
H A Dpartition_cow_creator_test.cpp46 SnapshotTestPropertyFetcher::SetUp(); in SetUp()
50 SnapshotTestPropertyFetcher::TearDown(); in TearDown()
H A Dsnapshot_test.cpp162 auto fetcher = std::make_unique<SnapshotTestPropertyFetcher>("_a", std::move(properties)); in SetupProperties()
184 SnapshotTestPropertyFetcher::TearDown(); in TearDown()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h172 class SnapshotTestPropertyFetcher : public android::fs_mgr::IPropertyFetcher {
174 explicit SnapshotTestPropertyFetcher(const std::string& slot_suffix,
186 std::make_unique<SnapshotTestPropertyFetcher>(slot_suffix)); in Reset()