Home
last modified time | relevance | path

Searched refs:TestPacketType (Results 1 – 25 of 52) sorted by relevance

123

/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h29 class TestPacketType : public PacketType {
33 static std::shared_ptr<TestPacketType<PacketType>> Make() { in Make()
34 return std::shared_ptr<TestPacketType<PacketType>>( in Make()
35 new TestPacketType<PacketType>()); in Make()
38 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make()
40 return std::shared_ptr<TestPacketType<PacketType>>( in Make()
41 new TestPacketType<PacketType>(packet)); in Make()
44 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make()
50 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make()
52 auto pkt = std::shared_ptr<TestPacketType<PacketType>>( in Make()
[all …]
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_test_helper.h36 using TestAvrcpPacket = TestPacketType<Packet>;
37 using TestBrowsePacket = TestPacketType<BrowsePacket>;
145 auto packet1 = TestPacketType<PacketType>::Make(); in MatchAndExplain()
148 auto packet2 = TestPacketType<PacketType>::Make(); in MatchAndExplain()
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dregister_notification_packet_fuzzer.cc28 using TestRegNotifReqPacket = TestPacketType<RegisterNotificationRequest>;
29 using TestRegNotifRspPacket = TestPacketType<RegisterNotificationResponse>;
Dget_play_status_req_fuzzer.cc30 using TestGetPlayStatusRspPacket = TestPacketType<Packet>;
Dget_play_status_res_fuzzer.cc29 using TestGetPlayStatusRspPacket = TestPacketType<Packet>;
Dget_item_attributes_req_fuzzer.cc28 using TestGetItemAttrsReqPacket = TestPacketType<GetItemAttributesRequest>;
Dchange_path_res_fuzzer.cc31 using TestChangePathReqPacket = TestPacketType<ChangePathRequest>;
Dreject_packet_fuzzer.cc28 using TestAvrcpPacket = TestPacketType<Packet>;
Davrcp_browse_packet_fuzzer.cc29 using TestBrowsePacket = TestPacketType<BrowsePacket>;
Dget_total_number_of_items_res_fuzzer.cc31 TestPacketType<GetTotalNumberOfItemsRequest>;
Dset_addressed_player_packet_fuzzer.cc28 using TestSetAddrPlayerPacket = TestPacketType<SetAddressedPlayerRequest>;
Dset_browsed_player_res_fuzzer.cc26 using TestSetBrowsedPlayerPacket = TestPacketType<SetBrowsedPlayerRequest>;
Dset_absolute_volume_packet_fuzzer.cc28 using TestSetVolumeRspPacket = TestPacketType<SetAbsoluteVolumeResponse>;
Dget_total_number_of_items_req_fuzzer.cc29 TestPacketType<GetTotalNumberOfItemsRequest>;
Dget_capabilities_req_fuzzer.cc28 using GetCapRequestTestPacket = TestPacketType<GetCapabilitiesRequest>;
Dset_browsed_player_req_fuzzer.cc28 using TestSetBrowsedPlayerPacket = TestPacketType<SetBrowsedPlayerRequest>;
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dlist_player_application_setting_values_test.cc29 TestPacketType<ListPlayerApplicationSettingValuesRequest>;
31 TestPacketType<Packet>;
Dget_current_player_application_setting_value_test.cc28 TestPacketType<GetCurrentPlayerApplicationSettingValueRequest>;
30 TestPacketType<Packet>;
Dset_player_application_setting_value_test.cc28 TestPacketType<SetPlayerApplicationSettingValueRequest>;
29 using SetPlayerApplicationSettingValueRspTestPacket = TestPacketType<Packet>;
Dget_play_status_packet_test.cc26 using TestGetPlayStatusRspPacket = TestPacketType<Packet>;
Dgeneral_reject_packet_test.cc26 using TestGeneralRejectPacket = TestPacketType<BrowsePacket>;
Dregister_notification_packet_test.cc29 using TestRegNotifReqPacket = TestPacketType<RegisterNotificationRequest>;
30 using TestRegNotifRspPacket = TestPacketType<RegisterNotificationResponse>;
Davrcp_reject_packet_test.cc26 using TestAvrcpPacket = TestPacketType<Packet>;
Dlist_player_application_setting_attributes_test.cc28 TestPacketType<Packet>;
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc120 auto browse_request = TestPacketType<BrowsePacket>::Make(Packet); in LLVMFuzzerTestOneInput()
123 auto avrcp_request = TestPacketType<avrcp::Packet>::Make(Packet); in LLVMFuzzerTestOneInput()

123