Home
last modified time | relevance | path

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

/system/bt/gd/security/test/
Dpairing_handler_le_pair_test.cc191 .user_interface = &central_user_interface, in SetUp()
228 ::testing::Mock::VerifyAndClearExpectations(&central_user_interface); in TearDown()
298 UIMock central_user_interface; member in bluetooth::security::PairingHandlerPairTest
381 .user_interface = &central_user_interface, in TEST_F()
418 EXPECT_CALL(central_user_interface, DisplayPairingPrompt(_, _)) in TEST_F()
470 …EXPECT_CALL(central_user_interface, DisplayConfirmValue(_)).WillOnce(Invoke([&](ConfirmationData d… in TEST_F()
520 …EXPECT_CALL(central_user_interface, DisplayEnterPasskeyDialog(_)).WillOnce(Invoke([&](Confirmation… in TEST_F()
666 …EXPECT_CALL(central_user_interface, DisplayConfirmValue(_)).WillOnce(Invoke([&](ConfirmationData d… in TEST_F()