Searched refs:ZoneInterface (Results 1 – 17 of 17) sorted by relevance
/openbmc/phosphor-pid-control/pid/ |
H A D | stepwisecontroller.hpp | 14 class ZoneInterface; 20 createStepwiseController(ZoneInterface* owner, const std::string& id, 26 ZoneInterface* owner) : in StepwiseController() 52 ZoneInterface* _owner;
|
H A D | pidcontroller.hpp | 14 class ZoneInterface; 23 PIDController(const std::string& id, ZoneInterface* owner) : in PIDController() 80 ZoneInterface* _owner;
|
H A D | fancontroller.hpp | 23 ZoneInterface* owner, const std::string& id, 27 ZoneInterface* owner) : in FanController()
|
H A D | zone_interface.hpp | 14 class ZoneInterface class 17 virtual ~ZoneInterface() = default;
|
H A D | thermalcontroller.hpp | 49 ZoneInterface* owner, const std::string& id, 55 const ThermalType& type, ZoneInterface* owner) : in ThermalController()
|
H A D | pidloop.cpp | 36 static void processThermals(std::shared_ptr<ZoneInterface> zone) in processThermals() 49 void pidControlLoop(std::shared_ptr<ZoneInterface> zone, in pidControlLoop()
|
H A D | controller.hpp | 15 class ZoneInterface;
|
H A D | pidloop.hpp | 22 void pidControlLoop(std::shared_ptr<ZoneInterface> zone,
|
H A D | builder.hpp | 15 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>>
|
H A D | builder.cpp | 53 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> 58 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> zones; in buildZones()
|
H A D | stepwisecontroller.cpp | 71 ZoneInterface* owner, const std::string& id, in createStepwiseController()
|
H A D | thermalcontroller.cpp | 57 ZoneInterface* owner, const std::string& id, in createThermalPid()
|
H A D | fancontroller.cpp | 32 ZoneInterface* owner, const std::string& id, in createFanPid()
|
H A D | zone.hpp | 47 class DbusPidZone : public ZoneInterface, public ModeObject
|
/openbmc/phosphor-pid-control/test/ |
H A D | controller_mock.hpp | 16 ControllerMock(const std::string& id, ZoneInterface* owner) : in ControllerMock()
|
H A D | zone_mock.hpp | 12 class ZoneMock : public ZoneInterface
|
/openbmc/phosphor-pid-control/ |
H A D | main.cpp | 67 static std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> zones;
|