Home
last modified time | relevance | path

Searched defs:patch_device (Results 1 – 5 of 5) sorted by relevance

/tools/netsim/proto/netsim/
Dstats.proto65 optional uint32 patch_device = 4; field
/tools/netsim/rust/daemon/src/grpc_server/
Dfrontend.rs58 fn patch_device( in patch_device() method
/tools/netsim/rust/proto/src/
Dfrontend_grpc.rs225 pub fn patch_device( in patch_device() method
445 fn patch_device( in patch_device() method
Dstats.rs821 pub patch_device: ::std::option::Option<u32>, field
909 pub fn patch_device(&self) -> u32 { in patch_device() method
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs464 pub fn patch_device(patch_device_request: PatchDeviceRequest) -> Result<(), String> { in patch_device() function