Searched refs:ExtractWallClockToStrings (Results 1 – 4 of 4) sorted by relevance
81 vector<string> ExtractWallClockToStrings() { in ExtractWallClockToStrings() function in shill::EventHistoryTest82 return event_history_->ExtractWallClockToStrings(); in ExtractWallClockToStrings()236 EXPECT_TRUE(ExtractWallClockToStrings().empty()); in TEST_F()245 vector<string> strings = ExtractWallClockToStrings(); in TEST_F()
68 std::vector<std::string> ExtractWallClockToStrings() const;
44 std::vector<std::string> EventHistory::ExtractWallClockToStrings() const { in ExtractWallClockToStrings() function in shill::EventHistory
1646 return disconnects_.ExtractWallClockToStrings(); in GetDisconnectsProperty()1650 return misconnects_.ExtractWallClockToStrings(); in GetMisconnectsProperty()