Searched refs:TestPacketType (Results 1 – 25 of 52) sorted by relevance
123
29 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 …]
36 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()
28 using TestRegNotifReqPacket = TestPacketType<RegisterNotificationRequest>;29 using TestRegNotifRspPacket = TestPacketType<RegisterNotificationResponse>;
30 using TestGetPlayStatusRspPacket = TestPacketType<Packet>;
29 using TestGetPlayStatusRspPacket = TestPacketType<Packet>;
28 using TestGetItemAttrsReqPacket = TestPacketType<GetItemAttributesRequest>;
31 using TestChangePathReqPacket = TestPacketType<ChangePathRequest>;
28 using TestAvrcpPacket = TestPacketType<Packet>;
29 using TestBrowsePacket = TestPacketType<BrowsePacket>;
31 TestPacketType<GetTotalNumberOfItemsRequest>;
28 using TestSetAddrPlayerPacket = TestPacketType<SetAddressedPlayerRequest>;
26 using TestSetBrowsedPlayerPacket = TestPacketType<SetBrowsedPlayerRequest>;
28 using TestSetVolumeRspPacket = TestPacketType<SetAbsoluteVolumeResponse>;
29 TestPacketType<GetTotalNumberOfItemsRequest>;
28 using GetCapRequestTestPacket = TestPacketType<GetCapabilitiesRequest>;
28 using TestSetBrowsedPlayerPacket = TestPacketType<SetBrowsedPlayerRequest>;
29 TestPacketType<ListPlayerApplicationSettingValuesRequest>;31 TestPacketType<Packet>;
28 TestPacketType<GetCurrentPlayerApplicationSettingValueRequest>;30 TestPacketType<Packet>;
28 TestPacketType<SetPlayerApplicationSettingValueRequest>;29 using SetPlayerApplicationSettingValueRspTestPacket = TestPacketType<Packet>;
26 using TestGetPlayStatusRspPacket = TestPacketType<Packet>;
26 using TestGeneralRejectPacket = TestPacketType<BrowsePacket>;
29 using TestRegNotifReqPacket = TestPacketType<RegisterNotificationRequest>;30 using TestRegNotifRspPacket = TestPacketType<RegisterNotificationResponse>;
26 using TestAvrcpPacket = TestPacketType<Packet>;
28 TestPacketType<Packet>;
120 auto browse_request = TestPacketType<BrowsePacket>::Make(Packet); in LLVMFuzzerTestOneInput()123 auto avrcp_request = TestPacketType<avrcp::Packet>::Make(Packet); in LLVMFuzzerTestOneInput()