Searched refs:pullAndSendHeartbeatsIfNeeded (Results 1 – 4 of 4) sorted by relevance
/packages/modules/StatsD/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 638 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/ |
D | ShellSubscriberClient.h | 76 int64_t pullAndSendHeartbeatsIfNeeded(int64_t nowSecs, int64_t nowMillis, int64_t nowNanos);
|
D | ShellSubscriber.cpp | 108 (*clientIt)->pullAndSendHeartbeatsIfNeeded(nowSecs, nowMillis, nowNanos); in pullAndSendHeartbeats()
|
D | ShellSubscriberClient.cpp | 253 int64_t ShellSubscriberClient::pullAndSendHeartbeatsIfNeeded(int64_t nowSecs, int64_t nowMillis, in pullAndSendHeartbeatsIfNeeded() function in android::os::statsd::ShellSubscriberClient
|