Home
last modified time | relevance | path

Searched defs:actionFlags (Results 1 – 14 of 14) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_rules.cpp14 std::tuple<uint16_t, uint8_t> check(uint16_t actionFlags, uint8_t eventType, in check()
H A Duser_header.hpp147 uint16_t actionFlags() const in actionFlags() function in openpower::pels::UserHeader
H A Dservice_indicators.cpp43 std::bitset<16> actionFlags{pel.userHeader().actionFlags()}; in ignore() local
H A Duser_header.cpp258 std::vector<std::string> actionFlags; in getJSON() local
H A Dregistry.hpp171 std::optional<uint16_t> actionFlags; member
H A Drepository.hpp34 std::bitset<16> actionFlags; member
H A Dregistry.cpp110 uint16_t actionFlags = 0; in getActionFlags() local
/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp190 std::bitset<16> actionFlags = pel->userHeader().actionFlags(); in TEST_F() local
209 std::bitset<16> actionFlags = pel->userHeader().actionFlags(); in TEST_F() local
230 std::bitset<16> actionFlags = pel->userHeader().actionFlags(); in TEST_F() local
H A Dpel_rules_test.cpp10 uint16_t actionFlags; member
H A Dpel_utils.cpp243 uint16_t actionFlags, size_t size) in pelFactory()
H A Drepository_test.cpp294 std::bitset<16> actionFlags; in TEST_F() local
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp268 auto actionFlags = pel::ActionFlags::service | pel::ActionFlags::report | in createPelCustom() local
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp345 std::bitset<16> actionFlags{pel.userHeader().actionFlags()}; in genPELJSON() local
738 std::bitset<16> actionFlags{pel.userHeader().actionFlags()}; in printPELCount() local
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/
H A Dschema.json379 "actionFlags": { object