Home
last modified time | relevance | path

Searched refs:monotonic_seconds (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/net/
Devent_history_unittest.cc85 Timestamp GetTimestamp(int monotonic_seconds, int boottime_seconds, in GetTimestamp() argument
87 struct timeval monotonic = {.tv_sec = monotonic_seconds, .tv_usec = 0}; in GetTimestamp()
/system/connectivity/shill/
Dservice_unittest.cc159 Timestamp GetTimestamp(int monotonic_seconds, int boottime_seconds, in GetTimestamp() argument
161 struct timeval monotonic = { .tv_sec = monotonic_seconds, .tv_usec = 0 }; in GetTimestamp()
167 int monotonic_seconds, in PushTimestamp() argument
171 GetTimestamp(monotonic_seconds, boottime_seconds, wall_clock)); in PushTimestamp()