Home
last modified time | relevance | path

Searched refs:setState (Results 1 – 23 of 23) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dcount_state_target.cpp37 setState(jsonObj); in CountStateTarget()
85 void CountStateTarget::setState(const json& jsonObj) in setState() function in phosphor::fan::control::json::CountStateTarget
H A Dcount_state_floor.cpp32 setState(jsonObj); in CountStateFloor()
127 void CountStateFloor::setState(const json& jsonObj) in setState() function in phosphor::fan::control::json::CountStateFloor
H A Dnet_target_decrease.cpp38 setState(jsonObj); in NetTargetDecrease()
143 void NetTargetDecrease::setState(const json& jsonObj) in setState() function in phosphor::fan::control::json::NetTargetDecrease
H A Dnet_target_increase.cpp38 setState(jsonObj); in NetTargetIncrease()
136 void NetTargetIncrease::setState(const json& jsonObj) in setState() function in phosphor::fan::control::json::NetTargetIncrease
H A Doverride_fan_target.cpp37 setState(jsonObj); in OverrideFanTarget()
138 void OverrideFanTarget::setState(const json& jsonObj) in setState() function in phosphor::fan::control::json::OverrideFanTarget
H A Dnet_target_increase.hpp105 void setState(const json& jsonObj);
H A Dnet_target_decrease.hpp105 void setState(const json& jsonObj);
H A Dcount_state_target.hpp99 void setState(const json& jsonObj);
H A Dcount_state_floor.hpp99 void setState(const json& jsonObj);
H A Doverride_fan_target.hpp150 void setState(const json& jsonObj);
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dhost_power.hpp25 static sdbusplus::async::task<bool> setState(sdbusplus::async::context& ctx,
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_interface.hpp80 virtual void setState(int state) = 0;
H A Dpower_control.hpp64 void setState(int state) override;
H A Dpower_interface.cpp213 pwrObj->setState(state); in callbackSetPowerState()
H A Dpower_control.cpp231 void PowerControl::setState(int s) in setState() function in phosphor::power::sequencer::PowerControl
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dhost_power.cpp43 sdbusplus::async::task<bool> HostPower::setState(sdbusplus::async::context& ctx, in setState() function in phosphor::software::host_power::HostPower
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.cpp102 bool success = co_await HostPower::setState(ctx, stateOff); in updateDevice()
119 co_await HostPower::setState(ctx, prevPowerstate); in updateDevice()
/openbmc/intel-ipmi-oem/src/
H A Dfirmware-update.cpp349 void setState(const uint8_t state) in setState() function in FwUpdateStatusCache
486 fwUpdateStatus.setState( in activateImage()
573 fwUpdateStatus.setState( in postTransferCompleteHandler()
1363 fwUpdateStatus.setState( in ipmiGetSetFirmwareUpdateControl()
1407 fwUpdateStatus.setState( in ipmiGetSetFirmwareUpdateControl()
1692 fwUpdateStatus.setState( in registerFirmwareFunctions()
H A Dmanufacturingcommands.cpp101 ipmi_ret_t ledStoreAndSet(SmSignalSet signal, const std::string& setState) in ledStoreAndSet() argument
129 ledStateStr + setState) != 0) in ledStoreAndSet()
/openbmc/qemu/ui/
H A Dcocoa.m1486 …[sender setState:styleMask & NSWindowStyleMaskResizable ? NSControlStateValueOn : NSControlStateVa…
1494 [sender setState: NSControlStateValueOn];
1497 [sender setState: NSControlStateValueOff];
1685 [item setState: NSControlStateValueOff];
1692 [sender setState: NSControlStateValueOn];
1763 …[menuItem setState: [[cocoaView window] styleMask] & NSWindowStyleMaskResizable ? NSControlStateVa…
1766 …[menuItem setState: zoom_interpolation == kCGInterpolationLow ? NSControlStateValueOn : NSControlS…
1785 [menuItem setState: NSControlStateValueOn];
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.min.js6 …)),"toggle"==o?e.toggle():o&&e.setState(o)})}n.VERSION="3.4.1",n.DEFAULTS={loadingText:"loading...… method in n
H A Dbootstrap-3.4.1.js202 Button.prototype.setState = function (state) { method in Button
261 else if (option) data.setState(option)
/openbmc/openpower-occ-control/
H A Docc_manager.cpp784 openpower::phal::sbe::setState(proc, state); in setSBEState()