HomeSort by relevance Sort by last modified time
    Searched full:io_handler (Results 1 - 13 of 13) sorted by null

  /system/connectivity/shill/net/
io_handler_factory.h 20 #include "shill/net/io_handler.h"
io_input_handler.h 22 #include "shill/net/io_handler.h"
io_ready_handler.h 22 #include "shill/net/io_handler.h"
rtnl_handler.cc 37 #include "shill/net/io_handler.h"
netlink_manager.cc 35 #include "shill/net/io_handler.h"
netlink_manager_unittest.cc 36 #include "shill/net/io_handler.h"
    [all...]
  /system/connectivity/shill/
dns_client_unittest.cc 32 #include "shill/net/io_handler.h"
405 SentinelIOHandler* io_handler = new SentinelIOHandler(); local
408 .WillOnce(Return(io_handler));
415 EXPECT_CALL(*io_handler, Die());
426 SentinelIOHandler* io_handler = new SentinelIOHandler(); local
429 .WillOnce(Return(io_handler));
434 EXPECT_CALL(*io_handler, Die());
crypto_util_proxy.h 33 #include "shill/net/io_handler.h"
daemon_task_unittest.cc 35 #include "shill/net/io_handler.h"
icmp_session.h 42 #include "shill/net/io_handler.h"
  /system/connectivity/apmanager/
hostapd_monitor_unittest.cc 22 #include <shill/net/io_handler.h>
  /system/connectivity/shill/vpn/
third_party_vpn_driver_unittest.cc 92 IOHandler* io_handler = new IOHandler(); // Owned by |driver_| local
107 .WillOnce(Return(io_handler));
114 EXPECT_EQ(driver_->io_handler_.get(), io_handler);
third_party_vpn_driver.h 30 #include "shill/net/io_handler.h"

Completed in 693 milliseconds