Searched refs:total_frequency_connections_ (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/wifi/
H A Dwifi_provider.cc96 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;
H A Dwifi_provider.h265 int64_t total_frequency_connections_; member in class:shill::WiFiProvider

Completed in 33 milliseconds