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

  /system/connectivity/shill/
ip_address_store.cc 36 IPAddressStore::IPAddressStore() : random_engine_(time(nullptr)) {
39 IPAddressStore::~IPAddressStore() {}
41 void IPAddressStore::AddUnique(const IPAddress& ip) {
45 void IPAddressStore::Remove(const IPAddress& ip) {
49 void IPAddressStore::Clear() {
53 bool IPAddressStore::Contains(const IPAddress& ip) const {
57 size_t IPAddressStore::Count() const {
61 bool IPAddressStore::Empty() const
    [all...]
ip_address_store.h 39 class IPAddressStore {
43 IPAddressStore();
44 virtual ~IPAddressStore();
64 DISALLOW_COPY_AND_ASSIGN(IPAddressStore);
mock_connection_health_checker.cc 29 IPAddressStore* remote_ips,
mock_ip_address_store.h 27 class MockIPAddressStore : public IPAddressStore {
mock_connection_health_checker.h 33 IPAddressStore* remote_ips,
connection_health_checker.h 43 class IPAddressStore;
70 IPAddressStore* remote_ips,
105 const IPAddressStore* remote_ips() const { return remote_ips_; }
196 IPAddressStore* remote_ips_;
ip_address_store_unittest.cc 52 IPAddressStore ip_address_store_;
manager.h 61 class IPAddressStore;
398 IPAddressStore* health_checker_remote_ips() const {
    [all...]
connection_health_checker.cc 86 IPAddressStore* remote_ips,
manager.cc 174 health_checker_remote_ips_(new IPAddressStore()),
    [all...]
  /system/connectivity/shill/wifi/
wake_on_wifi.h 405 const IPAddressStore& addrs, uint32_t wiphy_index,
441 const IPAddressStore& addrs, uint32_t net_detect_scan_period_seconds,
546 IPAddressStore wake_on_packet_connections_;
wake_on_wifi.cc 292 const IPAddressStore& addrs, uint32_t wiphy_index,
586 const IPAddressStore& addrs, uint32_t net_detect_scan_period_seconds,
    [all...]
wake_on_wifi_unittest.cc     [all...]

Completed in 131 milliseconds