Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dqueue_unittest.cc224 std::unordered_map<int, std::promise<int>> enqueue_promise_map; in TEST_F() local
225enqueue_promise_map.emplace(std::piecewise_construct, std::forward_as_tuple(0), std::forward_as_tu… in TEST_F()
226 auto enqueue_future = enqueue_promise_map[0].get_future(); in TEST_F()
227 test_enqueue_end.RegisterEnqueue(&enqueue_promise_map); in TEST_F()
263 std::unordered_map<int, std::promise<int>> enqueue_promise_map; in TEST_F() local
264enqueue_promise_map.emplace(std::piecewise_construct, std::forward_as_tuple(0), std::forward_as_tu… in TEST_F()
265 auto enqueue_future = enqueue_promise_map[0].get_future(); in TEST_F()
266 test_enqueue_end.RegisterEnqueue(&enqueue_promise_map); in TEST_F()
275 test_enqueue_end.RegisterEnqueue(&enqueue_promise_map); in TEST_F()
298 std::unordered_map<int, std::promise<int>> enqueue_promise_map; in TEST_F() local
[all …]