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

  /system/connectivity/shill/wifi/
wifi_provider.cc 96 total_frequency_connections_(-1L),
397 total_frequency_connections_ = 0L;
424 total_frequency_connections_ += freq_count.second;
428 << total_frequency_connections_; local
759 CHECK(total_frequency_connections_ < std::numeric_limits<int64_t>::max());
762 ++total_frequency_connections_;
778 total_frequency_connections_ -= freq_count.second;
wifi_provider.h 265 int64_t total_frequency_connections_; member in class:shill::WiFiProvider

Completed in 204 milliseconds