Home
last modified time | relevance | path

Searched refs:stateOn (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dhost_power.cpp46 if (state != stateOn && state != stateOff) in setState()
57 (state == stateOn) ? transitionOn : transitionOff); in setState()
89 if (res != stateOn && res != stateOff) in getState()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dhost_power.hpp10 const auto stateOn = variable
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js9stateOn:null,stateOff:null}).controller("RatingController",["$scope","$attrs","ratingConfig",funct… property in AnonymousFunctionb0c64dd7cb00.buildTemplateObjects.AnonymousClassb0c64dd7cd01
H A Dui-bootstrap-tpls-0.11.0.min.js9stateOn:null,stateOff:null}).controller("RatingController",["$scope","$attrs","ratingConfig",funct… property in AnonymousClass2adf09a9ca01
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.cpp97 if (prevPowerstate != stateOn && prevPowerstate != stateOff) in updateDevice()