Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/grpc_server/
Dfrontend.rs39 ctx: grpcio::RpcContext, in list_device()
56 _ctx: grpcio::RpcContext, in patch_device()
63 fn reset(&mut self, ctx: grpcio::RpcContext, _req: Empty, sink: grpcio::UnarySink<Empty>) { in reset()
77 _ctx: grpcio::RpcContext, in patch_capture()
86 _ctx: grpcio::RpcContext, in list_capture()
95 _ctx: grpcio::RpcContext, in get_capture()
Dbackend.rs78 ctx: ::grpcio::RpcContext, in stream_packets()
/tools/netsim/rust/frontend/src/
Dnetsim_test_server.rs40 _ctx: grpcio::RpcContext, in list_device()
49 _ctx: grpcio::RpcContext, in patch_device()
58 _ctx: grpcio::RpcContext, in reset()
67 _ctx: grpcio::RpcContext, in patch_capture()
76 _ctx: grpcio::RpcContext, in list_capture()
85 _ctx: grpcio::RpcContext, in get_capture()
/tools/netsim/rust/proto/src/
Dfrontend_grpc.rs424 ctx: ::grpcio::RpcContext, in get_version()
432 ctx: ::grpcio::RpcContext, in create_device()
440 ctx: ::grpcio::RpcContext, in delete_chip()
448 ctx: ::grpcio::RpcContext, in patch_device()
456 ctx: ::grpcio::RpcContext, in reset()
464 ctx: ::grpcio::RpcContext, in list_device()
472 ctx: ::grpcio::RpcContext, in subscribe_device()
480 ctx: ::grpcio::RpcContext, in patch_capture()
488 ctx: ::grpcio::RpcContext, in list_capture()
496 ctx: ::grpcio::RpcContext, in get_capture()
Dpacket_streamer_grpc.rs67 ctx: ::grpcio::RpcContext, in stream_packets()