Home
last modified time | relevance | path

Searched refs:AsyncService (Results 1 – 20 of 20) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_server.h96 template <class ServiceImpl, class AsyncService, class RequestMessage, class ResponseMessage>
100 using EnqueueFunction = void (AsyncService::*)(grpc::ServerContext *, RequestMessage *,
105 CallData(ServiceImpl *service_impl, AsyncService *async_service, grpc::ServerCompletionQueue *cq, in CallData()
117 …static Status EnqueueRequest(ServiceImpl *service_impl, AsyncService *async_service, grpc::ServerC… in EnqueueRequest()
119 auto call = new CallData<ServiceImpl, AsyncService, RequestMessage, ResponseMessage>( in EnqueueRequest()
151 AsyncService *async_service_;
164 …CallData<gnn::GraphDataServiceImpl, GnnGraphData::AsyncService, request_msg, response_msg>::Enqueu…
165 …service_impl, async_service, cq, &GnnGraphData::AsyncService::Request##method, …
204 GnnGraphData::AsyncService svc_;
/third_party/grpc/examples/cpp/helloworld/
Dgreeter_async_server.cc79 CallData(Greeter::AsyncService* service, ServerCompletionQueue* cq) in CallData()
122 Greeter::AsyncService* service_;
162 Greeter::AsyncService service_;
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc_server.h53 Status operator()(CacheServerGreeter::AsyncService *svc, grpc::ServerCompletionQueue *cq);
91 CacheServerGreeter::AsyncService svc_;
Dcache_grpc_server.cc128 Status CacheServerRequest::operator()(CacheServerGreeter::AsyncService *svc, grpc::ServerCompletion… in operator ()()
/third_party/grpc/test/cpp/qps/
Dserver_async.cc536 BenchmarkService::AsyncService* service) { in RegisterBenchmarkService()
574 BenchmarkService::AsyncService, in CreateAsyncServer()
577 &BenchmarkService::AsyncService::RequestUnaryCall, in CreateAsyncServer()
578 &BenchmarkService::AsyncService::RequestStreamingCall, in CreateAsyncServer()
579 &BenchmarkService::AsyncService::RequestStreamingFromClient, in CreateAsyncServer()
580 &BenchmarkService::AsyncService::RequestStreamingFromServer, in CreateAsyncServer()
581 &BenchmarkService::AsyncService::RequestStreamingBothWays, in CreateAsyncServer()
/third_party/grpc/test/cpp/end2end/
Dnonblocking_test.cc112 service_.reset(new grpc::testing::EchoTestService::AsyncService()); in BuildAndStartServer()
178 std::unique_ptr<grpc::testing::EchoTestService::AsyncService> service_;
Dthread_stress_test.cc260 ::grpc::testing::EchoTestService::AsyncService service_;
308 CommonStressTestInsecure<grpc::testing::EchoTestService::AsyncService>>,
310 grpc::testing::EchoTestService::AsyncService, false>>>
Draw_end2end_test.cc170 typedef grpc::testing::EchoTestService::AsyncService SType; in TEST_F()
353 grpc::testing::EchoTestService::AsyncService> in TEST_F()
Dhybrid_end2end_test.cc789 duplicate::EchoTestService::AsyncService dup_service; in TEST_F()
797 HandleEcho<duplicate::EchoTestService::AsyncService>, &dup_service, in TEST_F()
906 duplicate::EchoTestService::AsyncService dup_service; in TEST_F()
914 HandleEcho<duplicate::EchoTestService::AsyncService>, &dup_service, in TEST_F()
Dserver_interceptors_end2end_test.cc348 EchoTestService::AsyncService service; in TEST_F()
421 EchoTestService::AsyncService service; in TEST_F()
Dasync_end2end_test.cc281 service_.reset(new grpc::testing::EchoTestService::AsyncService()); in BuildAndStartServer()
343 std::unique_ptr<grpc::testing::EchoTestService::AsyncService> service_;
/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_streaming_pump.h42 EchoTestService::AsyncService service; in BM_PumpStreamClientToServer()
111 EchoTestService::AsyncService service; in BM_PumpStreamServerToClient()
Dfullstack_streaming_ping_pong.h52 EchoTestService::AsyncService service; in BM_StreamingPingPong()
145 EchoTestService::AsyncService service; in BM_StreamingPingPongMsgs()
249 EchoTestService::AsyncService service; in BM_StreamingPingPongWithCoalescingApi()
Dfullstack_unary_ping_pong.h42 EchoTestService::AsyncService service; in BM_UnaryPingPong()
Dbm_fullstack_trickle.cc258 EchoTestService::AsyncService service; in BM_PumpStreamServerToClient_Trickle()
352 EchoTestService::AsyncService service; in BM_PumpUnbalancedUnary_Trickle()
/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.h40 : public grpc::lb::v1::LoadReporter::AsyncService {
/third_party/grpc/test/cpp/server/
Dserver_request_call_test.cc49 testing::EchoTestService::AsyncService service; in TEST()
/third_party/grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc154 EchoTestService::AsyncService service; in UnaryPingPong()
/third_party/flatbuffers/tests/
Dmonster_test.grpc.fb.h232 …ethod_GetMaxHitPoint< WithAsyncMethod_GetMinMaxHitPoints< Service > > > > AsyncService; typedef
/third_party/grpc/test/cpp/codegen/
Dcompiler_test_golden368 …syncMethod_MethodA2<WithAsyncMethod_MethodA3<WithAsyncMethod_MethodA4<Service > > > > AsyncService;
1011 typedef WithAsyncMethod_MethodB1<Service > AsyncService;