Home
last modified time | relevance | path

Searched refs:stateChanged (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-fan-presence/presence/test/
H A Dfallbacktest.cpp83 f.stateChanged(false); in TEST()
89 f.stateChanged(true); in TEST()
121 f.stateChanged(false); in TEST()
132 f.stateChanged(true); in TEST()
159 f.stateChanged(false); in TEST()
171 f.stateChanged(false); in TEST()
204 f.stateChanged(false); in TEST()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dmrbsection.js47 function stateChanged(build) { function
91 else if (stateChanged(build)) {
/openbmc/phosphor-fan-presence/presence/
H A Dfallback.hpp73 void stateChanged(bool present, PresenceSensor& /*sensor*/) override;
H A Drpolicy.hpp56 virtual void stateChanged(bool present, PresenceSensor& sensor) = 0;
H A Danyof.hpp71 void stateChanged(bool present, PresenceSensor& sensor) override;
H A Dfallback.cpp33 void Fallback::stateChanged(bool present, PresenceSensor& /*sensor*/) in stateChanged() function in phosphor::fan::presence::Fallback
H A Dgpio.cpp91 getPolicy().stateChanged(newState, *this); in ioCallback()
H A Dtach.cpp138 getPolicy().stateChanged(newState, *this); in propertiesChanged()
H A Danyof.cpp62 void AnyOf::stateChanged(bool present, PresenceSensor& sensor) in stateChanged() function in phosphor::fan::presence::AnyOf
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp248 static constexpr uint8_t stateChanged = 0x80; variable
320 if (sysAcpiState & acpi_state::stateChanged) in ipmiSetAcpiPowerState()
323 s = sysAcpiState & ~acpi_state::stateChanged; in ipmiSetAcpiPowerState()
369 if (devAcpiState & acpi_state::stateChanged) in ipmiSetAcpiPowerState()
372 s = devAcpiState & ~acpi_state::stateChanged; in ipmiSetAcpiPowerState()