HomeSort by relevance Sort by last modified time
    Searched defs:ExtractWallClockToStrings (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/net/
event_history.cc 44 std::vector<std::string> EventHistory::ExtractWallClockToStrings() const {
event_history_unittest.cc 81 vector<string> ExtractWallClockToStrings() {
82 return event_history_->ExtractWallClockToStrings();
236 EXPECT_TRUE(ExtractWallClockToStrings().empty());
245 vector<string> strings = ExtractWallClockToStrings();

Completed in 1044 milliseconds