Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/1.1/vts/functional/
DVtsHalBroadcastradioV1_1TargetTest.cpp191 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, configChange, kConfigTimeout); in openTuner()
235 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, configChange, kConfigTimeout); in nextBand()
266 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, backgroundScanComplete, kFullScanTimeout); in getProgramList()
337 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, tuneComplete_1_1, kTuneTimeout); in TEST_P()
338 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, currentProgramInfoChanged, kEventPropagationTimeout); in TEST_P()
/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp251 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onProgramListReady, timeout::programListScan); in getProgramList()
445 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onCurrentProgramInfoChanged_, timeout::tune); in TEST_F()
518 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onCurrentProgramInfoChanged_, timeout::tune); in TEST_F()
523 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onCurrentProgramInfoChanged_, timeout::tune); in TEST_F()
547 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onCurrentProgramInfoChanged_, timeout::tune); in TEST_F()
552 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onCurrentProgramInfoChanged_, timeout::tune); in TEST_F()
/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
Dmock-timeout.h142 #define EXPECT_TIMEOUT_CALL_WAIT(obj, Method, timeout) \ macro