Searched refs:setFunctional (Results 1 – 13 of 13) sorted by relevance
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | service_indicators_test.cpp | 275 setFunctional("/system/chassis/processor", false)) in TEST() 298 EXPECT_CALL(dataIface, setFunctional("/system/chassis/cpu0", false)) in TEST() 300 EXPECT_CALL(dataIface, setFunctional("/system/chassis/cpu1", false)) in TEST() 339 EXPECT_CALL(dataIface, setFunctional).Times(0); in TEST() 363 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 | 913 setFunctional("/system/chassis/processor", false)) in TEST_F() 954 setFunctional("/system/chassis/processor", false)) in TEST_F()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan.cpp | 88 sensor->setFunctional(true); in Fan() 199 sensor->setFunctional(false, true); in startMonitor() 383 sensor.setFunctional(!sensor.functional(), !sensor.hasOwner()); in updateState() 482 sensor->setFunctional(true); in presenceChanged() 535 sensor->setFunctional(true); in powerStateChanged()
|
H A D | tach_sensor.hpp | 262 void setFunctional(bool functional, bool skipErrorTimer = false);
|
H A D | tach_sensor.cpp | 262 void TachSensor::setFunctional(bool functional, bool skipErrorTimer) in setFunctional() function in phosphor::fan::monitor::TachSensor
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuspassive.cpp | 224 void DbusPassive::setFunctional(bool value) in setFunctional() function in pid_control::DbusPassive 386 owner->setFunctional(asserted); in handleSensorValue()
|
H A D | dbuspassive.hpp | 64 void setFunctional(bool value);
|
/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 | data_interface.hpp | 421 virtual void setFunctional(const std::string& objectPath, 853 void setFunctional(const std::string& objectPath,
|
H A D | service_indicators.cpp | 234 _dataIface.setFunctional(path, false); in setNotFunctional()
|
H A D | data_interface.cpp | 573 void DataInterface::setFunctional(const std::string& objectPath, in setFunctional() function in openpower::pels::DataInterface
|