Home
last modified time | relevance | path

Searched refs:pullAndSendHeartbeatsIfNeeded (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp638 shellSubscriberClient->pullAndSendHeartbeatsIfNeeded(/* nowSecs= */ 0, /* nowMillis= */ 0, in TEST_F()
650 shellSubscriberClient->pullAndSendHeartbeatsIfNeeded(/* nowSecs= */ 61, /* nowMillis= */ 61'000, in TEST_F()
659 shellSubscriberClient->pullAndSendHeartbeatsIfNeeded(/* nowSecs= */ 61, /* nowMillis= */ 61'000, in TEST_F()
685 shellSubscriberClient->pullAndSendHeartbeatsIfNeeded(/* nowSecs= */ 70, /* nowMillis= */ 70'000, in TEST_F()
704 shellSubscriberClient->pullAndSendHeartbeatsIfNeeded(2, 2000, 2'000'000'000); in TEST_F()
712 shellSubscriberClient->pullAndSendHeartbeatsIfNeeded(59, 59'000, 59'000'000'000); in TEST_F()
/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.h76 int64_t pullAndSendHeartbeatsIfNeeded(int64_t nowSecs, int64_t nowMillis, int64_t nowNanos);
DShellSubscriber.cpp108 (*clientIt)->pullAndSendHeartbeatsIfNeeded(nowSecs, nowMillis, nowNanos); in pullAndSendHeartbeats()
DShellSubscriberClient.cpp253 int64_t ShellSubscriberClient::pullAndSendHeartbeatsIfNeeded(int64_t nowSecs, int64_t nowMillis, in pullAndSendHeartbeatsIfNeeded() function in android::os::statsd::ShellSubscriberClient