Home
last modified time | relevance | path

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

/system/bt/gd/common/
Dbidi_queue_unittest.cc124 auto sending_b = new B(); in TEST_F() local
125 auto promise_sending_b = test_up.Send(sending_b); in TEST_F()
128 EXPECT_EQ(promise_receive_b->get_future().get(), sending_b); in TEST_F()