/external/perfetto/src/ipc/ |
D | client_impl_unittest.cc | 231 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 280 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 309 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 351 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 397 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 453 cli_->BindService(proxy[i]->GetWeakPtr()); in TEST_F() 466 cli_->BindService(proxy2->GetWeakPtr()); in TEST_F() 467 cli_->BindService(proxy1->GetWeakPtr()); in TEST_F() 490 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() 501 cli_->BindService(proxy->GetWeakPtr()); in TEST_F() [all …]
|
D | host_impl_unittest.cc | 100 void BindService(const std::string& service_name) { in BindService() function in perfetto::ipc::__anon3cf0bd540111::FakeClient 198 TEST_F(HostImplTest, BindService) { in TEST_F() argument 201 cli_->BindService("FakeService"); // FakeService does not exist yet. in TEST_F() 214 cli_->BindService("FakeService"); in TEST_F() 227 cli_->BindService("FakeService"); in TEST_F() 247 cli_->BindService("FakeService"); in TEST_F() 285 cli_->BindService("FakeService"); in TEST_F() 330 cli_->BindService("FakeService"); in TEST_F() 374 cli_->BindService("FakeService"); in TEST_F() 411 cli_->BindService("FakeService"); in TEST_F() [all …]
|
D | client_impl.cc | 83 void ClientImpl::BindService(base::WeakPtr<ServiceProxy> service_proxy) { in BindService() function in perfetto::ipc::ClientImpl 93 Frame::BindService* req = frame.mutable_msg_bind_service(); in BindService() 178 BindService(service_proxy); in OnConnect()
|
D | client_impl.h | 53 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/protos/perfetto/ipc/ |
D | wire_protocol.proto | 23 message BindService { optional string service_name = 1; } message 75 BindService msg_bind_service = 3;
|
/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 | CustomErrorDetailsTest.cs | 51 Services = { TestService.BindService(new CustomErrorDetailsTestServiceImpl()) }, in Init()
|
D | SslCredentialsTest.cs | 58 Services = { TestService.BindService(new SslCredentialsTestServiceImpl()) }, in Init()
|
D | ServerRunners.cs | 69 service = BenchmarkService.BindService(new BenchmarkServiceImpl()); in CreateStarted()
|
/external/perfetto/include/perfetto/ext/ipc/ |
D | client.h | 70 virtual void BindService(base::WeakPtr<ServiceProxy>) = 0;
|
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/ |
D | Program.cs | 34 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
|
/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
|