Home
last modified time | relevance | path

Searched refs:GetCapRequestTestPacket (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_capabilities_packet_test.cc27 using GetCapRequestTestPacket = TestPacketType<GetCapabilitiesRequest>; typedef
31 auto test_packet = GetCapRequestTestPacket::Make(get_capabilities_request); in TEST()
38 auto test_packet = GetCapRequestTestPacket::Make(get_capabilities_request); in TEST()
45 auto test_packet = GetCapRequestTestPacket::Make(packet_copy); in TEST()
51 test_packet = GetCapRequestTestPacket::Make(short_packet); in TEST()
115 auto test_packet = GetCapRequestTestPacket::Make(); in TEST()
127 auto test_packet = GetCapRequestTestPacket::Make(); in TEST()
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dget_capabilities_req_fuzzer.cc28 using GetCapRequestTestPacket = TestPacketType<GetCapabilitiesRequest>; typedef
42 auto test_packet = GetCapRequestTestPacket::Make(get_capabilities_request); in LLVMFuzzerTestOneInput()