Home
last modified time | relevance | path

Searched refs:presenceChanged (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-fan-presence/presence/
H A Derror_reporter.cpp71 std::bind(std::mem_fn(&ErrorReporter::presenceChanged), this, in ErrorReporter()
96 void ErrorReporter::presenceChanged(sdbusplus::message_t& msg) in presenceChanged() function in phosphor::fan::presence::ErrorReporter
H A Derror_reporter.hpp58 void presenceChanged(sdbusplus::message_t& msg);
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.hpp232 void presenceChanged(sdbusplus::message_t& msg);
H A Dfan.cpp53 std::bind(std::mem_fn(&Fan::presenceChanged), this, in Fan()
463 void Fan::presenceChanged(sdbusplus::message_t& msg) in presenceChanged() function in phosphor::fan::monitor::Fan
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.hpp235 void presenceChanged(sdbusplus::message_t& msg);
H A Dpsu_manager.cpp267 [this](auto& msg) { this->presenceChanged(msg); }); in getPSUProperties()
470 void PSUManager::presenceChanged(sdbusplus::message_t& msg) in presenceChanged() function in phosphor::power::manager::PSUManager
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp1006 void presenceChanged(sdbusplus::message_t& msg);
H A Ddata_interface.cpp969 std::bind(&DataInterface::presenceChanged, this, in addHotplugWatch()
1010 void DataInterface::presenceChanged(sdbusplus::message_t& msg) in presenceChanged() function in openpower::pels::DataInterface