Lines Matching refs:sent_command
395 auto sent_command = hal->GetSentCommand(); in SetUp() local
396 auto reset_view = ResetView::Create(CommandView::Create(sent_command)); in SetUp()
540 auto sent_command = hal->GetSentCommand(); in TEST_F() local
541 auto version_view = ReadLocalVersionInformationView::Create(CommandView::Create(sent_command)); in TEST_F()
575 sent_command = hal->GetSentCommand(); in TEST_F()
576 …upported_commands_view = ReadLocalSupportedCommandsView::Create(CommandView::Create(sent_command)); in TEST_F()
603 sent_command = hal->GetSentCommand(); in TEST_F()
604 …upported_features_view = ReadLocalSupportedFeaturesView::Create(CommandView::Create(sent_command)); in TEST_F()
633 auto sent_command = hal->GetSentCommand(); in TEST_F() local
634 ASSERT_LT(0, sent_command.size()); in TEST_F()
635 …ndView view = LeRandView::Create(LeSecurityCommandView::Create(CommandView::Create(sent_command))); in TEST_F()
664 auto sent_command = hal->GetSentCommand(); in TEST_F() local
665 ASSERT_LT(0, sent_command.size()); in TEST_F()
666 …WriteSimplePairingModeView::Create(SecurityCommandView::Create(CommandView::Create(sent_command))); in TEST_F()
701 auto sent_command = hal->GetSentCommand(); in TEST_F() local
702 ASSERT_LT(0, sent_command.size()); in TEST_F()
704 …onnectionManagementCommandView::Create(AclCommandView::Create(CommandView::Create(sent_command)))); in TEST_F()