Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager_test.cc135 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() local
140 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
141 channel_1 = std::move(channel); in TEST_F()
154 EXPECT_NE(channel_1, nullptr); in TEST_F()
307 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() local
312 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
313 channel_1 = std::move(channel); in TEST_F()
326 EXPECT_NE(channel_1, nullptr); in TEST_F()
331 channel_1->RegisterOnCloseCallback( in TEST_F()
381 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() local
[all …]
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager_test.cc132 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() local
137 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
138 channel_1 = std::move(channel); in TEST_F()
161 ASSERT_NE(channel_1, nullptr); in TEST_F()
330 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() local
335 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
336 channel_1 = std::move(channel); in TEST_F()
357 EXPECT_NE(channel_1, nullptr); in TEST_F()
362 channel_1->RegisterOnCloseCallback( in TEST_F()
426 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() local
[all …]