Home
last modified time | relevance | path

Searched refs:ZoneInterface (Results 1 – 17 of 17) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dstepwisecontroller.hpp14 class ZoneInterface;
20 createStepwiseController(ZoneInterface* owner, const std::string& id,
26 ZoneInterface* owner) : in StepwiseController()
53 ZoneInterface* _owner;
H A Dpidcontroller.hpp14 class ZoneInterface;
23 PIDController(const std::string& id, ZoneInterface* owner) : in PIDController()
80 ZoneInterface* _owner;
H A Dzone_interface.hpp14 class ZoneInterface class
17 virtual ~ZoneInterface() = default;
H A Dfancontroller.hpp23 createFanPid(ZoneInterface* owner, const std::string& id,
28 ZoneInterface* owner) : in FanController()
H A Dthermalcontroller.hpp49 ZoneInterface* owner, const std::string& id,
55 const ThermalType& type, ZoneInterface* owner) : in ThermalController()
H A Dpidloop.cpp36 static void processThermals(std::shared_ptr<ZoneInterface> zone) in processThermals()
49 void pidControlLoop(std::shared_ptr<ZoneInterface> zone, in pidControlLoop()
H A Dcontroller.hpp15 class ZoneInterface;
H A Dpidloop.hpp22 void pidControlLoop(std::shared_ptr<ZoneInterface> zone,
H A Dbuilder.hpp15 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>>
H A Dbuilder.cpp53 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>>
58 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> zones; in buildZones()
H A Dstepwisecontroller.cpp71 ZoneInterface* owner, const std::string& id, in createStepwiseController()
H A Dthermalcontroller.cpp57 ZoneInterface* owner, const std::string& id, in createThermalPid()
H A Dfancontroller.cpp32 FanController::createFanPid(ZoneInterface* owner, const std::string& id, in createFanPid()
H A Dzone.hpp47 class DbusPidZone : public ZoneInterface, public ModeObject
/openbmc/phosphor-pid-control/test/
H A Dcontroller_mock.hpp16 ControllerMock(const std::string& id, ZoneInterface* owner) : in ControllerMock()
H A Dzone_mock.hpp12 class ZoneMock : public ZoneInterface
/openbmc/phosphor-pid-control/
H A Dmain.cpp67 static std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> zones;