Searched refs:ZoneInterface (Results 1 – 20 of 20) sorted by relevance
| /openbmc/phosphor-pid-control/pid/ |
| H A D | stepwisecontroller.hpp | 14 class ZoneInterface; 20 ZoneInterface* owner, const std::string& id, 26 ZoneInterface* owner) : in StepwiseController() 52 ZoneInterface* _owner;
|
| H A D | pidcontroller.hpp | 12 class ZoneInterface; 21 PIDController(const std::string& id, ZoneInterface* owner) : in PIDController() 78 ZoneInterface* _owner;
|
| H A D | fancontroller.hpp | 23 ZoneInterface* owner, const std::string& id, 27 ZoneInterface* owner) : in FanController()
|
| H A D | thermalcontroller.hpp | 49 ZoneInterface* owner, const std::string& id, 55 const ThermalType& type, ZoneInterface* owner) : in ThermalController()
|
| H A D | zone_interface.hpp | 20 class ZoneInterface class 23 virtual ~ZoneInterface() = default;
|
| H A D | pidloop.cpp | 22 static void processThermals(const std::shared_ptr<ZoneInterface>& zone) in processThermals() 35 void pidControlLoop(const std::shared_ptr<ZoneInterface>& zone, in pidControlLoop()
|
| H A D | controller.hpp | 12 class ZoneInterface;
|
| H A D | pidloop.hpp | 25 void pidControlLoop(const std::shared_ptr<ZoneInterface>& zone,
|
| H A D | builder.hpp | 17 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> buildZones(
|
| H A D | builder.cpp | 44 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 D | stepwisecontroller.cpp | 71 ZoneInterface* owner, const std::string& id, in createStepwiseController()
|
| H A D | thermalcontroller.cpp | 51 ZoneInterface* owner, const std::string& id, in createThermalPid()
|
| H A D | fancontroller.cpp | 30 ZoneInterface* owner, const std::string& id, in createFanPid()
|
| H A D | zone.hpp | 57 class DbusPidZone : public ZoneInterface, public ModeObject
|
| /openbmc/phosphor-pid-control/failsafeloggers/ |
| H A D | builder.hpp | 14 const std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>>& zones,
|
| H A D | builder.cpp | 22 const std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>>& zones, in buildFailsafeLoggers()
|
| /openbmc/phosphor-pid-control/test/ |
| H A D | controller_mock.hpp | 19 ControllerMock(const std::string& id, ZoneInterface* owner) : in ControllerMock()
|
| H A D | pid_zone_unittest.cpp | 380 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 D | zone_mock.hpp | 19 class ZoneMock : public ZoneInterface
|
| /openbmc/phosphor-pid-control/ |
| H A D | main.cpp | 66 static std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> zones;
|