Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/
H A Dfrontend.rs43 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 Dbackend.rs78 ctx: ::grpcio::RpcContext, in stream_packets()
/aosp_15_r20/tools/netsim/rust/frontend/src/
H A 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()
/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend_grpc.rs423 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 Dpacket_streamer_grpc.rs66 ctx: ::grpcio::RpcContext, in stream_packets()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dserver.rs645 pub struct RpcContext<'a> { struct
651 impl<'a> RpcContext<'a> { argument
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dreducer.hpp463 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.py36 class RpcContext(metaclass=ABCMeta): class
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
H A Dface.py151 class RpcContext(abc.ABC): class
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D__init__.py320 class RpcContext(abc.ABC): class