Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_types.hpp115 dontReportToHostFlagBit = 12, // 0x1000 enumerator
H A Dpel_rules.cpp22 if (!newActionFlags.test(dontReportToHostFlagBit)) in check()
H A Dhost_notifier.cpp119 else if (a.actionFlags.test(dontReportToHostFlagBit)) in enqueueRequired()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp191 EXPECT_TRUE(actionFlags.test(dontReportToHostFlagBit)); in TEST_F()