• Home
  • Raw
  • Download

Lines Matching refs:Create

112     return CommandPacketView::Create(packetview);  in GetSentCommand()
304 auto reset_view = ResetView::Create(CommandPacketView::Create(sent_command)); in SetUp()
313 …hal->callbacks->hciEventReceived(GetPacketBytes(ResetCompleteBuilder::Create(num_packets, error_co… in SetUp()
350 …LeConnectionCompleteBuilder::Create(status, handle, role, peer_address_type, peer_address, conn_in… in TEST_F()
358 …ASSERT(LeConnectionCompleteView::Create(LeMetaEventView::Create(EventPacketView::Create(event))).I… in TEST_F()
366 hal->callbacks->hciEventReceived(GetPacketBytes(NoCommandCompleteBuilder::Create(num_packets))); in TEST_F()
369 upper->SendHciCommandExpectingComplete(ReadLocalVersionInformationBuilder::Create()); in TEST_F()
375 hal->callbacks->hciEventReceived(GetPacketBytes(NoCommandCompleteBuilder::Create(num_packets))); in TEST_F()
394 …ReadLocalVersionInformationCompleteBuilder::Create(num_packets, error_code, local_version_informat… in TEST_F()
401 …SSERT(ReadLocalVersionInformationCompleteView::Create(CommandCompleteView::Create(EventPacketView:… in TEST_F()
411 upper->SendHciCommandExpectingComplete(ReadLocalVersionInformationBuilder::Create()); in TEST_F()
412 upper->SendHciCommandExpectingComplete(ReadLocalSupportedCommandsBuilder::Create()); in TEST_F()
413 upper->SendHciCommandExpectingComplete(ReadLocalSupportedFeaturesBuilder::Create()); in TEST_F()
422 …auto version_view = ReadLocalVersionInformationView::Create(CommandPacketView::Create(sent_command… in TEST_F()
441 …ReadLocalVersionInformationCompleteBuilder::Create(num_packets, error_code, local_version_informat… in TEST_F()
448 …SSERT(ReadLocalVersionInformationCompleteView::Create(CommandCompleteView::Create(EventPacketView:… in TEST_F()
457 …auto supported_commands_view = ReadLocalSupportedCommandsView::Create(CommandPacketView::Create(se… in TEST_F()
471 …GetPacketBytes(ReadLocalSupportedCommandsCompleteBuilder::Create(num_packets, error_code, supporte… in TEST_F()
477 …ASSERT(ReadLocalSupportedCommandsCompleteView::Create(CommandCompleteView::Create(EventPacketView:… in TEST_F()
485 …auto supported_features_view = ReadLocalSupportedFeaturesView::Create(CommandPacketView::Create(se… in TEST_F()
495 …GetPacketBytes(ReadLocalSupportedFeaturesCompleteBuilder::Create(num_packets, error_code, lmp_feat… in TEST_F()
501 …ASSERT(ReadLocalSupportedFeaturesCompleteView::Create(CommandCompleteView::Create(EventPacketView:… in TEST_F()
508 upper->SendLeSecurityCommandExpectingComplete(LeRandBuilder::Create()); in TEST_F()
516 …LeRandView view = LeRandView::Create(LeSecurityCommandView::Create(CommandPacketView::Create(sent_… in TEST_F()
524 …hal->callbacks->hciEventReceived(GetPacketBytes(LeRandCompleteBuilder::Create(num_packets, status,… in TEST_F()
532 ASSERT_TRUE(LeRandCompleteView::Create(CommandCompleteView::Create(event)).IsValid()); in TEST_F()
539 upper->SendSecurityCommandExpectingComplete(WriteSimplePairingModeBuilder::Create(enable)); in TEST_F()
547 …auto view = WriteSimplePairingModeView::Create(SecurityCommandView::Create(CommandPacketView::Crea… in TEST_F()
554 …hal->callbacks->hciEventReceived(GetPacketBytes(WriteSimplePairingModeCompleteBuilder::Create(num_… in TEST_F()
562 …ASSERT_TRUE(WriteSimplePairingModeCompleteView::Create(CommandCompleteView::Create(event)).IsValid… in TEST_F()
575 upper->SendHciCommandExpectingStatus(CreateConnectionBuilder::Create( in TEST_F()
585 …CreateConnectionView::Create(ConnectionManagementCommandView::Create(CommandPacketView::Create(sen… in TEST_F()
600 …hal->callbacks->hciEventReceived(GetPacketBytes(CreateConnectionStatusBuilder::Create(ErrorCode::S… in TEST_F()
612 …GetPacketBytes(ConnectionCompleteBuilder::Create(status, handle, bd_addr, link_type, encryption_en… in TEST_F()
620 ConnectionCompleteView connection_complete_view = ConnectionCompleteView::Create(event); in TEST_F()
635 …GetPacketBytes(AclPacketBuilder::Create(handle, packet_boundary_flag, broadcast_flag, std::move(ac… in TEST_F()
654 …upper->SendAclData(AclPacketBuilder::Create(handle, packet_boundary_flag2, broadcast_flag2, std::m… in TEST_F()
661 AclPacketView sent_acl_view = AclPacketView::Create(sent_acl); in TEST_F()
682 …GetPacketBytes(AclPacketBuilder::Create(handle, packet_boundary_flag, broadcast_flag, std::move(ac… in TEST_F()
717 …GetPacketBytes(AclPacketBuilder::Create(handle, packet_boundary_flag, broadcast_flag, std::move(ac… in TEST_F()