Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend_grpc.rs195 pub fn delete_chip( in delete_chip() method
437 fn delete_chip( in delete_chip() method
H A Dstats.rs819 pub delete_chip: ::std::option::Option<u32>, field
890 pub fn delete_chip(&self) -> u32 { in delete_chip() method
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dstats.proto64 optional uint32 delete_chip = 3; field
/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/
H A Dfrontend.rs200 fn delete_chip( in delete_chip() method
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevices_handler.rs437 pub fn delete_chip(request: &DeleteChipRequest) -> Result<(), String> { in delete_chip() function