Home
last modified time | relevance | path

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

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