Searched defs:RpcContext (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/ |
H A D | frontend.rs | 43 ctx: grpcio::RpcContext, in list_device() 60 ctx: grpcio::RpcContext, in patch_device() 75 fn reset(&mut self, ctx: grpcio::RpcContext, _req: Empty, sink: grpcio::UnarySink<Empty>) { in reset() 89 ctx: grpcio::RpcContext, in patch_capture() 120 ctx: grpcio::RpcContext, in list_capture() 137 ctx: grpcio::RpcContext, in get_capture() 183 ctx: ::grpcio::RpcContext, in create_device() 202 ctx: ::grpcio::RpcContext, in delete_chip()
|
H A D | backend.rs | 78 ctx: ::grpcio::RpcContext, in stream_packets()
|
/aosp_15_r20/tools/netsim/rust/frontend/src/ |
H A 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()
|
/aosp_15_r20/tools/netsim/rust/proto/src/ |
H A D | frontend_grpc.rs | 423 ctx: ::grpcio::RpcContext, in get_version() 431 ctx: ::grpcio::RpcContext, in create_device() 439 ctx: ::grpcio::RpcContext, in delete_chip() 447 ctx: ::grpcio::RpcContext, in patch_device() 455 ctx: ::grpcio::RpcContext, in reset() 463 ctx: ::grpcio::RpcContext, in list_device() 471 ctx: ::grpcio::RpcContext, in subscribe_device() 479 ctx: ::grpcio::RpcContext, in patch_capture() 487 ctx: ::grpcio::RpcContext, in list_capture() 495 ctx: ::grpcio::RpcContext, in get_capture()
|
H A D | packet_streamer_grpc.rs | 66 ctx: ::grpcio::RpcContext, in stream_packets()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/ |
D | server.rs | 645 pub struct RpcContext<'a> { struct 651 impl<'a> RpcContext<'a> { argument
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | reducer.hpp | 463 struct RpcContext { struct in c10d::Reducer 464 using ContextPtr = torch::distributed::autograd::ContextPtr; 466 ContextPtr context_ptr_holder; 467 std::atomic<ContextPtr::element_type*> context_ptr{nullptr};
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/aio/ |
H A D | _base_call.py | 36 class RpcContext(metaclass=ABCMeta): class
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/ |
H A D | face.py | 151 class RpcContext(abc.ABC): class
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/ |
H A D | __init__.py | 320 class RpcContext(abc.ABC): class
|