Home
last modified time | relevance | path

Searched defs:patch_device_request (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevices_handler.rs686 let mut patch_device_request = PatchDeviceRequest::new(); in patch_device_json() localVariable
1383 let mut patch_device_request = PatchDeviceRequest::new(); in test_patch_device_json() localVariable
1524 let mut patch_device_request = PatchDeviceRequest::new(); in test_reset() localVariable
1656 let mut patch_device_request = PatchDeviceRequest::new(); in test_get_distance() localVariable
1666 let mut patch_device_request = PatchDeviceRequest::new(); in test_get_distance() localVariable
/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend.rs659 pub mod patch_device_request { module