Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_rules.cpp17 std::bitset<16> newActionFlags{actionFlags}; in check() local
22 if (!newActionFlags.test(dontReportToHostFlagBit)) in check()
24 newActionFlags.set(reportFlagBit); in check()
28 newActionFlags.reset(reportFlagBit); in check()
32 newActionFlags.reset(spCallHomeFlagBit); in check()
40 newActionFlags.reset(callHomeFlagBit); in check()
55 newActionFlags.set(hiddenFlagBit); in check()
63 newActionFlags.set(hiddenFlagBit); in check()
65 newActionFlags.reset(callHomeFlagBit); in check()
75 newActionFlags.reset(hiddenFlagBit); in check()
[all …]