Home
last modified time | relevance | path

Searched refs:routeChat (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_server.js184 function routeChat(call) { function
215 routeChat: routeChat property
Droute_guide_grpc_pb.js133 routeChat: {
Droute_guide_client.js166 var call = client.routeChat();
/external/grpc-grpc/examples/node/dynamic_codegen/route_guide/
Droute_guide_server.js194 function routeChat(call) { function
225 routeChat: routeChat property
Droute_guide_client.js173 var call = client.routeChat();
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/routeguide/
DRouteGuideClientTest.java369 public StreamObserver<RouteNote> routeChat(StreamObserver<RouteNote> responseObserver) { in routeChat_simpleResponse()
395 CountDownLatch latch = client.routeChat(); in routeChat_simpleResponse()
437 public StreamObserver<RouteNote> routeChat( in routeChat_echoResponse()
462 client.routeChat().await(1, TimeUnit.SECONDS); in routeChat_echoResponse()
486 public StreamObserver<RouteNote> routeChat( in routeChat_errorResponse()
510 client.routeChat().await(1, TimeUnit.SECONDS); in routeChat_errorResponse()
DRouteGuideServerTest.java207 public void routeChat() { in routeChat() method in RouteGuideServerTest
223 StreamObserver<RouteNote> requestObserver = stub.routeChat(responseObserver); in routeChat()
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
DRouteGuideClient.java199 public CountDownLatch routeChat() { in routeChat() method in RouteGuideClient
203 asyncStub.routeChat(new StreamObserver<RouteNote>() { in routeChat()
276 CountDownLatch finishLatch = client.routeChat(); in main()
DRouteGuideServer.java215 public StreamObserver<RouteNote> routeChat(final StreamObserver<RouteNote> responseObserver) { in routeChat() method in RouteGuideServer
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
DRouteGuideActivity.java115 public void routeChat(View view) { in routeChat() method in RouteGuideActivity
357 return routeChat(asyncStub); in run()
364 private String routeChat(RouteGuideStub asyncStub) in routeChat() method in RouteGuideActivity.RouteChatRunnable
370 asyncStub.routeChat( in routeChat()
/external/grpc-grpc/examples/objective-c/route_guide/
DViewControllers.m250 * Run the routeChat demo. Send some chat messages, and print any chat messages that are sent from