Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs552 let mut patch_device_request = PatchDeviceRequest::new(); in patch_device_json() localVariable
1200 let mut patch_device_request = PatchDeviceRequest::new(); in test_patch_device_json() localVariable
1339 let mut patch_device_request = PatchDeviceRequest::new(); in test_reset() localVariable
1470 let mut patch_device_request = PatchDeviceRequest::new(); in test_get_distance() localVariable
1480 let mut patch_device_request = PatchDeviceRequest::new(); in test_get_distance() localVariable
/tools/netsim/rust/proto/src/
Dfrontend.rs659 pub mod patch_device_request { module