/tools/netsim/rust/daemon/src/transport/ |
D | socket.rs | 85 kind: ChipKind::BLUETOOTH, in handle_hci_client() 100 chip_kind: ChipKind::BLUETOOTH, in handle_hci_client() 117 let _ = reader(tcp_rx, ChipKind::BLUETOOTH, result.chip_id); in handle_hci_client() 134 if let ChipKind::BLUETOOTH = kind { in reader()
|
D | fd.rs | 59 BLUETOOTH = 1, enumerator 132 ChipKindEnum::BLUETOOTH => match h4::read_h4_packet(&mut rx) { in fd_reader() 189 ChipKindEnum::BLUETOOTH => ChipKind::BLUETOOTH, in run_fd_transport() 197 ChipKind::BLUETOOTH => { in run_fd_transport() 308 ChipKindEnum::BLUETOOTH => match h4::read_h4_packet(&mut rx) { in connector_fd_reader() 386 if (chip_kind != ChipKindEnum::BLUETOOTH as u32) in connector_grpc_reader()
|
D | websocket.rs | 93 kind: ChipKind::BLUETOOTH, in run_websocket_transport() 108 chip_kind: ChipKind::BLUETOOTH, in run_websocket_transport()
|
/tools/netsim/rust/proto/src/ |
D | common.rs | 34 BLUETOOTH = 1, enumerator 53 1 => ::std::option::Option::Some(ChipKind::BLUETOOTH), in from_i32() 63 ChipKind::BLUETOOTH,
|
/tools/netsim/ui/ts/netsim/ |
D | common.ts | 9 BLUETOOTH = 'BLUETOOTH', enumerator
|
/tools/netsim/rust/daemon/src/devices/ |
D | device.rs | 106 patch_chip_kind = ProtoChipKind::BLUETOOTH; in patch() 226 static PATCH_CHIP_KIND: ProtoChipKind = ProtoChipKind::BLUETOOTH; 239 kind: ProtoChipKind::BLUETOOTH, in create_test_device() 251 kind: ProtoChipKind::BLUETOOTH, in create_test_device()
|
D | devices_handler.rs | 240 ProtoChipKind::BLUETOOTH, in add_chip_cxx() 268 ProtoChipKind::BLUETOOTH, in add_chip_cxx() 270 chip_kind: ProtoChipKind::BLUETOOTH, in add_chip_cxx() 944 chip_kind: ProtoChipKind::BLUETOOTH, in test_chip_1_bt() 966 chip_kind: ProtoChipKind::BLUETOOTH, in test_chip_2_bt() 1100 chip_kind: ProtoChipKind::BLUETOOTH, in test_spawn_shutdown_publisher_timeout_is_canceled_if_a_chip_is_added() 1294 assert_eq!(chip.kind, ProtoChipKind::BLUETOOTH); in test_adding_two_chips()
|
/tools/netsim/proto/netsim/ |
D | startup.proto | 34 * {kind: "BLUETOOTH", fdIn: 20, fdOut:21}] 37 * chips: [{kind: "BLUETOOTH", fdIn: 3, fdOut: 4},
|
D | common.proto | 23 BLUETOOTH = 1; enumerator
|
/tools/netsim/rust/daemon/src/grpc_server/ |
D | backend.rs | 39 ProtoChipKind::BLUETOOTH => { in add_chip() 108 ProtoChipKind::BLUETOOTH => { in stream_packets()
|
/tools/netsim/src/ |
D | netsim-packet-streamer-client.cc | 37 ChipKind::BLUETOOTH); in main()
|
/tools/netsim/src/backend/ |
D | grpc_server.cc | 84 case common::ChipKind::BLUETOOTH: in StreamPackets() 161 if (chip_kind == common::ChipKind::BLUETOOTH) { in ProcessRequests()
|
/tools/netsim/rust/daemon/src/wireless/ |
D | mocked.rs | 51 ProtoChipKind::BLUETOOTH => netsim_radio_stats::Kind::BLUETOOTH_LOW_ENERGY, in get_stats()
|
/tools/netsim/rust/cli/src/ |
D | response.rs | 309 ChipKind::BLUETOOTH => "BLUETOOTH".to_string(), in chip_kind_to_string() 341 chip_kind: ChipKind::BLUETOOTH.into(), in capture_1() 357 chip_kind: ChipKind::BLUETOOTH.into(), in capture_2()
|
D | requests.rs | 123 chip.kind = ChipKind::BLUETOOTH.into(); in get_expected_radio()
|
D | args.rs | 123 chip.kind = ChipKind::BLUETOOTH.into(); in get_request_bytes()
|
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/ |
D | netsim_client.py | 134 chip.kind = common.ChipKind.BLUETOOTH
|
/tools/netsim/rust/daemon/src/captures/ |
D | capture.rs | 123 ChipKind::BLUETOOTH => LinkType::BluetoothHciH4WithPhdr, in start_capture()
|
D | captures_handler.rs | 257 ChipKind::BLUETOOTH => wrap_bt_packet(direction, packet_type, packet), in handle_packet()
|
/tools/netsim/ui/ts/ |
D | device-info.ts | 11 BLUETOOTH = 'BLUETOOTH', enumerator
|
/tools/netsim/ui/dist/js/ |
D | device-info.js | 1 …/device-observer.js";var c,r;!function(e){e.UNSPECIFIED="UNSPECIFIED",e.BLUETOOTH="BLUETOOTH",e.WI…
|