Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dstepwisecontroller.hpp14 class ZoneInterface;
20 ZoneInterface* owner, const std::string& id,
26 ZoneInterface* owner) : in StepwiseController()
52 ZoneInterface* _owner;
H A Dpidcontroller.hpp12 class ZoneInterface;
21 PIDController(const std::string& id, ZoneInterface* owner) : in PIDController()
78 ZoneInterface* _owner;
H A Dfancontroller.hpp23 ZoneInterface* owner, const std::string& id,
27 ZoneInterface* owner) : in FanController()
H A Dthermalcontroller.hpp49 ZoneInterface* owner, const std::string& id,
55 const ThermalType& type, ZoneInterface* owner) : in ThermalController()
H A Dzone_interface.hpp20 class ZoneInterface class
23 virtual ~ZoneInterface() = default;
H A Dpidloop.cpp22 static void processThermals(const std::shared_ptr<ZoneInterface>& zone) in processThermals()
35 void pidControlLoop(const std::shared_ptr<ZoneInterface>& zone, in pidControlLoop()
H A Dcontroller.hpp12 class ZoneInterface;
H A Dpidloop.hpp25 void pidControlLoop(const std::shared_ptr<ZoneInterface>& zone,
H A Dbuilder.hpp17 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> buildZones(
H A Dbuilder.cpp44 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> buildZones( in buildZones()
49 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.cpp51 ZoneInterface* owner, const std::string& id, in createThermalPid()
H A Dfancontroller.cpp30 ZoneInterface* owner, const std::string& id, in createFanPid()
H A Dzone.hpp57 class DbusPidZone : public ZoneInterface, public ModeObject
/openbmc/phosphor-pid-control/failsafeloggers/
H A Dbuilder.hpp14 const std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>>& zones,
H A Dbuilder.cpp22 const std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>>& zones, in buildFailsafeLoggers()
/openbmc/phosphor-pid-control/test/
H A Dcontroller_mock.hpp19 ControllerMock(const std::string& id, ZoneInterface* owner) : in ControllerMock()
H A Dpid_zone_unittest.cpp380 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F()
436 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F()
488 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F()
554 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F()
654 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F()
711 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F()
774 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F()
869 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F()
H A Dzone_mock.hpp19 class ZoneMock : public ZoneInterface
/openbmc/phosphor-pid-control/
H A Dmain.cpp66 static std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> zones;