Home
last modified time | relevance | path

Searched refs:TestDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h52 extern class TestDeviceInfo* test_device;
72 class TestDeviceInfo : public SnapshotManager::IDeviceInfo {
74 TestDeviceInfo() {} in TestDeviceInfo() function
75 explicit TestDeviceInfo(const std::string& fake_super) { set_fake_super(fake_super); } in TestDeviceInfo() function
76 TestDeviceInfo(const std::string& fake_super, const std::string& slot_suffix) in TestDeviceInfo() function
77 : TestDeviceInfo(fake_super) { in TestDeviceInfo()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp79 TestDeviceInfo* test_device = nullptr;
441 TestDeviceInfo* info = new TestDeviceInfo(fake_super); in TEST_F()
451 TestDeviceInfo* info = new TestDeviceInfo(fake_super); in TEST_F()
520 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
549 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
576 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
1021 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
1153 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
1165 init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_a")); in TEST_F()
1202 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
[all …]