Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/presence/
H A Dgpio.hpp91 virtual RedundancyPolicy& getPolicy() = 0;
168 virtual RedundancyPolicy& getPolicy() = 0;
H A Dtach.hpp85 virtual RedundancyPolicy& getPolicy() = 0;
H A Drpolicy.hpp115 RedundancyPolicy& getPolicy() override in getPolicy() function in phosphor::fan::presence::PolicyAccess
H A Djson_parser.hpp131 getPolicy(const json& rpolicy, const fanPolicy& fpolicy,
H A Dgpio.cpp91 getPolicy().stateChanged(newState, *this); in ioCallback()
H A Dtach.cpp138 getPolicy().stateChanged(newState, *this); in propertiesChanged()
H A Djson_parser.cpp200 getPolicy(member["rpolicy"], fans.back(), std::move(eepromDevice)); in process()
225 JsonConfig::getPolicy(const json& rpolicy, const fanPolicy& fpolicy, in getPolicy() function in phosphor::fan::presence::JsonConfig
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.hpp190 std::unique_ptr<Policy> getPolicy(const DataInterfaceBase& dataIface);
H A Dservice_indicators.cpp29 std::unique_ptr<Policy> getPolicy(const DataInterfaceBase& dataIface) in getPolicy() function
H A Dmanager.cpp189 auto policy = service_indicators::getPolicy(*_dataIface); in addPEL()
422 auto policy = service_indicators::getPolicy(*_dataIface); in createPEL()