Home
last modified time | relevance | path

Searched refs:boottime_seconds (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/net/
Devent_history_unittest.cc85 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/
Dservice_unittest.cc159 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/
Dwake_on_wifi_unittest.cc1032 Timestamp GetTimestampBootTime(int boottime_seconds) { in GetTimestampBootTime() argument
1034 struct timeval boottime = {.tv_sec = boottime_seconds, .tv_usec = 0}; in GetTimestampBootTime()