Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc195 .user_interface = &central_user_interface, in SetUp()
232 ::testing::Mock::VerifyAndClearExpectations(&central_user_interface); in TearDown()
305 UIMock central_user_interface; member in bluetooth::security::PairingHandlerPairTest
391 .user_interface = &central_user_interface, in TEST_F()
428 EXPECT_CALL(central_user_interface, DisplayPairingPrompt(_, _)) in TEST_F()
480 …EXPECT_CALL(central_user_interface, DisplayConfirmValue(_)).WillOnce(Invoke([&](ConfirmationData d… in TEST_F()
530 …EXPECT_CALL(central_user_interface, DisplayEnterPasskeyDialog(_)).WillOnce(Invoke([&](Confirmation… in TEST_F()
676 EXPECT_CALL(central_user_interface, DisplayConfirmValue(_)) in TEST_F()