Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevice.rs238 fn create_test_device() -> Result<Device, String> { in create_test_device() function
270 let device = create_test_device().unwrap(); in test_exact_target_match()
282 let device = create_test_device().unwrap(); in test_substring_target_match()
294 let device = create_test_device().unwrap(); in test_ambiguous_target_match()
306 let device = create_test_device().unwrap(); in test_ambiguous_empty_target_match()
321 let device = create_test_device().unwrap(); in test_no_target_match()