Searched refs:PSUManager (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | psu_manager.hpp | 57 class PSUManager class 60 PSUManager() = delete; 61 ~PSUManager() = default; 62 PSUManager(const PSUManager&) = delete; 63 PSUManager& operator=(const PSUManager&) = delete; 64 PSUManager(PSUManager&&) = delete; 65 PSUManager& operator=(PSUManager&&) = delete; 73 PSUManager(sdbusplus::bus_t& bus, const sdeventplus::Event& e);
|
H A D | psu_manager.cpp | 42 PSUManager::PSUManager(sdbusplus::bus_t& bus, const sdeventplus::Event& e) : in PSUManager() function in phosphor::power::manager::PSUManager 55 std::bind(&PSUManager::entityManagerIfaceAdded, this, in PSUManager() 67 e, std::bind(&PSUManager::analyze, this), interval); in PSUManager() 70 e, std::bind(&PSUManager::validateConfig, this)); in PSUManager() 93 void PSUManager::initialize() in initialize() 148 void PSUManager::getPSUConfiguration() in getPSUConfiguration() 184 void PSUManager::getPSUProperties(util::DbusPropertyMap& properties) in getPSUProperties() 258 std::mem_fn(&phosphor::power::manager::PSUManager::isPowerOn), in getPSUProperties() 281 void PSUManager::populateSysProperties(const util::DbusPropertyMap& properties) in populateSysProperties() 347 void PSUManager::getSystemProperties() in getSystemProperties() [all …]
|
H A D | main.cpp | 42 manager::PSUManager manager(bus, event); in main()
|