/aosp12/art/test/303-verification-stress/ |
H A D | expected-stdout.txt | 2 Create new Test000 3 Create new Test001 4 Create new Test002 5 Create new Test003 6 Create new Test004 7 Create new Test005 8 Create new Test006 9 Create new Test007 10 Create new Test008 11 Create new Test009 [all …]
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | dual_mode_controller.cc | 75 auto packet = gd_hci::EventBuilder::Create( in SendCommandCompleteUnknownOpCodeEvent() 302 gd_hci::AclCommandView::Create(command))); in SniffSubrating() 478 gd_hci::SecurityCommandView::Create(command)); in ReadEncryptionKeySize() 517 gd_hci::AclCommandView::Create(command))); in ReadRemoteVersionInformation() 699 Create(kNumCommandPackets, status, peer); in UserConfirmationRequestNegativeReply() 1113 auto command_view = gd_hci::HoldModeView::Create( in HoldMode() 1440 auto command_view = gd_hci::InquiryView::Create( in Inquiry() 2244 auto command_view = gd_hci::LeRandView::Create( in LeRand() 2268 gd_hci::VendorCommandView::Create(command)); in LeVendorCap() 2306 gd_hci::VendorCommandView::Create(command)); in LeEnergyInfo() [all …]
|
H A D | link_layer_controller.cc | 372 auto acl = model::packets::AclView::Create(incoming); in IncomingAclPacket() 409 auto acl_packet = bluetooth::hci::AclBuilder::Create( in IncomingAclPacket() 863 auto iso = IsoDataPacketView::Create(incoming); in IncomingIsoPacket() 879 auto iso_start = IsoStartView::Create(iso); in IncomingIsoPacket() 998 auto req = IsoConnectionRequestView::Create(incoming); in IncomingIsoConnectionRequestPacket() 1114 auto packet = bluetooth::hci::EventBuilder::Create( in IncomingLeAdvertisementPacket() 1157 send_event_(bluetooth::hci::EventBuilder::Create( in IncomingLeAdvertisementPacket() 1422 auto packet = bluetooth::hci::EventBuilder::Create( in IncomingLeScanResponsePacket() 1446 auto packet = bluetooth::hci::EventBuilder::Create( in IncomingLeScanResponsePacket() 2195 auto page = model::packets::PageBuilder::Create( in CreateConnection() [all …]
|
/aosp12/system/bt/gd/hci/ |
H A D | hci_packets_test.cc | 108 …auto view = LeSetScanParametersView::Create(LeScanningCommandView::Create(CommandView::Create(pack… in TEST() 123 …auto view = LeSetScanEnableView::Create(LeScanningCommandView::Create(CommandView::Create(packet_b… in TEST() 137 …auto view = LeGetVendorCapabilitiesView::Create(VendorCommandView::Create(CommandView::Create(pack… in TEST() 149 …LeGetVendorCapabilitiesCompleteView::Create(CommandCompleteView::Create(EventView::Create(packet_b… in TEST() 169 …LeSetExtendedScanParametersView::Create(LeScanningCommandView::Create(CommandView::Create(packet_b… in TEST() 188 …LeSetExtendedScanParametersView::Create(LeScanningCommandView::Create(CommandView::Create(packet_b… in TEST() 206 …LeSetExtendedScanEnableView::Create(LeScanningCommandView::Create(CommandView::Create(packet_bytes… in TEST() 223 …LeSetExtendedScanEnableView::Create(LeScanningCommandView::Create(CommandView::Create(packet_bytes… in TEST() 242 …LeConnectionManagementCommandView::Create(AclCommandView::Create(CommandView::Create(packet_bytes_… in TEST() 334 CommandCompleteView::Create(EventView::Create(packet_bytes_view))); in TEST() [all …]
|
H A D | hci_metrics_logging.cc | 44 CommandStatusView response_view = CommandStatusView::Create(event_view); in log_hci_event() 55 LeMetaEventView le_meta_event_view = LeMetaEventView::Create(event_view); in log_hci_event() 81 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_link_layer_connection_command_status() 167 auto le_create_connection_view = LeCreateConnectionView::Create( in log_link_layer_connection_command_status() 205 auto le_clear_connect_list_view = LeClearConnectListView::Create( in log_link_layer_connection_command_status() 262 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_link_layer_connection_command_complete() 267 auto le_clear_connect_list_view = LeClearConnectListView::Create( in log_link_layer_connection_command_complete() 549 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_classic_pairing_command_status() 593 = DeleteStoredLinkKeyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status() 614 = LinkKeyRequestReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status() [all …]
|
H A D | acl_manager_test.cc | 166 return ConnectionManagementCommandView::Create(AclCommandView::Create( in GetCommand() 171 ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in GetCommand() 187 return ConnectionManagementCommandView::Create(AclCommandView::Create( in GetLastCommand() 606 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in SetUp() 695 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in TEST_F() 741 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in TEST_F() 775 …LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create(AclCommandView::Create(pa… in TEST_F() 807 …LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create(AclCommandView::Create(pa… in TEST_F() 874 …LeConnectionUpdateView::Create(LeConnectionManagementCommandView::Create(AclCommandView::Create(up… in TEST_F() 1461 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in TEST_F() [all …]
|
H A D | hci_layer_test.cc | 396 auto reset_view = ResetView::Create(CommandView::Create(sent_command)); in SetUp() 457 …ASSERT_TRUE(LeConnectionCompleteView::Create(LeMetaEventView::Create(EventView::Create(event))).Is… in TEST_F() 521 …ReadLocalVersionInformationCompleteView::Create(CommandCompleteView::Create(EventView::Create(even… in TEST_F() 541 auto version_view = ReadLocalVersionInformationView::Create(CommandView::Create(sent_command)); in TEST_F() 568 …ReadLocalVersionInformationCompleteView::Create(CommandCompleteView::Create(EventView::Create(even… in TEST_F() 597 …ReadLocalSupportedCommandsCompleteView::Create(CommandCompleteView::Create(EventView::Create(event… in TEST_F() 621 …ReadLocalSupportedFeaturesCompleteView::Create(CommandCompleteView::Create(EventView::Create(event… in TEST_F() 635 …LeRandView view = LeRandView::Create(LeSecurityCommandView::Create(CommandView::Create(sent_comman… in TEST_F() 651 ASSERT_TRUE(LeRandCompleteView::Create(CommandCompleteView::Create(event)).IsValid()); in TEST_F() 666 …auto view = WriteSimplePairingModeView::Create(SecurityCommandView::Create(CommandView::Create(sen… in TEST_F() [all …]
|
H A D | controller_test.cc | 77 CommandView command = CommandView::Create(packet_view); in HandleCommand() 118 event_builder = ReadBufferSizeCompleteBuilder::Create( in HandleCommand() 176 auto view = SetEventMaskView::Create(command); in HandleCommand() 182 auto view = LeSetEventMaskView::Create(command); in HandleCommand() 199 EventView event = EventView::Create(packet); in HandleCommand() 227 EventView event = EventView::Create(packet); in IncomingCredit() 335 auto command = ResetView::Create(packet); in TEST_F() 342 auto set_event_filter_view1 = SetEventFilterView::Create(packet); in TEST_F() 351 auto set_event_filter_view2 = SetEventFilterView::Create(packet); in TEST_F() 360 auto set_event_filter_view3 = SetEventFilterView::Create(packet); in TEST_F() [all …]
|
H A D | le_address_manager_test.cc | 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() 336 …LeAddDeviceToConnectListView::Create(LeConnectionManagementCommandView::Create(AclCommandView::Cre… in TEST_F() 356 auto packet_view = LeRemoveDeviceFromConnectListView::Create( in TEST_F() 357 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet))); in TEST_F() 389 auto packet_view = LeAddDeviceToResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() 414 …auto packet_view = LeRemoveDeviceFromResolvingListView::Create(LeSecurityCommandView::Create(packe… in TEST_F() 436 auto packet_view = LeClearResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() [all …]
|
H A D | controller.cc | 53 hci_->EnqueueCommand(ReadLocalNameBuilder::Create(), in Start() 68 hci_->EnqueueCommand(ReadBufferSizeBuilder::Create(), in Start() 73 LeReadBufferSizeV2Builder::Create(), in Start() 77 LeReadBufferSizeV1Builder::Create(), in Start() 88 LeReadConnectListSizeBuilder::Create(), in Start() 92 LeReadResolvingListSizeBuilder::Create(), in Start() 106 LeReadSuggestedDefaultDataLengthBuilder::Create(), in Start() 111 LeReadMaximumAdvertisingDataLengthBuilder::Create(), in Start() 125 LeReadPeriodicAdvertiserListSizeBuilder::Create(), in Start() 136 ReadBdAddrBuilder::Create(), in Start() [all …]
|
H A D | le_advertising_manager_test.cc | 111 auto sub_view = LeMultiAdvtView::Create(LeAdvertisingCommandView::Create(packet_view)); in EnqueueCommand() 160 …auto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)… in GetCommand() 178 EventView event = EventView::Create(packet); in IncomingEvent() 187 EventView event = EventView::Create(packet); in IncomingLeMetaEvent() 188 LeMetaEventView meta_event_view = LeMetaEventView::Create(event); in IncomingLeMetaEvent() 204 CommandStatusView status_view = CommandStatusView::Create(event); in CommandStatusCallback() 475 auto sub_packet = LeMultiAdvtView::Create(LeAdvertisingCommandView::Create(packet)); in SetUp() 536 …auto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)… in SetUp() 592 …auto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)… in TEST_F() 636 auto sub_packet = LeMultiAdvtView::Create(LeAdvertisingCommandView::Create(packet)); in TEST_F() [all …]
|
/aosp12/build/soong/finder/ |
H A D | finder_test.go | 234 fs.Create(t, createdPath, filesystem) 416 fs.Create(t, "/cwd/hi.txt", filesystem) 417 fs.Create(t, "/cwd/a/hi.txt", filesystem) 516 fs.Create(t, path, filesystem) 572 fs.Create(t, path, filesystem) 1140 fs.Create(t, "/tmp/findme.txt", fs1) 1141 fs.Create(t, "/tmp/a/findme.txt", fs1) 1145 fs.Create(t, "/tmp/findme.txt", fs2) 1146 fs.Create(t, "/tmp/a/findme.txt", fs2) 1398 fs.Create(t, "/tmp/hi.txt", filesystem) [all …]
|
/aosp12/system/bt/gd/security/channel/ |
H A D | security_manager_channel_unittest.cc | 154 auto event = EventView::Create(packet); in OnHciEventReceived() 281 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() 297 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() 330 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() 345 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() 374 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() 436 auto packet = hci::ReadLocalOobDataBuilder::Create(); in TEST_F() 451 auto packet = hci::ReadLocalOobExtendedDataBuilder::Create(); in TEST_F() 496 hci_layer_->IncomingEvent(hci::ReturnLinkKeysBuilder::Create(keys)); in TEST_F() 550 auto packet = hci::WriteStoredLinkKeyBuilder::Create(keys_to_write); in TEST_F() [all …]
|
/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | SymbolCategoryTest.cpp | 43 ResolveInfo* a = ResolveInfo::Create("a"); in TEST_F() 55 LDSymbol* aa = LDSymbol::Create(*a); in TEST_F() 56 LDSymbol* bb = LDSymbol::Create(*b); in TEST_F() 57 LDSymbol* cc = LDSymbol::Create(*c); in TEST_F() 58 LDSymbol* dd = LDSymbol::Create(*d); in TEST_F() 59 LDSymbol* ee = LDSymbol::Create(*e); in TEST_F() 98 LDSymbol* aa = LDSymbol::Create(*a); in TEST_F() 99 LDSymbol* bb = LDSymbol::Create(*b); in TEST_F() 100 LDSymbol* cc = LDSymbol::Create(*c); in TEST_F() 101 LDSymbol* dd = LDSymbol::Create(*d); in TEST_F() [all …]
|
/aosp12/hardware/google/camera/common/hal/tests/ |
H A D | camera_device_tests.cc | 29 TEST(CameraDeviceTests, Create) { in TEST() argument 30 auto device = CameraDevice::Create(nullptr); in TEST() 33 auto mock_device_hwl = MockDeviceHwl::Create(); in TEST() 36 device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() 41 auto mock_device_hwl = MockDeviceHwl::Create(); in TEST() 47 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() 54 auto mock_device_hwl = MockDeviceHwl::Create(); in TestResourceCost() 59 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TestResourceCost() 87 auto mock_device_hwl = MockDeviceHwl::Create(); in TEST() 98 auto mock_device_hwl = MockDeviceHwl::Create(); in TEST() [all …]
|
/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | classic_acl_connection.cc | 365 DisconnectBuilder::Create(handle_, reason), in Disconnect() 379 AuthenticationRequestedBuilder::Create(handle_), in AuthenticationRequested() 400 ReadClockOffsetBuilder::Create(handle_), in ReadClockOffset() 421 ExitSniffModeBuilder::Create(handle_), in ExitSniffMode() 436 RoleDiscoveryBuilder::Create(handle_), in RoleDiscovery() 443 ReadLinkPolicySettingsBuilder::Create(handle_), in ReadLinkPolicySettings() 476 FlushBuilder::Create(handle_), in Flush() 536 ReadLinkQualityBuilder::Create(handle_), in ReadLinkQuality() 544 ReadAfhChannelMapBuilder::Create(handle_), in ReadAfhChannelMap() 552 ReadRssiBuilder::Create(handle_), in ReadRssi() [all …]
|
/aosp12/system/bt/gd/security/pairing/ |
H A D | classic_pairing_handler_unittest.cc | 90 auto event = hci::EventView::Create(packet); in OnHciEventReceived() 95 pairing_handler_->OnReceive(hci::PinCodeRequestView::Create(event)); in OnHciEventReceived() 98 pairing_handler_->OnReceive(hci::LinkKeyRequestView::Create(event)); in OnHciEventReceived() 101 pairing_handler_->OnReceive(hci::LinkKeyNotificationView::Create(event)); in OnHciEventReceived() 104 pairing_handler_->OnReceive(hci::IoCapabilityRequestView::Create(event)); in OnHciEventReceived() 107 pairing_handler_->OnReceive(hci::IoCapabilityResponseView::Create(event)); in OnHciEventReceived() 113 pairing_handler_->OnReceive(hci::ReturnLinkKeysView::Create(event)); in OnHciEventReceived() 116 pairing_handler_->OnReceive(hci::RemoteOobDataRequestView::Create(event)); in OnHciEventReceived() 122 pairing_handler_->OnReceive(hci::KeypressNotificationView::Create(event)); in OnHciEventReceived() 128 pairing_handler_->OnReceive(hci::UserPasskeyRequestView::Create(event)); in OnHciEventReceived() [all …]
|
H A D | classic_pairing_handler.cc | 195 this->GetChannel()->SendCommand(hci::LinkKeyRequestReplyBuilder::Create( in OnReceive() 228 auto reply_packet = hci::IoCapabilityRequestReplyBuilder::Create( in OnReceive() 346 GetChannel()->SendCommand(hci::RemoteOobExtendedDataRequestReplyBuilder::Create( in OnReceive() 353 GetChannel()->SendCommand(hci::RemoteOobDataRequestReplyBuilder::Create( in OnReceive() 361 GetChannel()->SendCommand(hci::RemoteOobExtendedDataRequestReplyBuilder::Create( in OnReceive() 370 GetChannel()->SendCommand(hci::RemoteOobExtendedDataRequestReplyBuilder::Create( in OnReceive() 445 GetChannel()->SendCommand(hci::UserConfirmationRequestNegativeReplyBuilder::Create( in OnReceive() 459 GetChannel()->SendCommand(hci::UserConfirmationRequestNegativeReplyBuilder::Create( in OnReceive() 482 GetChannel()->SendCommand(hci::UserConfirmationRequestNegativeReplyBuilder::Create( in OnReceive() 554 GetChannel()->SendCommand(hci::UserConfirmationRequestNegativeReplyBuilder::Create( in OnReceive() [all …]
|
/aosp12/system/bt/gd/packet/parser/test/ |
H A D | generated_packet_test.cc | 69 auto packet = ChildTwoTwoThreeBuilder::Create(); in TEST() 101 auto packet = ChildBuilder::Create(field_name, footer); in TEST() 124 ChildView child_view = ChildView::Create(parent_view); in TEST() 137 …ChildWithSixBytesView::Create(ParentWithSixBytesView::Create(PacketView<kLittleEndian>(too_small))… in TEST() 148 …ChildWithSixBytesView::Create(ParentWithSixBytesView::Create(PacketView<kLittleEndian>(too_small))… in TEST() 158 …ChildWithSixBytesView::Create(ParentWithSixBytesView::Create(PacketView<kLittleEndian>(just_right)… in TEST() 168 … ChildWithSixBytesView::Create(ParentWithSixBytesView::Create(PacketView<kLittleEndian>(too_big))); in TEST() 173 auto packet = ChildTwoTwoThreeBuilder::Create(); in TEST() 883 auto packet = OneStructBuilder::Create(trn); in TEST() 1395 auto packet = OneStructBeBuilder::Create(trn); in TEST() [all …]
|
/aosp12/system/bt/gd/neighbor/ |
H A D | page.cc | 66 auto packet = hci::WritePageScanActivityCompleteView::Create(view); in OnCommandComplete() 72 auto packet = hci::ReadPageScanActivityCompleteView::Create(view); in OnCommandComplete() 80 auto packet = hci::WritePageScanTypeCompleteView::Create(view); in OnCommandComplete() 86 auto packet = hci::ReadPageScanTypeCompleteView::Create(view); in OnCommandComplete() 93 auto packet = hci::WritePageTimeoutCompleteView::Create(view); in OnCommandComplete() 99 auto packet = hci::ReadPageTimeoutCompleteView::Create(view); in OnCommandComplete() 119 hci::ReadPageScanTypeBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in Start() 122 hci::ReadPageTimeoutBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in Start() 132 hci::WritePageScanActivityBuilder::Create(params.interval, params.window), in SetScanActivity() 154 hci::ReadPageScanTypeBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in SetScanType() [all …]
|
H A D | inquiry_test.cc | 116 … auto inquiry = hci::PeriodicInquiryModeView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() 137 auto view = hci::WriteInquiryModeView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() 144 event_builder = hci::ReadInquiryModeCompleteBuilder::Create( in HandleCommand() 152 … auto view = hci::WriteInquiryScanActivityView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() 160 event_builder = hci::ReadInquiryScanActivityCompleteBuilder::Create( in HandleCommand() 171 … auto view = hci::WriteInquiryScanTypeView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() 178 event_builder = hci::ReadInquiryScanTypeCompleteBuilder::Create( in HandleCommand() 211 auto inquiry = hci::InquiryView::Create(hci::DiscoveryCommandView::Create(command)); in HandleStatus() 224 hci::CommandStatusView command_status = hci::CommandStatusView::Create(event); in HandleStatus() 292 hci::EventView view = hci::EventView::Create(GetPacketView(std::move(result))); in InjectInquiryResult() [all …]
|
H A D | inquiry.cc | 109 auto packet = hci::InquiryCancelCompleteView::Create(view); in OnCommandComplete() 127 auto packet = hci::WriteInquiryModeCompleteView::Create(view); in OnCommandComplete() 133 auto packet = hci::ReadInquiryModeCompleteView::Create(view); in OnCommandComplete() 184 auto packet = hci::InquiryStatusView::Create(status); in OnCommandStatus() 200 auto packet = hci::InquiryCompleteView::Create(view); in OnEvent() 209 auto packet = hci::InquiryResultView::Create(view); in OnEvent() 216 auto packet = hci::InquiryResultWithRssiView::Create(view); in OnEvent() 223 auto packet = hci::ExtendedInquiryResultView::Create(view); in OnEvent() 303 EnqueueCommandComplete(hci::InquiryCancelBuilder::Create()); in StopOneShotInquiry() 343 EnqueueCommandComplete(hci::ReadInquiryScanTypeBuilder::Create()); in Start() [all …]
|
/aosp12/system/bt/gd/l2cap/ |
H A D | l2cap_packet_test.cc | 81 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() 91 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() 101 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() 111 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() 121 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()
|
/aosp12/bootable/recovery/tests/unit/ |
H A D | minui_test.cpp | 28 auto surface = GRSurface::Create(9, 11, 9, 1); in TEST() 37 ASSERT_FALSE(GRSurface::Create(9, 11, 0, 1)); in TEST() 38 ASSERT_FALSE(GRSurface::Create(9, 0, 9, 1)); in TEST() 39 ASSERT_FALSE(GRSurface::Create(0, 11, 9, 1)); in TEST() 40 ASSERT_FALSE(GRSurface::Create(9, 11, 9, 0)); in TEST() 41 ASSERT_FALSE(GRSurface::Create(9, 101, std::numeric_limits<size_t>::max() / 100, 1)); in TEST() 45 auto image = GRSurface::Create(50, 10, 50, 1); in TEST()
|
/aosp12/system/bt/gd/hci/facade/ |
H A D | acl_manager_facade.cc | 120 …ConnectionManagementCommandView::Create(AclCommandView::Create(CommandView::Create(PacketView<kLit… in ConnectionCommand() 132 auto view = DisconnectView::Create(command_view); in ConnectionCommand() 155 GET_CONNECTION(ReadClockOffsetView::Create(command_view)); in ConnectionCommand() 160 auto view = HoldModeView::Create(command_view); in ConnectionCommand() 166 auto view = SniffModeView::Create(command_view); in ConnectionCommand() 173 GET_CONNECTION(ExitSniffModeView::Create(command_view)); in ConnectionCommand() 178 GET_CONNECTION(FlushView::Create(command_view)); in ConnectionCommand() 221 GET_CONNECTION(ReadLinkQualityView::Create(command_view)); in ConnectionCommand() 226 GET_CONNECTION(ReadAfhChannelMapView::Create(command_view)); in ConnectionCommand() 231 GET_CONNECTION(ReadRssiView::Create(command_view)); in ConnectionCommand() [all …]
|