Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc334 g_btrc_connection_state_future = in SetUp()
353 std::future<rc_connection_state_cb_t> g_btrc_connection_state_future; member in BtifRcConnectionTest
373 g_btrc_connection_state_future.wait_for(std::chrono::seconds(2))); in TEST_F()
374 auto res = g_btrc_connection_state_future.get(); in TEST_F()
391 g_btrc_connection_state_future.wait_for(std::chrono::seconds(3))); in TEST_F()
392 auto res = g_btrc_connection_state_future.get(); in TEST_F()
428 g_btrc_connection_state_future.wait_for(std::chrono::seconds(2))); in TEST_F()
429 auto res = g_btrc_connection_state_future.get(); in TEST_F()