Home
last modified time | relevance | path

Searched refs:FlushBSS (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/supplicant/
Dsupplicant_interface_proxy_interface.h39 virtual bool FlushBSS(const uint32_t& age) = 0;
Dmock_supplicant_interface_proxy.h42 MOCK_METHOD1(FlushBSS, bool(const uint32_t& age));
/system/connectivity/shill/dbus/
Dchromeos_supplicant_interface_proxy.h53 bool FlushBSS(const uint32_t& age) override;
Dchromeos_supplicant_interface_proxy.cc205 bool ChromeosSupplicantInterfaceProxy::FlushBSS(const uint32_t& age) { in FlushBSS() function in shill::ChromeosSupplicantInterfaceProxy
208 if (!interface_proxy_->FlushBSS(age, &error)) { in FlushBSS()
/system/connectivity/shill/wifi/
Dwifi.cc1422 supplicant_interface_proxy_->FlushBSS(max_age); in ScanDoneTask()
1956 if (!supplicant_interface_proxy_->FlushBSS(0)) { in InitiateScanInDarkResume()
2334 supplicant_interface_proxy_->FlushBSS(0); in ConnectToSupplicant()
Dwifi_unittest.cc1576 EXPECT_CALL(*GetSupplicantInterfaceProxy(), FlushBSS(0)); in TEST_F()
1751 EXPECT_CALL(*GetSupplicantInterfaceProxy(), FlushBSS(_)); in TEST_F()
3043 FlushBSS(WiFi::kMaxBSSResumeAgeSeconds + 5)); in TEST_F()
4501 EXPECT_CALL(*GetSupplicantInterfaceProxy(), FlushBSS(0)); in TEST_F()
4521 EXPECT_CALL(*GetSupplicantInterfaceProxy(), FlushBSS(_)).Times(0); in TEST_F()