Home
last modified time | relevance | path

Searched refs:BindService (Results 1 – 25 of 45) sorted by relevance

12

/external/perfetto/src/ipc/
Dclient_impl_unittest.cc231 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 …]
Dhost_impl_unittest.cc100 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 …]
Dclient_impl.cc83 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()
Dclient_impl.h53 void BindService(base::WeakPtr<ServiceProxy>) override;
/external/grpc-grpc/doc/csharp/
Dserver_reflection.md24 ServerReflection.BindService(new GreeterImpl()),
25 ServerReflection.BindService(reflectionServiceImpl)
/external/perfetto/protos/perfetto/ipc/
Dwire_protocol.proto23 message BindService { optional string service_name = 1; } message
75 BindService msg_bind_service = 3;
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/
DMathServer.cs33 Services = { Math.BindService(new MathServiceImpl()) }, in Main()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DProgram.cs34 Services = { RouteGuide.BindService(new RouteGuideImpl(features)) }, in Main()
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DProgram.cs39 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
DProgram.cs39 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DEmptyServiceGrpc.cs78 public static grpc::ServerServiceDefinition BindService(EmptyServiceBase serviceImpl) in BindService() method in Grpc.Testing.EmptyService
DInteropServer.cs71 Services = { TestService.BindService(new TestServiceImpl()) } in Run()
DQpsWorker.cs74 Services = { WorkerService.BindService(workerServiceImpl) }, in RunAsync()
DGeneratedServiceBaseTest.cs45 Services = { TestService.BindService(new UnimplementedTestServiceImpl()) }, in Init()
DInteropClientServerTest.cs47 Services = { TestService.BindService(new TestServiceImpl()) }, in Init()
DCustomErrorDetailsTest.cs51 Services = { TestService.BindService(new CustomErrorDetailsTestServiceImpl()) }, in Init()
DSslCredentialsTest.cs58 Services = { TestService.BindService(new SslCredentialsTestServiceImpl()) }, in Init()
DServerRunners.cs69 service = BenchmarkService.BindService(new BenchmarkServiceImpl()); in CreateStarted()
/external/perfetto/include/perfetto/ext/ipc/
Dclient.h70 virtual void BindService(base::WeakPtr<ServiceProxy>) = 0;
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/
DProgram.cs34 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/
DViewController.cs61 Services = { Greeter.BindService(new GreeterImpl()) }, in SayHello()
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/
DMainActivity.cs52 Services = { Greeter.BindService(new GreeterImpl()) }, in SayHello()
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthClientServerTest.cs48 Services = { Grpc.Health.V1.Health.BindService(serviceImpl) }, in Init()
/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs120 public static grpc::ServerServiceDefinition BindService(ServerReflectionBase serviceImpl) in BindService() method in Grpc.Reflection.V1Alpha.ServerReflection
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DHelloworldGrpc.cs141 public static grpc::ServerServiceDefinition BindService(GreeterBase serviceImpl) in BindService() method in Helloworld.Greeter

12