Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dtest_helpers.cpp216 SnapshotTestPropertyFetcher::SnapshotTestPropertyFetcher( in SnapshotTestPropertyFetcher() function in android::snapshot::SnapshotTestPropertyFetcher
225 std::string SnapshotTestPropertyFetcher::GetProperty(const std::string& key, in GetProperty()
234 bool SnapshotTestPropertyFetcher::GetBoolProperty(const std::string& key, bool defaultValue) { in GetBoolProperty()
Dsnapshot_metadata_updater_test.cpp53 SnapshotTestPropertyFetcher::SetUp(SlotSuffixForSlotNumber(1 - target_slot_)); in SetUp()
74 SnapshotTestPropertyFetcher::TearDown(); in TearDown()
Dpartition_cow_creator_test.cpp47 SnapshotTestPropertyFetcher::SetUp(); in SetUp()
51 SnapshotTestPropertyFetcher::TearDown(); in TearDown()
Dsnapshot_test.cpp155 auto fetcher = std::make_unique<SnapshotTestPropertyFetcher>("_a", std::move(properties)); in SetupProperties()
177 SnapshotTestPropertyFetcher::TearDown(); in TearDown()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h175 class SnapshotTestPropertyFetcher : public android::fs_mgr::IPropertyFetcher {
177 explicit SnapshotTestPropertyFetcher(const std::string& slot_suffix,
189 std::make_unique<SnapshotTestPropertyFetcher>(slot_suffix)); in Reset()