Searched refs:FlushBSS (Results 1 – 6 of 6) sorted by relevance
39 virtual bool FlushBSS(const uint32_t& age) = 0;
42 MOCK_METHOD1(FlushBSS, bool(const uint32_t& age));
53 bool FlushBSS(const uint32_t& age) override;
205 bool ChromeosSupplicantInterfaceProxy::FlushBSS(const uint32_t& age) { in FlushBSS() function in shill::ChromeosSupplicantInterfaceProxy208 if (!interface_proxy_->FlushBSS(age, &error)) { in FlushBSS()
1422 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()
1576 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()