Searched refs:kRoamThreshold16 (Results 1 – 2 of 2) sorted by relevance
1541 static const uint16_t kRoamThreshold16 = 16; in TEST_F() local1548 SetRoamThreshold(kRoamThreshold16)); in TEST_F()1549 EXPECT_TRUE(SetRoamThreshold(kRoamThreshold16)); in TEST_F()1550 EXPECT_EQ(GetRoamThreshold(), kRoamThreshold16); in TEST_F()1564 EXPECT_TRUE(SetRoamThreshold(kRoamThreshold16)); in TEST_F()1565 EXPECT_EQ(kRoamThreshold16, GetRoamThreshold()); in TEST_F()
2238 static const uint16_t kRoamThreshold16 = 16; in TEST_F() local2241 EXPECT_TRUE(SetRoamThreshold(service, kRoamThreshold16)); in TEST_F()2242 EXPECT_EQ(GetRoamThreshold(service), kRoamThreshold16); in TEST_F()