Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_rules.cpp55 newActionFlags.set(hiddenFlagBit); in check()
63 newActionFlags.set(hiddenFlagBit); in check()
75 newActionFlags.reset(hiddenFlagBit); in check()
H A Dpel_types.hpp113 hiddenFlagBit = 14, // 0x4000 enumerator
H A Dhost_notifier.cpp102 else if (a.actionFlags.test(hiddenFlagBit) && in enqueueRequired()
137 else if (a.actionFlags.test(hiddenFlagBit)) in notifyRequired()
H A Drepository.cpp497 !pel.actionFlags.test(hiddenFlagBit); in isServiceableSev()
H A Dmanager.cpp945 !attr.actionFlags.test(hiddenFlagBit)) || in createPELEntry()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp197 EXPECT_TRUE(actionFlags.test(hiddenFlagBit)); in TEST_F()
218 EXPECT_TRUE(actionFlags.test(hiddenFlagBit)); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp334 if (!hidden && actionFlags.test(hiddenFlagBit)) in genPELJSON()
727 if (!hidden && actionFlags.test(hiddenFlagBit)) in printPELCount()