Searched refs:peripheral_user_interface (Results 1 – 1 of 1) sorted by relevance
215 .user_interface = &peripheral_user_interface, in SetUp()227 ::testing::Mock::VerifyAndClearExpectations(&peripheral_user_interface); in TearDown()299 UIMock peripheral_user_interface; member in bluetooth::security::PairingHandlerPairTest330 …EXPECT_CALL(peripheral_user_interface, DisplayPairingPrompt(_, _)).Times(1).WillOnce(InvokeWithout… in TEST_F()403 .user_interface = &peripheral_user_interface, in TEST_F()467 RecordPairingPromptHandling(peripheral_user_interface, &pairing_handler_b); in TEST_F()469 …EXPECT_CALL(peripheral_user_interface, DisplayConfirmValue(_)).WillOnce(SaveArg<0>(&data_periphera… in TEST_F()510 RecordPairingPromptHandling(peripheral_user_interface, &pairing_handler_b); in TEST_F()512 …EXPECT_CALL(peripheral_user_interface, DisplayPasskey(_)).WillOnce(Invoke([&](ConfirmationData dat… in TEST_F()562 RecordPairingPromptHandling(peripheral_user_interface, &pairing_handler_b); in TEST_F()[all …]