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.cpp114 else if (a.actionFlags.test(hiddenFlagBit) && in enqueueRequired()
149 else if (a.actionFlags.test(hiddenFlagBit)) in notifyRequired()
H A Drepository.cpp507 !pel.actionFlags.test(hiddenFlagBit); in isServiceableSev()
H A Dmanager.cpp948 !attr.actionFlags.test(hiddenFlagBit)) || in createPELEntry()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp210 EXPECT_TRUE(actionFlags.test(hiddenFlagBit)); in TEST_F()
231 EXPECT_TRUE(actionFlags.test(hiddenFlagBit)); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp346 if (!hidden && actionFlags.test(hiddenFlagBit)) in genPELJSON()
739 if (!hidden && actionFlags.test(hiddenFlagBit)) in printPELCount()