Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/test/
Dbtif_hh_test.cc100 std::promise<connection_state_cb_t> g_bthh_connection_state_promise; variable
277 g_bthh_connection_state_promise.set_value(connection_state); in SetUp()
291 g_bthh_connection_state_promise = std::promise<connection_state_cb_t>(); in TEST_F()
293 auto future = g_bthh_connection_state_promise.get_future(); in TEST_F()
306 g_bthh_connection_state_promise = std::promise<connection_state_cb_t>(); in TEST_F()
307 future = g_bthh_connection_state_promise.get_future(); in TEST_F()