Searched refs:IOHandlerFactory (Results 1 – 10 of 10) sorted by relevance
24 IOHandlerFactory::IOHandlerFactory() {} in IOHandlerFactory() function in shill::IOHandlerFactory25 IOHandlerFactory::~IOHandlerFactory() {} in ~IOHandlerFactory()27 IOHandler* IOHandlerFactory::CreateIOInputHandler( in CreateIOInputHandler()36 IOHandler* IOHandlerFactory::CreateIOReadyHandler( in CreateIOReadyHandler()
25 class SHILL_EXPORT IOHandlerFactory {27 IOHandlerFactory();28 virtual ~IOHandlerFactory();41 DISALLOW_COPY_AND_ASSIGN(IOHandlerFactory);
40 void SetIOHandlerFactory(IOHandlerFactory* factory);42 IOHandlerFactory* GetIOHandlerFactory();49 std::unique_ptr<IOHandlerFactory> factory_;
29 : factory_(new IOHandlerFactory()) {} in IOHandlerFactoryContainer()37 void IOHandlerFactoryContainer::SetIOHandlerFactory(IOHandlerFactory* factory) { in SetIOHandlerFactory()42 IOHandlerFactory* IOHandlerFactoryContainer::GetIOHandlerFactory() { in GetIOHandlerFactory()
26 class MockIOHandlerFactory : public IOHandlerFactory {
191 IOHandlerFactory* io_handler_factory_;
446 IOHandlerFactory* io_handler_factory_;
32 class IOHandlerFactory; variable96 shill::IOHandlerFactory *io_handler_factory_;
65 IOHandlerFactory* io_handler_factory_;
83 shill::IOHandlerFactory *io_handler_factory_;