Searched refs:PairingHandlerPairTest (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 126 class PairingHandlerPairTest : public testing::Test { class 168 …handler_, common::Bind(&PairingHandlerPairTest::dequeue_callback_central, common::Unretained(this)… in SetUp() 170 …handler_, common::Bind(&PairingHandlerPairTest::dequeue_callback_peripheral, common::Unretained(th… in SetUp() 316 TEST_F(PairingHandlerPairTest, test_secure_connections_just_works) { in TEST_F() argument 366 TEST_F(PairingHandlerPairTest, test_secure_connections_just_works_peripheral_initiated) { in TEST_F() argument 446 TEST_F(PairingHandlerPairTest, test_secure_connections_numeric_comparison) { in TEST_F() argument 487 TEST_F(PairingHandlerPairTest, test_secure_connections_passkey_entry) { in TEST_F() argument 537 TEST_F(PairingHandlerPairTest, test_secure_connections_out_of_band) { in TEST_F() argument 573 TEST_F(PairingHandlerPairTest, test_secure_connections_out_of_band_two_way) { in TEST_F() argument 616 TEST_F(PairingHandlerPairTest, test_legacy_just_works) { in TEST_F() argument [all …]
|