Searched refs:TestDeviceInfo (Results 1 – 2 of 2) sorted by relevance
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ |
H A D | test_helpers.h | 52 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()
|
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_test.cpp | 101 TestDeviceInfo* test_device = nullptr; 511 auto info = new TestDeviceInfo(fake_super, slot_suffix); in NewManagerForFirstStageMount() 2079 test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() 2102 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() 2127 auto test_device = new TestDeviceInfo(fake_super, "_a"); in TEST_F() 2153 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() 2167 test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() 2214 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() 2228 test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() 2547 auto info = new TestDeviceInfo(fake_super, "_b"); in TEST_F() [all …]
|