Searched defs:RpcContext (Results 1 – 5 of 5) sorted by relevance
/tools/netsim/rust/daemon/src/grpc_server/ |
D | frontend.rs | 39 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()
|
D | backend.rs | 78 ctx: ::grpcio::RpcContext, in stream_packets()
|
/tools/netsim/rust/frontend/src/ |
D | netsim_test_server.rs | 40 _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/ |
D | frontend_grpc.rs | 424 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()
|
D | packet_streamer_grpc.rs | 67 ctx: ::grpcio::RpcContext, in stream_packets()
|