Searched refs:PairingHandlerPairTest (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 130 class PairingHandlerPairTest : public testing::Test { class 172 …handler_, common::Bind(&PairingHandlerPairTest::dequeue_callback_central, common::Unretained(this)… in SetUp() 174 …handler_, common::Bind(&PairingHandlerPairTest::dequeue_callback_peripheral, common::Unretained(th… in SetUp() 323 TEST_F(PairingHandlerPairTest, test_secure_connections_just_works) { in TEST_F() argument 376 TEST_F(PairingHandlerPairTest, test_secure_connections_just_works_peripheral_initiated) { in TEST_F() argument 456 TEST_F(PairingHandlerPairTest, test_secure_connections_numeric_comparison) { in TEST_F() argument 497 TEST_F(PairingHandlerPairTest, test_secure_connections_passkey_entry) { in TEST_F() argument 547 TEST_F(PairingHandlerPairTest, test_secure_connections_out_of_band) { in TEST_F() argument 583 TEST_F(PairingHandlerPairTest, test_secure_connections_out_of_band_two_way) { in TEST_F() argument 626 TEST_F(PairingHandlerPairTest, test_legacy_just_works) { in TEST_F() argument [all …]
|