Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/
H A Dmsgbuf.cpp1136 const char expectTag1[3] = {0x66, 0x6e, 0x00}; in TEST() local
1161 EXPECT_EQ(strncmp(expectTag1, tag1, length), 0); in TEST()
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp5601 const char expectTag1[] = {0x66, 0x6e, 0x00}; in TEST() local
5658 EXPECT_EQ(strlen(expectTag1), length); in TEST()
5659 EXPECT_EQ(strncmp(expectTag1, decodedPdr->names[1].tag, length + 1), 0); in TEST()