Searched refs:g_btrc_connection_state_promise (Results 1 – 1 of 1) sorted by relevance
227 static std::promise<rc_connection_state_cb_t> g_btrc_connection_state_promise; variable291 g_btrc_connection_state_promise.set_value(rc_connection_state); in SetUp()304 g_btrc_connection_state_promise = std::promise<rc_connection_state_cb_t>(); in TEST_F()306 g_btrc_connection_state_promise.get_future(); in TEST_F()333 g_btrc_connection_state_promise = std::promise<rc_connection_state_cb_t>(); in SetUp()335 g_btrc_connection_state_promise.get_future(); in SetUp()343 g_btrc_connection_state_promise.set_value(rc_connection_state); in SetUp()