Home
last modified time | relevance | path

Searched refs:getZoneID (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dfancontroller.cpp165 std::cerr << "Zone " << _owner->getZoneID() << " fans, " in outputProc()
175 std::cerr << "Zone " << _owner->getZoneID() << " fans, " in outputProc()
186 std::cerr << "Zone " << _owner->getZoneID() in outputProc()
219 std::cerr << "Zone " << _owner->getZoneID() in ~FanController()
H A Dzone_interface.hpp20 virtual int64_t getZoneID(void) const = 0;
H A Dbuilder.cpp82 std::cerr << "Zone Id: " << zone->getZoneID() << "\n"; in buildZones()
H A Dzone.hpp80 int64_t getZoneID(void) const override;
H A Dzone.cpp125 int64_t DbusPidZone::getZoneID(void) const in getZoneID() function in pid_control::DbusPidZone
/openbmc/phosphor-pid-control/test/
H A Dzone_mock.hpp46 MOCK_CONST_METHOD0(getZoneID, int64_t());
H A Dpid_zone_unittest.cpp157 EXPECT_EQ(zoneId, zone->getZoneID()); in TEST_F()