Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc444 auto handle_promise = std::promise<uint16_t>(); in TearDown() local
445 auto rx_disconnect_future = handle_promise.get_future(); in TearDown()
447 ["mock_connection_classic_on_disconnected"] = std::move(handle_promise); in TearDown()
515 auto handle_promise = std::promise<uint16_t>(); in TEST_F() local
516 auto rx_disconnect_future = handle_promise.get_future(); in TEST_F()
518 std::move(handle_promise); in TEST_F()