Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dqueue_unittest.cc243 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local
244 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()
310 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local
311 dequeue_promise_map.emplace(std::piecewise_construct, std::forward_as_tuple(kQueueSize), in TEST_F()
313 auto dequeue_future = dequeue_promise_map[kQueueSize].get_future(); in TEST_F()
314 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()
381 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local
382 dequeue_promise_map.emplace(std::piecewise_construct, std::forward_as_tuple(kHalfOfQueueSize), in TEST_F()
384 auto dequeue_future = dequeue_promise_map[kHalfOfQueueSize].get_future(); in TEST_F()
385 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()
[all …]