Home
last modified time | relevance | path

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

/aosp12/system/bt/osi/test/
H A Dfixed_queue_test.cc52 class FixedQueueTest : public AllocationTestHarness {}; class
54 TEST_F(FixedQueueTest, test_fixed_queue_new_free) { in TEST_F() argument
82 TEST_F(FixedQueueTest, test_fixed_queue_flush) { in TEST_F() argument
124 TEST_F(FixedQueueTest, test_fixed_queue_is_empty) { in TEST_F() argument
146 TEST_F(FixedQueueTest, test_fixed_queue_length) { in TEST_F() argument
168 TEST_F(FixedQueueTest, test_fixed_queue_capacity) { in TEST_F() argument
196 TEST_F(FixedQueueTest, test_fixed_queue_enqueue_dequeue) { in TEST_F() argument
233 TEST_F(FixedQueueTest, test_fixed_queue_try_peek_first_last) { in TEST_F() argument
263 TEST_F(FixedQueueTest, test_fixed_queue_try_remove_from_queue) { in TEST_F() argument
294 TEST_F(FixedQueueTest, test_fixed_queue_get_enqueue_dequeue_fd) { in TEST_F() argument
[all …]