Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp184 size_t udCount = 0; in TEST_F() local
201 udCount++; in TEST_F()
207 EXPECT_EQ(udCount, 2); // AD section and sysInfo section in TEST_F()
256 auto udCount = std::count_if( in TEST_F() local
262 EXPECT_EQ(udCount, 2); // AD section and sysInfo section in TEST_F()
781 size_t udCount = 0; in TEST_F() local
788 udCount++; in TEST_F()
793 EXPECT_EQ(udCount, 7); // AD section, sysInfo, 5 ffdc sections in TEST_F()