Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dshill_time.h44 wall_clock(in_wall_clock) {} in Timestamp()
48 std::string wall_clock; member
Devent_history_unittest.cc86 const string& wall_clock) { in GetTimestamp() argument
89 return Timestamp(monotonic, boottime, wall_clock); in GetTimestamp()
249 EXPECT_EQ(kValues[i].wall_clock, strings[i]); in TEST_F()
Devent_history.cc48 strings.push_back(it->wall_clock); in ExtractWallClockToStrings()
/system/connectivity/shill/
Dservice_unittest.cc160 const string& wall_clock) { in GetTimestamp() argument
163 return Timestamp(monotonic, boottime, wall_clock); in GetTimestamp()
169 const string& wall_clock) { in PushTimestamp() argument
171 GetTimestamp(monotonic_seconds, boottime_seconds, wall_clock)); in PushTimestamp()