Home
last modified time | relevance | path

Searched defs:ServerContext (Results 1 – 25 of 29) sorted by relevance

12

/third_party/grpc/src/cpp/server/channelz/
Dchannelz_service.cc40 ServerContext* /*unused*/, in GetTopChannels() argument
57 ServerContext* /*unused*/, const channelz::v1::GetServersRequest* request, in GetServers() argument
72 Status ChannelzService::GetServer(ServerContext* /*unused*/, in GetServer() argument
89 ServerContext* /*unused*/, in GetServerSockets() argument
107 ServerContext* /*unused*/, const channelz::v1::GetChannelRequest* request, in GetChannel() argument
122 ServerContext* /*unused*/, in GetSubchannel() argument
138 Status ChannelzService::GetSocket(ServerContext* /*unused*/, in GetSocket() argument
/third_party/grpc/src/cpp/ext/
Dproto_server_reflection.cc99 Status ProtoServerReflection::ListService(ServerContext* /*context*/, in ListService() argument
112 ServerContext* /*context*/, const std::string& file_name, in GetFileByName() argument
129 ServerContext* /*context*/, const std::string& symbol, in GetFileContainingSymbol() argument
146 ServerContext* /*context*/, const ExtensionRequest* request, in GetFileContainingExtension() argument
170 ServerContext* /*context*/, const std::string& type, in GetAllExtensionNumbers() argument
/third_party/grpc/include/grpcpp/impl/codegen/
Dmethod_handler.h101 std::function<::grpc::Status(ServiceType*, ::grpc::ServerContext*, in RpcMethodHandler()
144 std::function<::grpc::Status(ServiceType*, ::grpc::ServerContext*, in ClientStreamingHandler()
192 ServiceType*, ::grpc::ServerContext*, in ServerStreamingHandler()
265 std::function<::grpc::Status(::grpc::ServerContext*, Streamer*)> func) in TemplatedBidiStreamingHandler()
311 ServiceType*, ::grpc::ServerContext*, in BidiStreamingHandler()
330 explicit StreamedUnaryHandler( in StreamedUnaryHandler()
345 explicit SplitServerStreamingHandler( in SplitServerStreamingHandler()
Dserver_context_impl.h522 ServerContext() {} // for async calls in ServerContext() function
548 ServerContext(gpr_timespec deadline, grpc_metadata_array* arr) in ServerContext() function
Dserver_context.h548 ServerContext() {} // for async calls in ServerContext() function
574 ServerContext(gpr_timespec deadline, grpc_metadata_array* arr) in ServerContext() function
Dservice_type.h32 class ServerContext; variable
Dclient_context_impl.h94 class ServerContext; variable
Dclient_context.h60 class ServerContext; variable
/third_party/grpc/test/cpp/qps/
Dserver_sync.cc39 Status UnaryCall(ServerContext* /*context*/, const SimpleRequest* request, in UnaryCall() argument
48 ServerContext* /*context*/, in StreamingCall() argument
117 static Status ClientPull(ServerContext* /*context*/, R* stream, in ClientPull() argument
131 static Status ServerPush(ServerContext* /*context*/, W* stream, in ServerPush() argument
Dqps_worker.cc138 Status CoreCount(ServerContext* /*ctx*/, const CoreRequest*, in CoreCount() argument
144 Status QuitWorker(ServerContext* /*ctx*/, const Void*, Void*) override { in QuitWorker() argument
186 Status RunClientBody(ServerContext* /*ctx*/, in RunClientBody() argument
226 Status RunServerBody(ServerContext* /*ctx*/, in RunServerBody() argument
/third_party/grpc/include/grpcpp/
Dopencensus.h25 class ServerContext; variable
Dserver_impl.h57 class ServerContext; variable
Dserver.h48 class ServerContext; variable
/third_party/grpc/test/cpp/util/
Dmetrics_server.cc54 ServerContext* /*context*/, const EmptyMessage* /*request*/, in GetAllGauges() argument
69 grpc::Status MetricsServiceImpl::GetGauge(ServerContext* /*context*/, in GetGauge() argument
/third_party/grpc/test/cpp/end2end/
Dexception_test.cc42 Status Echo(ServerContext* /*server_context*/, const EchoRequest* /*request*/, in Echo() argument
46 Status RequestStream(ServerContext* /*context*/, in RequestStream() argument
Dserver_crash_test.cc53 ServerContext* /*context*/, in BidiStream() argument
68 Status ResponseStream(ServerContext* /*context*/, in ResponseStream() argument
Dclient_crash_test_server.cc49 ServerContext* /*context*/, in BidiStream() argument
Dmock_test.cc249 Status Echo(ServerContext* /*context*/, const EchoRequest* request, in Echo() argument
255 Status RequestStream(ServerContext* /*context*/, in RequestStream() argument
268 Status ResponseStream(ServerContext* /*context*/, const EchoRequest* request, in ResponseStream() argument
280 ServerContext* /*context*/, in BidiStream() argument
Dtest_health_check_service_impl.cc29 Status HealthCheckServiceImpl::Check(ServerContext* /*context*/, in Check() argument
Dhybrid_end2end_test.cc228 Status Echo(ServerContext* /*context*/, const EchoRequest* request, in Echo() argument
578 ServerContext* /*context*/, in StreamedEcho() argument
616 ServerContext* /*context*/, in StreamedEcho() argument
655 ServerContext* /*context*/, in StreamedResponseStream() argument
695 ServerContext* /*context*/, in StreamedResponseStream() argument
734 ServerContext* /*context*/, in StreamedEcho() argument
747 ServerContext* /*context*/, in StreamedResponseStream() argument
Dstreaming_throughput_test.cc109 ServerContext* /*context*/, in BidiStream() argument
/third_party/grpc/test/cpp/interop/
Dreconnect_interop_server.cc80 Status Start(ServerContext* /*context*/, const ReconnectParams* request, in Start() argument
108 Status Stop(ServerContext* /*context*/, const Empty* /*request*/, in Stop() argument
Dinterop_server.cc290 ServerContext* /*context*/, in HalfDuplexCall() argument
/third_party/grpc/test/cpp/client/
Dclient_channel_stress_test.cc79 Status BalanceLoad(ServerContext* /*context*/, Stream* stream) override { in BalanceLoad() argument
/third_party/grpc/src/cpp/server/
Dserver_cc.cc71 void PreSynchronousRequest(ServerContext* /*context*/) override {} in PreSynchronousRequest() argument
72 void PostSynchronousRequest(ServerContext* /*context*/) override {} in PostSynchronousRequest() argument

12