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.hpp146 uint16_t actionFlags() const in actionFlags() function in openpower::pels::UserHeader
H A Dservice_indicators.cpp30 std::bitset<16> actionFlags{pel.userHeader().actionFlags()}; in ignore() local
H A Duser_header.cpp243 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.cpp97 uint16_t actionFlags = 0; in getActionFlags() local
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_rules_test.cpp10 uint16_t actionFlags; member
H A Dhost_notifier_test.cpp177 std::bitset<16> actionFlags = pel->userHeader().actionFlags(); in TEST_F() local
196 std::bitset<16> actionFlags = pel->userHeader().actionFlags(); in TEST_F() local
217 std::bitset<16> actionFlags = pel->userHeader().actionFlags(); in TEST_F() local
H A Dpel_utils.cpp231 uint16_t actionFlags, size_t size) in pelFactory()
H A Drepository_test.cpp282 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.cpp333 std::bitset<16> actionFlags{pel.userHeader().actionFlags()}; in genPELJSON() local
726 std::bitset<16> actionFlags{pel.userHeader().actionFlags()}; in printPELCount() local
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/
H A Dschema.json379 "actionFlags": { object