Searched refs:boottime_seconds (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/shill/net/ |
D | event_history_unittest.cc | 85 Timestamp GetTimestamp(int monotonic_seconds, int boottime_seconds, in GetTimestamp() argument 88 struct timeval boottime = {.tv_sec = boottime_seconds, .tv_usec = 0}; in GetTimestamp()
|
/system/connectivity/shill/ |
D | service_unittest.cc | 159 Timestamp GetTimestamp(int monotonic_seconds, int boottime_seconds, in GetTimestamp() argument 162 struct timeval boottime = { .tv_sec = boottime_seconds, .tv_usec = 0 }; in GetTimestamp() 168 int boottime_seconds, in PushTimestamp() argument 171 GetTimestamp(monotonic_seconds, boottime_seconds, wall_clock)); in PushTimestamp()
|
/system/connectivity/shill/wifi/ |
D | wake_on_wifi_unittest.cc | 1032 Timestamp GetTimestampBootTime(int boottime_seconds) { in GetTimestampBootTime() argument 1034 struct timeval boottime = {.tv_sec = boottime_seconds, .tv_usec = 0}; in GetTimestampBootTime()
|