Home
last modified time | relevance | path

Searched refs:networks_to_match_ (Results 1 – 3 of 3) sorted by relevance

/system/chre/apps/wifi_offload/
Dscan_filter.cc28 return networks_to_match_ == other.networks_to_match_ && in operator ==()
34 auto netList = SerializeVector(networks_to_match_, builder); in Serialize()
45 if (!DeserializeVector<PreferredNetwork>(*fbsNetList, &networks_to_match_)) { in Deserialize()
57 LOGI(" number of networks to match: %zu", networks_to_match_.size()); in Log()
58 for (auto &net : networks_to_match_) { in Log()
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dscan_filter.h50 Vector<PreferredNetwork> networks_to_match_; // empty means match all variable
/system/chre/apps/wifi_offload/test/
Dutility.cc127 init<wifi_offload::PreferredNetwork>(filter.networks_to_match_, rand_gen); in init()