Home
last modified time | relevance | path

Searched defs:BindService (Results 1 – 6 of 6) sorted by relevance

/external/cronet/base/android/java/src/org/chromium/base/process_launcher/
DBindService.java26 final class BindService { class
99 private BindService() {} in BindService() method in BindService
/external/grpc-grpc/test/csharp/codegen/simple/expected/
DHelloworldGrpc.cs213 public static grpc::ServerServiceDefinition BindService(GreeterBase serviceImpl) in BindService() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter
225 public static void BindService(grpc::ServiceBinderBase serviceBinder, GreeterBase serviceImpl) in BindService() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter
/external/rust/crates/grpcio-sys/grpc/test/csharp/codegen/simple/expected/
DHelloworldGrpc.cs213 public static grpc::ServerServiceDefinition BindService(GreeterBase serviceImpl) in BindService() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter
225 public static void BindService(grpc::ServiceBinderBase serviceBinder, GreeterBase serviceImpl) in BindService() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter
/external/perfetto/protos/perfetto/ipc/
Dwire_protocol.proto23 message BindService { optional string service_name = 1; } message
/external/perfetto/src/ipc/
Dclient_impl.cc83 void ClientImpl::BindService(base::WeakPtr<ServiceProxy> service_proxy) { in BindService() function in perfetto::ipc::ClientImpl
Dhost_impl_unittest.cc121 void BindService(const std::string& service_name) { in BindService() function in perfetto::ipc::__anon3dffb9610111::FakeClient
246 TEST_F(HostImplTest, BindService) { in TEST_F() argument