Searched refs:returnValue (Results 1 – 12 of 12) sorted by relevance
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | pmbus_utils.cpp | 63 std::string returnValue{}; in toString() local 67 returnValue = "linear_11"; in toString() 70 returnValue = "linear_16"; in toString() 73 return returnValue; in toString() 78 std::string returnValue{}; in toString() local 82 returnValue = "linear"; in toString() 85 returnValue = "vid"; in toString() 88 returnValue = "direct"; in toString() 91 returnValue = "ieee"; in toString() 94 return returnValue; in toString()
|
| /openbmc/phosphor-power/phosphor-regulators/src/actions/ |
| H A D | if_action.cpp | 26 bool returnValue{true}; in execute() local 32 returnValue = action_utils::execute(thenActions, environment); in execute() 40 returnValue = action_utils::execute(elseActions, environment); in execute() 45 returnValue = false; in execute() 49 return returnValue; in execute()
|
| H A D | action_utils.hpp | 47 bool returnValue{true}; in execute() local 50 returnValue = action->execute(environment); in execute() 52 return returnValue; in execute()
|
| H A D | or_action.hpp | 75 bool returnValue{false}; in execute() local 80 returnValue = true; in execute() 83 return returnValue; in execute()
|
| H A D | and_action.hpp | 75 bool returnValue{true}; in execute() local 80 returnValue = false; in execute() 83 return returnValue; in execute()
|
| H A D | run_rule_action.hpp | 72 bool returnValue = environment.getRule(ruleID).execute(environment); in execute() local 77 return returnValue; in execute()
|
| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | validate-regulators-config_tests.cpp | 170 int returnValue = pclose(pipe); in runToolForOutputWithCommand() local 172 if (returnValue == -1) in runToolForOutputWithCommand() 180 int exitStatus = WEXITSTATUS(returnValue); in runToolForOutputWithCommand()
|
| /openbmc/rest-dbus/resources/ |
| H A D | jquery.min.js | 4 …returnValue=a.result)}}},simulate:function(a,b,c,d){var e=m.extend(new m.Event,c,{type:a,isSimulat…
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery-3.7.1.min.js | 2 …returnValue=e.result)}}}},ce.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListe…
|
| H A D | jquery-2.0.3.min.js | 5 …nload:{postDispatch:function(e){e.result!==undefined&&(e.originalEvent.returnValue=e.result)}}},si…
|
| H A D | jquery-3.7.1.min.map | 1 …","originalEvent","writable","load","noBubble","click","beforeunload","returnValue","props","isDef…
|
| H A D | jquery-2.0.3.min.map | 1 …ntTop","originalEvent","fixHook","load","blur","click","beforeunload","returnValue","simulate","bu…
|