HomeSort by relevance Sort by last modified time
    Searched refs:TestServiceImpl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/services/test_service/
test_service_impl.cc 18 TestServiceImpl::TestServiceImpl(ApplicationConnection* connection,
23 TestServiceImpl::~TestServiceImpl() {
26 void TestServiceImpl::OnConnectionEstablished() {
30 void TestServiceImpl::OnConnectionError() {
34 void TestServiceImpl::Ping(const mojo::Callback<void()>& callback) {
46 void TestServiceImpl::ConnectToAppAndGetTime(
57 void TestServiceImpl::StartTrackingRequests(
test_service_impl.h 19 class TestServiceImpl : public InterfaceImpl<TestService> {
21 TestServiceImpl(ApplicationConnection* connection,
23 virtual ~TestServiceImpl();
41 MOJO_DISALLOW_COPY_AND_ASSIGN(TestServiceImpl);
test_service_application.cc 34 BindToRequest(new TestServiceImpl(connection, this), &request);
  /external/chromium_org/mojo/application_manager/
application_manager_unittest.cc 47 class TestServiceImpl : public InterfaceImpl<TestService> {
49 explicit TestServiceImpl(TestContext* context) : context_(context) {
53 virtual ~TestServiceImpl() { --context_->num_impls; }
137 BindToRequest(new TestServiceImpl(context_), &request);

Completed in 63 milliseconds