Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_minimal.cpp77 void PelMinimal::setType(uint8_t type) in setType() function in attn::pel::PelMinimal
79 _uh->setType(type); in setType()
H A Duser_header.cpp37 void UserHeader::setType(uint8_t type) in setType() function in attn::pel::UserHeader
H A Duser_header.hpp99 void setType(uint8_t type);
H A Dpel_minimal.hpp87 void setType(uint8_t type);
/openbmc/phosphor-fan-presence/control/json/
H A Dgroup.hpp126 inline void setType(const std::optional<std::string>& type) in setType() function in phosphor::fan::control::json::Group
H A Devent.cpp123 group.setType(type); in configGroup()
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp267 tiPel->setType(static_cast<uint8_t>(pel::EventType::na)); in createPelCustom()