Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp112 ConnectionEventRecorder mConnectionEventCallRecorder{0}; member in android::EventThreadTest
143 mConnection = createConnection(mConnectionEventCallRecorder, in EventThreadTest()
249 auto args = mConnectionEventCallRecorder.waitForCall(); in expectHotplugEventReceivedByConnection()
260 auto args = mConnectionEventCallRecorder.waitForCall(); in expectConfigChangedEventReceivedByConnection()
272 auto args = mConnectionEventCallRecorder.waitForCall(); in expectUidFrameRateMappingEventReceivedByConnection()
281 auto args = mConnectionEventCallRecorder.waitForCall(); in expectUidFrameRateMappingEventReceivedByConnection()
300 EXPECT_FALSE(mConnectionEventCallRecorder.waitForCall(0us).has_value()); in TEST_F()
337 EXPECT_FALSE(mConnectionEventCallRecorder.waitForUnexpectedCall().has_value()); in TEST_F()
408 EXPECT_FALSE(mConnectionEventCallRecorder.waitForUnexpectedCall().has_value()); in TEST_F()
420 EXPECT_FALSE(mConnectionEventCallRecorder.waitForUnexpectedCall().has_value()); in TEST_F()
[all …]