Searched refs:GetRoamThreshold (Results 1 – 6 of 6) sorted by relevance
338 uint16_t GetRoamThreshold(Error* error) /*const*/;
392 uint16_t GetRoamThreshold(Error* /* error */) /*const*/ { in GetRoamThreshold() function
137 &WiFiService::GetRoamThreshold, in WiFiService()1281 uint16_t WiFiService::GetRoamThreshold(Error* /*error*/) { in GetRoamThreshold() function in shill::WiFiService
205 uint16_t GetRoamThreshold(WiFiServiceRefPtr service) const { in GetRoamThreshold() function in shill::WiFiServiceTest206 return service->GetRoamThreshold(nullptr); in GetRoamThreshold()2242 EXPECT_EQ(GetRoamThreshold(service), kRoamThreshold16); in TEST_F()2246 EXPECT_EQ(GetRoamThreshold(service), kRoamThreshold32); in TEST_F()
766 uint16_t GetRoamThreshold() const { in GetRoamThreshold() function in shill::WiFiObjectTest767 return wifi_->GetRoamThreshold(nullptr); in GetRoamThreshold()1550 EXPECT_EQ(GetRoamThreshold(), kRoamThreshold16); in TEST_F()1556 EXPECT_EQ(GetRoamThreshold(), kRoamThreshold32); in TEST_F()1565 EXPECT_EQ(kRoamThreshold16, GetRoamThreshold()); in TEST_F()
224 &WiFi::GetRoamThreshold,