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()303 UIMock peripheral_user_interface; member in bluetooth::security::PairingHandlerPairTest334 …EXPECT_CALL(peripheral_user_interface, DisplayPairingPrompt(_, _)).Times(1).WillOnce(InvokeWithout… in TEST_F()407 .user_interface = &peripheral_user_interface, in TEST_F()471 RecordPairingPromptHandling(peripheral_user_interface, &pairing_handler_b); in TEST_F()473 …EXPECT_CALL(peripheral_user_interface, DisplayConfirmValue(_)).WillOnce(SaveArg<0>(&data_periphera… in TEST_F()514 RecordPairingPromptHandling(peripheral_user_interface, &pairing_handler_b); in TEST_F()516 …EXPECT_CALL(peripheral_user_interface, DisplayPasskey(_)).WillOnce(Invoke([&](ConfirmationData dat… in TEST_F()566 RecordPairingPromptHandling(peripheral_user_interface, &pairing_handler_b); in TEST_F()[all …]