Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dqueue_unittest.cc225 std::unordered_map<int, std::promise<int>> enqueue_promise_map; in TEST_F() local
226 enqueue_promise_map.emplace(std::piecewise_construct, std::forward_as_tuple(0), in TEST_F()
228 auto enqueue_future = enqueue_promise_map[0].get_future(); in TEST_F()
229 test_enqueue_end.RegisterEnqueue(&enqueue_promise_map); in TEST_F()
265 std::unordered_map<int, std::promise<int>> enqueue_promise_map; in TEST_F() local
266 enqueue_promise_map.emplace(std::piecewise_construct, std::forward_as_tuple(0), in TEST_F()
268 auto enqueue_future = enqueue_promise_map[0].get_future(); in TEST_F()
269 test_enqueue_end.RegisterEnqueue(&enqueue_promise_map); in TEST_F()
278 test_enqueue_end.RegisterEnqueue(&enqueue_promise_map); in TEST_F()
301 std::unordered_map<int, std::promise<int>> enqueue_promise_map; in TEST_F() local
[all …]