Searched refs:setFunctional (Results 1 – 13 of 13) sorted by relevance
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | service_indicators_test.cpp | 263 setFunctional("/system/chassis/processor", false)) in TEST() 286 EXPECT_CALL(dataIface, setFunctional("/system/chassis/cpu0", false)) in TEST() 288 EXPECT_CALL(dataIface, setFunctional("/system/chassis/cpu1", false)) in TEST() 327 EXPECT_CALL(dataIface, setFunctional).Times(0); in TEST() 351 setFunctional("/system/chassis/processor", false)) in TEST()
|
| H A D | mocks.hpp | 50 MOCK_METHOD(void, setFunctional, (const std::string&, bool),
|
| H A D | pel_manager_test.cpp | 875 setFunctional("/system/chassis/processor", false)) in TEST_F() 915 setFunctional("/system/chassis/processor", false)) in TEST_F()
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | fan.cpp | 87 sensor->setFunctional(true); in Fan() 200 sensor->setFunctional(false, true); in startMonitor() 384 sensor.setFunctional(!sensor.functional(), !sensor.hasOwner()); in updateState() 483 sensor->setFunctional(true); in presenceChanged() 536 sensor->setFunctional(true); in powerStateChanged()
|
| H A D | tach_sensor.hpp | 261 void setFunctional(bool functional, bool skipErrorTimer = false);
|
| H A D | tach_sensor.cpp | 264 void TachSensor::setFunctional(bool functional, bool skipErrorTimer) in setFunctional() function in phosphor::fan::monitor::TachSensor
|
| /openbmc/phosphor-pid-control/dbus/ |
| H A D | dbuspassive.hpp | 61 void setFunctional(bool value);
|
| H A D | dbuspassive.cpp | 316 void DbusPassive::setFunctional(bool value) in setFunctional() function in pid_control::DbusPassive 505 owner->setFunctional(asserted); in handleSensorValue()
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | version.hpp | 176 void setFunctional(bool value) in setFunctional() function in phosphor::software::manager::Version
|
| H A D | item_updater.cpp | 387 versionPtr->setFunctional(true); in processBMCImage()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | service_indicators.cpp | 221 _dataIface.setFunctional(path, false); in setNotFunctional()
|
| H A D | data_interface.hpp | 421 virtual void setFunctional(const std::string& objectPath, 853 void setFunctional(const std::string& objectPath,
|
| H A D | data_interface.cpp | 554 void DataInterface::setFunctional(const std::string& objectPath, in setFunctional() function in openpower::pels::DataInterface
|