Home
last modified time | relevance | path

Searched refs:compatibleSystemTypesFound (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.cpp79 bus, std::bind_front(&Manager::compatibleSystemTypesFound, this));
172 void Manager::compatibleSystemTypesFound(const std::vector<std::string>& types) in compatibleSystemTypesFound() function in phosphor::power::regulators::Manager
H A Dmanager.hpp105 void compatibleSystemTypesFound(const std::vector<std::string>& types);
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_control.hpp75 void compatibleSystemTypesFound(const std::vector<std::string>& types);
H A Dpower_control.cpp58 bus, std::bind_front(&PowerControl::compatibleSystemTypesFound, this));
264 void PowerControl::compatibleSystemTypesFound( in compatibleSystemTypesFound() function in phosphor::power::sequencer::PowerControl