Home
last modified time | relevance | path

Searched refs:ExtractWallClockToStrings (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/net/
Devent_history_unittest.cc81 vector<string> ExtractWallClockToStrings() { in ExtractWallClockToStrings() function in shill::EventHistoryTest
82 return event_history_->ExtractWallClockToStrings(); in ExtractWallClockToStrings()
236 EXPECT_TRUE(ExtractWallClockToStrings().empty()); in TEST_F()
245 vector<string> strings = ExtractWallClockToStrings(); in TEST_F()
Devent_history.h68 std::vector<std::string> ExtractWallClockToStrings() const;
Devent_history.cc44 std::vector<std::string> EventHistory::ExtractWallClockToStrings() const { in ExtractWallClockToStrings() function in shill::EventHistory
/system/connectivity/shill/
Dservice.cc1646 return disconnects_.ExtractWallClockToStrings(); in GetDisconnectsProperty()
1650 return misconnects_.ExtractWallClockToStrings(); in GetMisconnectsProperty()