Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.hpp56 class LightPath : public Policy class
59 LightPath() = delete;
60 virtual ~LightPath() = default;
61 LightPath(const LightPath&) = default;
62 LightPath& operator=(const LightPath&) = default;
63 LightPath(LightPath&&) = default;
64 LightPath& operator=(LightPath&&) = default;
71 explicit LightPath(const DataInterfaceBase& dataIface) : Policy(dataIface) in LightPath() function in openpower::pels::service_indicators::LightPath
H A Dservice_indicators.cpp32 return std::make_unique<LightPath>(dataIface); in getPolicy()
35 bool LightPath::ignore(const PEL& pel) const in ignore()
53 void LightPath::activate(const PEL& pel) in activate()
101 std::vector<std::string> LightPath::getLocationCodes( in getLocationCodes()
169 bool LightPath::isRequiredPriority(uint8_t priority) const in isRequiredPriority()
177 bool LightPath::isHardwareCallout(const src::Callout& callout) const in isHardwareCallout()
192 std::vector<std::string> LightPath::getInventoryPaths( in getInventoryPaths()
227 void LightPath::setNotFunctional( in setNotFunctional()
245 void LightPath::createCriticalAssociation( in createCriticalAssociation()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dservice_indicators_test.cpp32 service_indicators::LightPath lightPath{dataIface}; in TEST()
60 service_indicators::LightPath lightPath{dataIface}; in TEST()
91 service_indicators::LightPath lightPath{dataIface}; in TEST()
142 service_indicators::LightPath lightPath{dataIface}; in TEST()
205 service_indicators::LightPath lightPath{dataIface}; in TEST()
268 service_indicators::LightPath lightPath{dataIface}; in TEST()
292 service_indicators::LightPath lightPath{dataIface}; in TEST()
317 service_indicators::LightPath lightPath{dataIface}; in TEST()
334 service_indicators::LightPath lightPath{dataIface}; in TEST()
356 service_indicators::LightPath lightPath{dataIface}; in TEST()
[all …]