Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dwire_protocol.proto24 message BindService { optional string service_name = 1; } message
Dhost_impl_unittest.cc96 void BindService(const std::string& service_name) { in BindService() function in perfetto::ipc::__anon38f9ad6a0111::FakeClient
193 TEST_F(HostImplTest, BindService) { in TEST_F() argument
Dclient_impl.cc56 void ClientImpl::BindService(base::WeakPtr<ServiceProxy> service_proxy) { in BindService() function in perfetto::ipc::ClientImpl