Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp91 void expectInterceptCallReceived(nsecs_t expectedTimestamp);
101 void expectThrottleVsyncReceived(nsecs_t expectedTimestamp, uid_t);
212 void EventThreadTest::expectInterceptCallReceived(nsecs_t expectedTimestamp) { in expectInterceptCallReceived() argument
215 EXPECT_EQ(expectedTimestamp, std::get<0>(args.value())); in expectInterceptCallReceived()
218 void EventThreadTest::expectThrottleVsyncReceived(nsecs_t expectedTimestamp, uid_t uid) { in expectThrottleVsyncReceived() argument
221 EXPECT_EQ(expectedTimestamp, std::get<0>(args.value())); in expectThrottleVsyncReceived()
227 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection() argument
230 << expectedTimestamp; in expectVsyncEventReceivedByConnection()
234 EXPECT_EQ(expectedTimestamp, event.header.timestamp) in expectVsyncEventReceivedByConnection()
240 void EventThreadTest::expectVsyncEventReceivedByConnection(nsecs_t expectedTimestamp, in expectVsyncEventReceivedByConnection() argument
[all …]
/aosp12/packages/modules/StatsD/lib/libstatssocket/tests/
H A Dstats_event_test.cpp502 int64_t expectedTimestamp = 0x123456789; in TEST() local
505 AStatsEvent_overwriteTimestamp(event, expectedTimestamp); in TEST()
511 checkMetadata(&buffer, /*numElements=*/0, /*startTime=*/expectedTimestamp, in TEST()
512 /*endTime=*/expectedTimestamp, atomId); in TEST()
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/metrics/
H A DIpConnectivityLogTest.java116 final long expectedTimestamp = FAKE_TIME_STAMP + i * 100 + j; in testLoggingEventsWithMultipleCallers() local
120 assertEventsEqual(makeExpectedEvent(expectedTimestamp, expectedNetId, in testLoggingEventsWithMultipleCallers()