/external/perfetto/src/ipc/ |
D | client_impl_unittest.cc | 228 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 277 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 306 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 346 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 392 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 447 cli_->BindService(proxy[i]->GetWeakPtr()); in TEST_F() 460 cli_->BindService(proxy2->GetWeakPtr()); in TEST_F() 461 cli_->BindService(proxy1->GetWeakPtr()); in TEST_F() 484 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 495 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() [all …]
|
D | host_impl_unittest.cc | 97 void BindService(const std::string& service_name) { in BindService() function in perfetto::ipc::__anon48d3e7760111::FakeClient 195 TEST_F(HostImplTest, BindService) { in TEST_F() argument 198 cli_->BindService("FakeService"); // FakeService does not exist yet. in TEST_F() 211 cli_->BindService("FakeService"); in TEST_F() 224 cli_->BindService("FakeService"); in TEST_F() 244 cli_->BindService("FakeService"); in TEST_F() 282 cli_->BindService("FakeService"); in TEST_F() 325 cli_->BindService("FakeService"); in TEST_F() 369 cli_->BindService("FakeService"); in TEST_F() 405 cli_->BindService("FakeService"); in TEST_F() [all …]
|
D | client_impl.cc | 57 void ClientImpl::BindService(base::WeakPtr<ServiceProxy> service_proxy) { in BindService() function in perfetto::ipc::ClientImpl 67 Frame::BindService* req = frame.mutable_msg_bind_service(); in BindService() 136 BindService(service_proxy); in OnConnect()
|
D | wire_protocol.proto | 24 message BindService { optional string service_name = 1; } message 67 BindService msg_bind_service = 3;
|
D | client_impl.h | 48 void BindService(base::WeakPtr<ServiceProxy>) override;
|
/external/grpc-grpc/doc/csharp/ |
D | server_reflection.md | 24 ServerReflection.BindService(new GreeterImpl()), 25 ServerReflection.BindService(reflectionServiceImpl)
|
/external/perfetto/include/perfetto/ipc/ |
D | client.h | 51 virtual void BindService(base::WeakPtr<ServiceProxy>) = 0;
|
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/ |
D | MathServer.cs | 33 Services = { Math.BindService(new MathServiceImpl()) }, in Main()
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
D | Program.cs | 34 Services = { RouteGuide.BindService(new RouteGuideImpl(features)) }, in Main()
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/ |
D | Program.cs | 39 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/ |
D | Program.cs | 39 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | EmptyServiceGrpc.cs | 78 public static grpc::ServerServiceDefinition BindService(EmptyServiceBase serviceImpl) in BindService() method in Grpc.Testing.EmptyService
|
D | InteropServer.cs | 71 Services = { TestService.BindService(new TestServiceImpl()) } in Run()
|
D | QpsWorker.cs | 74 Services = { WorkerService.BindService(workerServiceImpl) }, in RunAsync()
|
D | GeneratedServiceBaseTest.cs | 45 Services = { TestService.BindService(new UnimplementedTestServiceImpl()) }, in Init()
|
D | InteropClientServerTest.cs | 47 Services = { TestService.BindService(new TestServiceImpl()) }, in Init()
|
D | SslCredentialsTest.cs | 58 Services = { TestService.BindService(new SslCredentialsTestServiceImpl()) }, in Init()
|
D | CustomErrorDetailsTest.cs | 51 Services = { TestService.BindService(new CustomErrorDetailsTestServiceImpl()) }, in Init()
|
D | ServerRunners.cs | 69 service = BenchmarkService.BindService(new BenchmarkServiceImpl()); in CreateStarted()
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | ViewController.cs | 61 Services = { Greeter.BindService(new GreeterImpl()) }, in SayHello()
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 52 Services = { Greeter.BindService(new GreeterImpl()) }, in SayHello()
|
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthClientServerTest.cs | 48 Services = { Grpc.Health.V1.Health.BindService(serviceImpl) }, in Init()
|
/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | ReflectionGrpc.cs | 120 public static grpc::ServerServiceDefinition BindService(ServerReflectionBase serviceImpl) in BindService() method in Grpc.Reflection.V1Alpha.ServerReflection
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/ |
D | HelloworldGrpc.cs | 141 public static grpc::ServerServiceDefinition BindService(GreeterBase serviceImpl) in BindService() method in Helloworld.Greeter
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/ |
D | HelloworldGrpc.cs | 142 public static grpc::ServerServiceDefinition BindService(GreeterBase serviceImpl) in BindService() method in Helloworld.Greeter
|