Searched refs:PSUSensor (Results 1 – 4 of 4) sorted by relevance
17 #include "PSUSensor.hpp"47 PSUSensor::PSUSensor( in PSUSensor() function in PSUSensor 110 PSUSensor::~PSUSensor() in ~PSUSensor() 122 bool PSUSensor::isActive() in isActive() 127 void PSUSensor::activate(const std::string& newPath, in activate() 142 void PSUSensor::deactivate() in deactivate() 152 void PSUSensor::setupRead() in setupRead() 168 std::weak_ptr<PSUSensor> wea in setupRead() [all...]
21 class PSUSensor : public Sensor, public std::enable_shared_from_this<PSUSensor> class24 PSUSensor(const std::string& path, const std::string& objectType,34 ~PSUSensor() override;
6 'PSUSensor.cpp',
19 #include "PSUSensor.hpp"158 static boost::container::flat_map<std::string, std::shared_ptr<PSUSensor>>554 float pollRate = getPollRate(*baseConfig, PSUSensor::defaultSensorPoll); in createSensorsCallback() 977 sensors[sensorName] = std::make_shared<PSUSensor>( in createSensorsCallback() 1146 boost::container::flat_map<std::string, std::shared_ptr<PSUSensor>>& in powerStateChanged() 1175 systemBus->request_name("xyz.openbmc_project.PSUSensor"); in main()