/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/ |
D | generated_packet_test.cc | 77 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 109 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 186 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 207 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 246 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 272 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 314 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 361 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 406 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 441 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | matchers.py | 31 def ExtractMatchingCommandComplete(packet_bytes, opcode=None): argument 35 def _is_matching_command_complete(packet_bytes, opcode=None): argument 39 def _extract_matching_command_complete(packet_bytes, opcode=None): argument 52 def ExtractMatchingCommandStatus(packet_bytes, opcode=None): argument 56 def _is_matching_command_status(packet_bytes, opcode=None): argument 60 def _extract_matching_command_status(packet_bytes, opcode=None): argument 73 def ExtractEventWithCode(packet_bytes, event_code): argument 77 def _is_matching_event(packet_bytes, event_code): argument 81 def _extract_matching_event(packet_bytes, event_code): argument 95 def ExtractLeEventWithCode(packet_bytes, subevent_code): argument [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_packets_test.cc | 96 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 253 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 266 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 282 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 304 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 327 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 348 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 364 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 377 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 396 auto packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local [all …]
|
D | acl_builder_test.cc | 139 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
|
D | hci_layer_fake.cc | 62 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in DebugPrintCommandOpcode() local
|
/aosp_15_r20/system/nfc/tools/casimir/src/ |
H A D | main.rs | 69 let mut packet_bytes = vec![0; packet_length]; in read() localVariable 158 let mut packet_bytes = rf_reader.read().await?; in rf() localVariable
|
H A D | main-grpc.rs | 71 let mut packet_bytes = vec![0; packet_length]; in read() localVariable 173 let mut packet_bytes = rf_reader.read().await?; in rf() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | serialize_packet.h | 28 std::vector<uint8_t> packet_bytes; in SerializePacket() local
|
D | hci_hal_host_test.cc | 420 auto packet_bytes = hal::SerializePacket( in TEST() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/fuzzing/ |
H A D | quic_framer_fuzzer.cc | 16 const char* const packet_bytes = reinterpret_cast<const char*>(data); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | fake_controller_test.cc | 36 [&event_cb_count](pw::span<const std::byte> packet_bytes) { in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/devices/ |
D | link_layer_socket_device.cc | 98 std::vector<uint8_t> packet_bytes = packet.bytes().bytes(); in ReceiveLinkLayerPacket() local
|
/aosp_15_r20/kernel/tests/net/test/ |
H A D | tun_twister.py | 163 def _DecodeIpPacket(packet_bytes): argument
|
/aosp_15_r20/system/secretkeeper/comm/tests/ |
H A D | data_types.rs | 96 let packet_bytes = packet.to_vec().unwrap(); in verify_response_structure() localVariable
|
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/ |
H A D | packet.rs | 165 let packet_bytes = Bytes::from(packet.as_slice().to_vec()); in handle_request_cxx() localVariable
|
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/ |
D | mod.rs | 137 let mut packet_bytes = packet.to_vec(); in prepend_packet_type() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | parent_def.cc | 62 void ParentDef::AddTestCase(std::string packet_bytes) { in AddTestCase()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | quic_test_utils.cc | 1437 char* packet_bytes, size_t* packet_length_out, in WriteServerVersionNegotiationProbeResponse() 1471 const char* packet_bytes, size_t packet_length, in ParseClientVersionNegotiationProbePacket()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 123 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in BuilderToView() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_framer.cc | 6744 char* packet_bytes, QuicByteCount packet_length, in WriteClientVersionNegotiationProbePacket() 6821 const char* packet_bytes, QuicByteCount packet_length, in ParseServerVersionNegotiationProbeResponse()
|