Home
last modified time | relevance | path

Searched defs:packet_bytes (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dgenerated_packet_test.cc77 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/
Dmatchers.py31 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/
Dhci_packets_test.cc96 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 …]
Dacl_builder_test.cc139 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
Dhci_layer_fake.cc62 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 Dmain.rs69 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 Dmain-grpc.rs71 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/
Dserialize_packet.h28 std::vector<uint8_t> packet_bytes; in SerializePacket() local
Dhci_hal_host_test.cc420 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 Dquic_framer_fuzzer.cc16 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 Dfake_controller_test.cc36 [&event_cb_count](pw::span<const std::byte> packet_bytes) { in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dlink_layer_socket_device.cc98 std::vector<uint8_t> packet_bytes = packet.bytes().bytes(); in ReceiveLinkLayerPacket() local
/aosp_15_r20/kernel/tests/net/test/
H A Dtun_twister.py163 def _DecodeIpPacket(packet_bytes): argument
/aosp_15_r20/system/secretkeeper/comm/tests/
H A Ddata_types.rs96 let packet_bytes = packet.to_vec().unwrap(); in verify_response_structure() localVariable
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/
H A Dpacket.rs165 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/
Dmod.rs137 let mut packet_bytes = packet.to_vec(); in prepend_packet_type() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/
Dparent_def.cc62 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 Dquic_test_utils.cc1437 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/
Dbtif_core_test.cc123 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 Dquic_framer.cc6744 char* packet_bytes, QuicByteCount packet_length, in WriteClientVersionNegotiationProbePacket()
6821 const char* packet_bytes, QuicByteCount packet_length, in ParseServerVersionNegotiationProbeResponse()