Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs1095 struct TestTransport { struct
1100 impl TestTransport { implementation
1110 impl Transport for TestTransport { implementation
1167 let mut transport = TestTransport::new(); in test_non_exist_command()
1178 let mut transport = TestTransport::new(); in test_non_ascii_command_string()
1189 let mut transport = TestTransport::new(); in test_get_var_max_download_size()
1208 let mut transport = TestTransport::new(); in test_get_var()
1245 let mut transport = TestTransport::new(); in test_get_var_all()
1268 let mut transport = TestTransport::new(); in test_download()
1287 let mut transport = TestTransport::new(); in test_download_not_enough_args()
[all …]