Searched defs:wall_clock (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/net/
H A Dshill_time.h33 // |wall_clock| time that can be used for presenting the time in human-readable
44 wall_clock(in_wall_clock) {}
48 std::string wall_clock; member in struct:shill::Timestamp
H A Devent_history_unittest.cc86 const string& wall_clock) {
89 return Timestamp(monotonic, boottime, wall_clock);
249 EXPECT_EQ(kValues[i].wall_clock, strings[i]);
85 GetTimestamp(int monotonic_seconds, int boottime_seconds, const string& wall_clock) argument
/system/connectivity/shill/
H A Dservice_unittest.cc160 const string& wall_clock) {
163 return Timestamp(monotonic, boottime, wall_clock);
169 const string& wall_clock) {
171 GetTimestamp(monotonic_seconds, boottime_seconds, wall_clock));
159 GetTimestamp(int monotonic_seconds, int boottime_seconds, const string& wall_clock) argument
166 PushTimestamp(EventHistory* events, int monotonic_seconds, int boottime_seconds, const string& wall_clock) argument

Completed in 86 milliseconds