Searched defs:nowSecs (Results 1 – 3 of 3) sorted by relevance
210 int64_t ShellSubscriberClient::pullIfNeeded(int64_t nowSecs, int64_t nowMillis, int64_t nowNanos) { in pullIfNeeded()238 int64_t ShellSubscriberClient::pullAndSendHeartbeatsIfNeeded(int64_t nowSecs, int64_t nowMillis, in pullAndSendHeartbeatsIfNeeded()
102 const int64_t nowSecs = nanoseconds_to_seconds(nowNanos); in pullAndSendHeartbeats() local
2137 final long nowSecs = System.currentTimeMillis() / 1000; in getDupNotifications() local