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

  /system/connectivity/dhcp_client/
dhcpv4.h 84 std::unique_ptr<shill::IOHandler> input_handler_; member in class:dhcp_client::DHCPV4
dhcpv4.cc 151 input_handler_.reset(io_handler_factory_->CreateIOInputHandler(
159 input_handler_.reset();
  /system/connectivity/shill/vpn/
openvpn_management_server.h 158 std::unique_ptr<IOHandler> input_handler_; member in class:shill::OpenVPNManagementServer
openvpn_management_server_unittest.cc 231 server_.input_handler_.reset(new IOHandler());
242 EXPECT_FALSE(server_.input_handler_.get());
272 EXPECT_TRUE(server_.input_handler_.get());
openvpn_management_server.cc 138 input_handler_.reset();
185 input_handler_.reset(dispatcher_->CreateInputHandler(

Completed in 188 milliseconds