Home
last modified time | relevance | path

Searched defs:delete_chip (Results 1 – 4 of 4) sorted by relevance

/tools/netsim/proto/netsim/
Dstats.proto64 optional uint32 delete_chip = 3; field
/tools/netsim/rust/proto/src/
Dfrontend_grpc.rs196 pub fn delete_chip( in delete_chip() method
438 fn delete_chip( in delete_chip() method
Dstats.rs820 pub delete_chip: ::std::option::Option<u32>, field
891 pub fn delete_chip(&self) -> u32 { in delete_chip() method
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs362 pub fn delete_chip(delete_json: &str) -> Result<(), String> { in delete_chip() function