Home
last modified time | relevance | path

Searched defs:get_capture (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend_grpc.rs405 pub fn get_capture( in get_capture() method
493 fn get_capture( in get_capture() method
H A Dstats.rs833 pub get_capture: ::std::option::Option<u32>, field
1023 pub fn get_capture(&self) -> u32 { in get_capture() method
/aosp_15_r20/tools/netsim/rust/frontend/src/
H A Dnetsim_test_server.rs83 fn get_capture( in get_capture() method
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dstats.proto71 optional uint32 get_capture = 10; field
/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/
H A Dfrontend.rs135 fn get_capture( in get_capture() method
/aosp_15_r20/tools/netsim/rust/daemon/src/captures/
H A Dcaptures_handler.rs76 pub fn get_capture(id: ChipIdentifier) -> anyhow::Result<File> { in get_capture() function