Lines Matching refs:Create

66 …   return CommandView::Create(PacketView<kLittleEndian>(std::make_shared<std::vector<uint8_t>>()));  in GetLastCommand()
70 return CommandView::Create(GetPacketView(std::move(last))); in GetLastCommand()
95 EventView event = EventView::Create(packet); in IncomingEvent()
101 CommandCompleteView complete_view = CommandCompleteView::Create(event); in CommandCompleteCallback()
226 …test_hci_layer_->IncomingEvent(LeSetRandomAddressCompleteBuilder::Create(0x01, ErrorCode::SUCCESS)… in TEST_F()
248 …test_hci_layer_->IncomingEvent(LeSetRandomAddressCompleteBuilder::Create(0x01, ErrorCode::SUCCESS)… in TEST_F()
309 …test_hci_layer_->IncomingEvent(LeSetRandomAddressCompleteBuilder::Create(0x01, ErrorCode::SUCCESS)… in SetUp()
336 …LeAddDeviceToConnectListView::Create(LeConnectionManagementCommandView::Create(AclCommandView::Cre… in TEST_F()
341 …test_hci_layer_->IncomingEvent(LeAddDeviceToConnectListCompleteBuilder::Create(0x01, ErrorCode::SU… in TEST_F()
351 …test_hci_layer_->IncomingEvent(LeAddDeviceToConnectListCompleteBuilder::Create(0x01, ErrorCode::SU… in TEST_F()
356 auto packet_view = LeRemoveDeviceFromConnectListView::Create( in TEST_F()
357 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet))); in TEST_F()
361 …test_hci_layer_->IncomingEvent(LeRemoveDeviceFromConnectListCompleteBuilder::Create(0x01, ErrorCod… in TEST_F()
371 …test_hci_layer_->IncomingEvent(LeAddDeviceToConnectListCompleteBuilder::Create(0x01, ErrorCode::SU… in TEST_F()
376 …test_hci_layer_->IncomingEvent(LeClearConnectListCompleteBuilder::Create(0x01, ErrorCode::SUCCESS)… in TEST_F()
389 auto packet_view = LeAddDeviceToResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
396 …test_hci_layer_->IncomingEvent(LeAddDeviceToResolvingListCompleteBuilder::Create(0x01, ErrorCode::… in TEST_F()
409 …test_hci_layer_->IncomingEvent(LeAddDeviceToResolvingListCompleteBuilder::Create(0x01, ErrorCode::… in TEST_F()
414 …auto packet_view = LeRemoveDeviceFromResolvingListView::Create(LeSecurityCommandView::Create(packe… in TEST_F()
418 …test_hci_layer_->IncomingEvent(LeRemoveDeviceFromResolvingListCompleteBuilder::Create(0x01, ErrorC… in TEST_F()
431 …test_hci_layer_->IncomingEvent(LeAddDeviceToResolvingListCompleteBuilder::Create(0x01, ErrorCode::… in TEST_F()
436 auto packet_view = LeClearResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
438 …test_hci_layer_->IncomingEvent(LeClearResolvingListCompleteBuilder::Create(0x01, ErrorCode::SUCCES… in TEST_F()
449 …LeAddDeviceToConnectListView::Create(LeConnectionManagementCommandView::Create(AclCommandView::Cre… in TEST_F()
453 …test_hci_layer_->IncomingEvent(LeAddDeviceToConnectListCompleteBuilder::Create(0x01, ErrorCode::SU… in TEST_F()