Searched refs:peripheral_user_interface (Results 1 – 1 of 1) sorted by relevance
219 .user_interface = &peripheral_user_interface, in SetUp()231 ::testing::Mock::VerifyAndClearExpectations(&peripheral_user_interface); in TearDown()306 UIMock peripheral_user_interface; member in bluetooth::security::PairingHandlerPairTest337 EXPECT_CALL(peripheral_user_interface, DisplayPairingPrompt(_, _)) in TEST_F()413 .user_interface = &peripheral_user_interface, in TEST_F()477 RecordPairingPromptHandling(peripheral_user_interface, &pairing_handler_b); in TEST_F()479 …EXPECT_CALL(peripheral_user_interface, DisplayConfirmValue(_)).WillOnce(SaveArg<0>(&data_periphera… in TEST_F()520 RecordPairingPromptHandling(peripheral_user_interface, &pairing_handler_b); in TEST_F()522 …EXPECT_CALL(peripheral_user_interface, DisplayPasskey(_)).WillOnce(Invoke([&](ConfirmationData dat… in TEST_F()572 RecordPairingPromptHandling(peripheral_user_interface, &pairing_handler_b); in TEST_F()[all …]