Lines Matching refs:expectedDesc
2081 const struct pldm_descriptor* expectedDesc = in TEST() local
2084 EXPECT_EQ(desc.descriptor_type, expectedDesc->descriptor_type); in TEST()
2085 ASSERT_EQ(desc.descriptor_length, expectedDesc->descriptor_length); in TEST()
2087 expectedDesc->descriptor_data, in TEST()
2088 expectedDesc->descriptor_length), in TEST()
2196 const struct pldm_descriptor* expectedDesc = in TEST() local
2199 EXPECT_EQ(desc.descriptor_type, expectedDesc->descriptor_type); in TEST()
2200 ASSERT_EQ(desc.descriptor_length, expectedDesc->descriptor_length); in TEST()
2202 expectedDesc->descriptor_data, in TEST()
2203 expectedDesc->descriptor_length), in TEST()
2311 const struct pldm_descriptor* expectedDesc = in TEST() local
2314 EXPECT_EQ(desc.descriptor_type, expectedDesc->descriptor_type); in TEST()
2315 ASSERT_EQ(desc.descriptor_length, expectedDesc->descriptor_length); in TEST()
2317 expectedDesc->descriptor_data, in TEST()
2318 expectedDesc->descriptor_length), in TEST()