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.cpp85 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 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.cpp32 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.cpp136 getPolicy().stateChanged(newState, *this); in propertiesChanged()
H A Danyof.cpp60 void AnyOf::stateChanged(bool present, PresenceSensor& sensor) in stateChanged() function in phosphor::fan::presence::AnyOf
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp246 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()