Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/
H A Dmsgbuf.cpp1135 const char expectTag0[3] = {0x65, 0x6e, 0x00}; in TEST() local
1149 EXPECT_EQ(strncmp(expectTag0, tag, strlen(tag) + 1), 0); in TEST()
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp5600 const char expectTag0[] = {0x65, 0x6e, 0x00}; in TEST() local
5643 EXPECT_EQ(strlen(expectTag0), length); in TEST()
5644 EXPECT_EQ(strncmp(expectTag0, decodedPdr->names[0].tag, length + 1), 0); in TEST()