Home
last modified time | relevance | path

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

/system/bt/main/test/
Dmain_shim_test.cc360 auto handle_promise = std::promise<uint16_t>(); in TEST_F() local
361 auto rx_disconnect_future = handle_promise.get_future(); in TEST_F()
363 std::move(handle_promise); in TEST_F()