HomeSort by relevance Sort by last modified time
    Searched defs:BindService (Results 1 - 15 of 15) sorted by null

  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
EmptyServiceGrpc.cs 78 public static grpc::ServerServiceDefinition BindService(EmptyServiceBase serviceImpl)
ReportQpsScenarioServiceGrpc.cs 140 public static grpc::ServerServiceDefinition BindService(ReportQpsScenarioServiceBase serviceImpl)
MetricsGrpc.cs 189 public static grpc::ServerServiceDefinition BindService(MetricsServiceBase serviceImpl)
BenchmarkServiceGrpc.cs 317 public static grpc::ServerServiceDefinition BindService(BenchmarkServiceBase serviceImpl)
WorkerServiceGrpc.cs 315 public static grpc::ServerServiceDefinition BindService(WorkerServiceBase serviceImpl)
TestGrpc.cs     [all...]
  /external/grpc-grpc/examples/csharp/Helloworld/Greeter/
HelloworldGrpc.cs 141 public static grpc::ServerServiceDefinition BindService(GreeterBase serviceImpl)
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
HelloworldGrpc.cs 141 public static grpc::ServerServiceDefinition BindService(GreeterBase serviceImpl)
  /external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
HelloworldGrpc.cs 142 public static grpc::ServerServiceDefinition BindService(GreeterBase serviceImpl)
  /external/grpc-grpc/src/csharp/Grpc.HealthCheck/
HealthGrpc.cs 107 public static grpc::ServerServiceDefinition BindService(HealthBase serviceImpl)
  /external/grpc-grpc/src/csharp/Grpc.Reflection/
ReflectionGrpc.cs 120 public static grpc::ServerServiceDefinition BindService(ServerReflectionBase serviceImpl)
  /external/grpc-grpc/src/csharp/Grpc.Examples/
MathGrpc.cs 281 public static grpc::ServerServiceDefinition BindService(MathBase serviceImpl)
  /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
RouteGuideGrpc.cs 320 public static grpc::ServerServiceDefinition BindService(RouteGuideBase serviceImpl)
  /external/perfetto/src/ipc/
client_impl.cc 57 void ClientImpl::BindService(base::WeakPtr<ServiceProxy> service_proxy) {
67 Frame::BindService* req = frame.mutable_msg_bind_service();
71 PERFETTO_DLOG("BindService(%s) failed", service_name);
132 // Drain the BindService() calls that were queued before establishig the
136 BindService(service_proxy);
215 PERFETTO_DLOG("BindService(): unknown service_name=\"%s\"", svc_name);
222 "BindService(): Trying to bind service \"%s\" but another service "
host_impl_unittest.cc 97 void BindService(const std::string& service_name) {
195 TEST_F(HostImplTest, BindService) {
197 // BindService() request fails.
198 cli_->BindService("FakeService"); // FakeService does not exist yet.
211 cli_->BindService("FakeService");
224 cli_->BindService("FakeService");
244 cli_->BindService("FakeService");
282 cli_->BindService("FakeService");
325 cli_->BindService("FakeService");
369 cli_->BindService("FakeService")
    [all...]

Completed in 910 milliseconds