Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs616 fn handle_device_patch(writer: ResponseWritable, id: Option<DeviceIdentifier>, patch_json: &str) { in handle_device_patch() function
718 handle_device_patch(writer, None, patch_json.as_str()); in handle_device()
745 handle_device_patch(writer, Some(id), patch_json.as_str()); in handle_device()