Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/
H A Dmsgbuf.cpp1137 const char expectTag2[3] = {0x67, 0x6e, 0x00}; in TEST() local
1169 EXPECT_EQ(strncmp(expectTag2, tag2, strlen(tag2) + 1), 0); in TEST()
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp5602 const char expectTag2[] = {0x67, 0x6e, 0x00}; in TEST() local
5673 EXPECT_EQ(strlen(expectTag2), length); in TEST()
5674 EXPECT_EQ(strncmp(expectTag2, decodedPdr->names[2].tag, length + 1), 0); in TEST()