Searched refs:my_result (Results 1 – 2 of 2) sorted by relevance
160 FixedChannelManager::ConnectionResult my_result; in TEST_F() local164 [&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() local215 [&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() local251 [&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()
165 FixedChannelManager::ConnectionResult my_result; in TEST_F() local169 [&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() local231 [&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() local270 [&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()