Searched refs:ExampleServiceImpl (Results 1 – 3 of 3) sorted by relevance
11 ExampleServiceImpl::ExampleServiceImpl() {} in ExampleServiceImpl() function in mojo::ExampleServiceImpl13 ExampleServiceImpl::~ExampleServiceImpl() {} in ~ExampleServiceImpl()15 void ExampleServiceImpl::Ping(uint16_t ping_value) { in Ping()20 void ExampleServiceImpl::RunCallback(const Callback<void()>& callback) { in RunCallback()
15 class ExampleServiceImpl : public InterfaceImpl<ExampleService> {17 ExampleServiceImpl();18 virtual ~ExampleServiceImpl();25 MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleServiceImpl);
27 InterfaceFactoryImpl<ExampleServiceImpl> example_service_factory_;