Lines Matching refs:GetMisconnects
155 EventHistory* GetMisconnects() { in GetMisconnects() function in shill::ServiceTest
1754 EXPECT_TRUE(GetMisconnects()->Empty()); in TEST_F()
1761 EXPECT_TRUE(GetMisconnects()->Empty()); in TEST_F()
1768 EXPECT_TRUE(GetMisconnects()->Empty()); in TEST_F()
1775 EXPECT_TRUE(GetMisconnects()->Empty()); in TEST_F()
1786 EXPECT_TRUE(GetMisconnects()->Empty()); in TEST_F()
1812 ASSERT_EQ(1, GetMisconnects()->Size()); in TEST_F()
1813 EXPECT_EQ(kNow, GetMisconnects()->Front().monotonic.tv_sec); in TEST_F()
1821 ASSERT_EQ(1, GetMisconnects()->Size()); in TEST_F()
1829 ASSERT_TRUE(GetMisconnects()->Empty()); in TEST_F()
1844 events = GetMisconnects(); in TEST_F()
1870 PushTimestamp(GetMisconnects(), 0, 0, ""); in TEST_F()
1874 EXPECT_EQ(GetMaxMisconnectEventHistory(), GetMisconnects()->Size()); in TEST_F()
1889 PushTimestamp(GetMisconnects(), 0, 0, kWallClock1); in TEST_F()