Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Ddynamic_channel_impl_test.cc89 StatusCapture* my_status = new StatusCapture(); in TEST_F() local
90 …dynamic_channel_impl.RegisterOnCloseCallback(user_handler->BindOnceOn(my_status, &StatusCapture::c… in TEST_F()
95 EXPECT_EQ(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION, my_status->value); in TEST_F()
98 delete my_status; in TEST_F()
114 StatusCapture* my_status = new StatusCapture(); in TEST_F() local
115 …dynamic_channel_impl.RegisterOnCloseCallback(user_handler->BindOnceOn(my_status, &StatusCapture::c… in TEST_F()
118 EXPECT_EQ(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION, my_status->value); in TEST_F()
121 delete my_status; in TEST_F()
134 StatusCapture* my_status = new StatusCapture(); in TEST_F() local
135 …dynamic_channel_impl.RegisterOnCloseCallback(user_handler->BindOnceOn(my_status, &StatusCapture::c… in TEST_F()
[all …]
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dfixed_channel_impl_test.cc92 hci::ErrorCode my_status = hci::ErrorCode::SUCCESS; in TEST_F() local
94 ….get(), common::testing::BindLambdaForTesting([&](hci::ErrorCode status) { my_status = status; })); in TEST_F()
99 EXPECT_EQ(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION, my_status); in TEST_F()
120 hci::ErrorCode my_status = hci::ErrorCode::SUCCESS; in TEST_F() local
122 ….get(), common::testing::BindLambdaForTesting([&](hci::ErrorCode status) { my_status = status; })); in TEST_F()
124 EXPECT_EQ(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION, my_status); in TEST_F()
142 hci::ErrorCode my_status = hci::ErrorCode::SUCCESS; in TEST_F() local
144 ….get(), common::testing::BindLambdaForTesting([&](hci::ErrorCode status) { my_status = status; })); in TEST_F()
149 EXPECT_EQ(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION, my_status); in TEST_F()
170 hci::ErrorCode my_status = hci::ErrorCode::SUCCESS; in TEST_F() local
[all …]
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dfixed_channel_impl_test.cc96 hci::ErrorCode my_status = hci::ErrorCode::SUCCESS; in TEST_F() local
98 ….get(), common::testing::BindLambdaForTesting([&](hci::ErrorCode status) { my_status = status; })); in TEST_F()
103 EXPECT_EQ(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION, my_status); in TEST_F()
128 hci::ErrorCode my_status = hci::ErrorCode::SUCCESS; in TEST_F() local
130 ….get(), common::testing::BindLambdaForTesting([&](hci::ErrorCode status) { my_status = status; })); in TEST_F()
132 EXPECT_EQ(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION, my_status); in TEST_F()
155 hci::ErrorCode my_status = hci::ErrorCode::SUCCESS; in TEST_F() local
157 ….get(), common::testing::BindLambdaForTesting([&](hci::ErrorCode status) { my_status = status; })); in TEST_F()
162 EXPECT_EQ(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION, my_status); in TEST_F()
188 hci::ErrorCode my_status = hci::ErrorCode::SUCCESS; in TEST_F() local
[all …]