Home
last modified time | relevance | path

Searched refs:ServiceImplWithBinding (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc170 class ServiceImplWithBinding : public ServiceImpl { class
172 ServiceImplWithBinding(bool* was_deleted, in ServiceImplWithBinding() function in mojo::__anon4f44f45c0111::ServiceImplWithBinding
179 base::Bind(&ServiceImplWithBinding::OnConnectionError, in ServiceImplWithBinding()
184 ~ServiceImplWithBinding() override{ in ~ServiceImplWithBinding()
193 DISALLOW_COPY_AND_ASSIGN(ServiceImplWithBinding);
202 new ServiceImplWithBinding(&was_deleted, run_loop.QuitClosure(), in TEST_F()
368 new ServiceImplWithBinding(&was_deleted, run_loop.QuitClosure(), in TEST_F()