Lines Matching refs:Create
134 return CommandView::Create(packetview); in GetSentCommand()
396 auto reset_view = ResetView::Create(CommandView::Create(sent_command)); in SetUp()
405 …hal->callbacks->hciEventReceived(GetPacketBytes(ResetCompleteBuilder::Create(num_packets, error_co… in SetUp()
441 hal->callbacks->hciEventReceived(GetPacketBytes(LeConnectionCompleteBuilder::Create( in TEST_F()
457 …ASSERT_TRUE(LeConnectionCompleteView::Create(LeMetaEventView::Create(EventView::Create(event))).Is… in TEST_F()
463 upper->SendHciCommandExpectingComplete(ResetBuilder::Create()); in TEST_F()
485 hal->callbacks->hciEventReceived(GetPacketBytes(NoCommandCompleteBuilder::Create(num_packets))); in TEST_F()
488 upper->SendHciCommandExpectingComplete(ReadLocalVersionInformationBuilder::Create()); in TEST_F()
494 hal->callbacks->hciEventReceived(GetPacketBytes(NoCommandCompleteBuilder::Create(num_packets))); in TEST_F()
513 …ReadLocalVersionInformationCompleteBuilder::Create(num_packets, error_code, local_version_informat… in TEST_F()
521 …ReadLocalVersionInformationCompleteView::Create(CommandCompleteView::Create(EventView::Create(even… in TEST_F()
530 upper->SendHciCommandExpectingComplete(ReadLocalVersionInformationBuilder::Create()); in TEST_F()
531 upper->SendHciCommandExpectingComplete(ReadLocalSupportedCommandsBuilder::Create()); in TEST_F()
532 upper->SendHciCommandExpectingComplete(ReadLocalSupportedFeaturesBuilder::Create()); in TEST_F()
541 auto version_view = ReadLocalVersionInformationView::Create(CommandView::Create(sent_command)); in TEST_F()
560 …ReadLocalVersionInformationCompleteBuilder::Create(num_packets, error_code, local_version_informat… in TEST_F()
568 …ReadLocalVersionInformationCompleteView::Create(CommandCompleteView::Create(EventView::Create(even… in TEST_F()
576 …auto supported_commands_view = ReadLocalSupportedCommandsView::Create(CommandView::Create(sent_com… in TEST_F()
590 …GetPacketBytes(ReadLocalSupportedCommandsCompleteBuilder::Create(num_packets, error_code, supporte… in TEST_F()
597 …ReadLocalSupportedCommandsCompleteView::Create(CommandCompleteView::Create(EventView::Create(event… in TEST_F()
604 …auto supported_features_view = ReadLocalSupportedFeaturesView::Create(CommandView::Create(sent_com… in TEST_F()
614 …GetPacketBytes(ReadLocalSupportedFeaturesCompleteBuilder::Create(num_packets, error_code, lmp_feat… in TEST_F()
621 …ReadLocalSupportedFeaturesCompleteView::Create(CommandCompleteView::Create(EventView::Create(event… in TEST_F()
627 upper->SendLeSecurityCommandExpectingComplete(LeRandBuilder::Create()); in TEST_F()
635 …LeRandView view = LeRandView::Create(LeSecurityCommandView::Create(CommandView::Create(sent_comman… in TEST_F()
643 …hal->callbacks->hciEventReceived(GetPacketBytes(LeRandCompleteBuilder::Create(num_packets, status,… in TEST_F()
651 ASSERT_TRUE(LeRandCompleteView::Create(CommandCompleteView::Create(event)).IsValid()); in TEST_F()
658 upper->SendSecurityCommandExpectingComplete(WriteSimplePairingModeBuilder::Create(enable)); in TEST_F()
666 …auto view = WriteSimplePairingModeView::Create(SecurityCommandView::Create(CommandView::Create(sen… in TEST_F()
673 …hal->callbacks->hciEventReceived(GetPacketBytes(WriteSimplePairingModeCompleteBuilder::Create(num_… in TEST_F()
681 …ASSERT_TRUE(WriteSimplePairingModeCompleteView::Create(CommandCompleteView::Create(event)).IsValid… in TEST_F()
694 upper->SendHciCommandExpectingStatus(CreateConnectionBuilder::Create( in TEST_F()
703 CreateConnectionView view = CreateConnectionView::Create( in TEST_F()
704 …ConnectionManagementCommandView::Create(AclCommandView::Create(CommandView::Create(sent_command)))… in TEST_F()
719 …hal->callbacks->hciEventReceived(GetPacketBytes(CreateConnectionStatusBuilder::Create(ErrorCode::S… in TEST_F()
731 …GetPacketBytes(ConnectionCompleteBuilder::Create(status, handle, bd_addr, link_type, encryption_en… in TEST_F()
739 ConnectionCompleteView connection_complete_view = ConnectionCompleteView::Create(event); in TEST_F()
754 …GetPacketBytes(AclBuilder::Create(handle, packet_boundary_flag, broadcast_flag, std::move(acl_payl… in TEST_F()
773 …upper->SendAclData(AclBuilder::Create(handle, packet_boundary_flag2, broadcast_flag2, std::move(ac… in TEST_F()
780 AclView sent_acl_view = AclView::Create(sent_acl); in TEST_F()
801 …GetPacketBytes(AclBuilder::Create(handle, packet_boundary_flag, broadcast_flag, std::move(acl_payl… in TEST_F()
839 …GetPacketBytes(AclBuilder::Create(handle, packet_boundary_flag, broadcast_flag, std::move(acl_payl… in TEST_F()
861 …GetPacketBytes(IsoBuilder::Create(handle, packet_boundary_flag, timestamp_flag, std::move(iso_payl… in TEST_F()
897 …GetPacketBytes(IsoBuilder::Create(handle, packet_boundary_flag, timestamp_flag, std::move(iso_payl… in TEST_F()