Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager_test.cc160 FixedChannelManager::ConnectionResult my_result; in TEST_F() local
164 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
167 EXPECT_EQ(my_result.connection_result_code, in TEST_F()
211 FixedChannelManager::ConnectionResult my_result; in TEST_F() local
215 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
218 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SER… in TEST_F()
247 FixedChannelManager::ConnectionResult my_result; in TEST_F() local
251 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
264 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
265 EXPECT_EQ(my_result.hci_error, hci::ErrorCode::PAGE_TIMEOUT); in TEST_F()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager_test.cc165 FixedChannelManager::ConnectionResult my_result; in TEST_F() local
169 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
172 EXPECT_EQ(my_result.connection_result_code, in TEST_F()
227 FixedChannelManager::ConnectionResult my_result; in TEST_F() local
231 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
234 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SER… in TEST_F()
266 FixedChannelManager::ConnectionResult my_result; in TEST_F() local
270 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
282 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
283 EXPECT_EQ(my_result.hci_error, hci::ErrorCode::PAGE_TIMEOUT); in TEST_F()