Searched refs:stateChanged (Results 1 – 10 of 10) sorted by relevance
| /openbmc/phosphor-fan-presence/presence/test/ |
| H A D | fallbacktest.cpp | 85 f.stateChanged(false, ts); in TEST() 91 f.stateChanged(true, ts); in TEST() 123 f.stateChanged(false, ts1); in TEST() 134 f.stateChanged(true, ts1); in TEST() 161 f.stateChanged(false, ts1); in TEST() 173 f.stateChanged(false, ts1); in TEST() 206 f.stateChanged(false, ts1); in TEST()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | mrbsection.js | 47 function stateChanged(build) { function 91 else if (stateChanged(build)) {
|
| /openbmc/phosphor-fan-presence/presence/ |
| H A D | fallback.hpp | 73 void stateChanged(bool present, PresenceSensor& /*sensor*/) override;
|
| H A D | rpolicy.hpp | 56 virtual void stateChanged(bool present, PresenceSensor& sensor) = 0;
|
| H A D | anyof.hpp | 71 void stateChanged(bool present, PresenceSensor& sensor) override;
|
| H A D | fallback.cpp | 32 void Fallback::stateChanged(bool present, PresenceSensor& /*sensor*/) in stateChanged() function in phosphor::fan::presence::Fallback
|
| H A D | gpio.cpp | 91 getPolicy().stateChanged(newState, *this); in ioCallback()
|
| H A D | tach.cpp | 136 getPolicy().stateChanged(newState, *this); in propertiesChanged()
|
| H A D | anyof.cpp | 60 void AnyOf::stateChanged(bool present, PresenceSensor& sensor) in stateChanged() function in phosphor::fan::presence::AnyOf
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | apphandler.cpp | 246 static constexpr uint8_t stateChanged = 0x80; variable 318 if (sysAcpiState & acpi_state::stateChanged) in ipmiSetAcpiPowerState() 321 s = sysAcpiState & ~acpi_state::stateChanged; in ipmiSetAcpiPowerState() 367 if (devAcpiState & acpi_state::stateChanged) in ipmiSetAcpiPowerState() 370 s = devAcpiState & ~acpi_state::stateChanged; in ipmiSetAcpiPowerState()
|