| /openbmc/phosphor-fan-presence/control/json/actions/ |
| H A D | mapped_floor.cpp | 68 [name](const auto& group) { return name == group.getName(); }); in getGroup() 73 ActionBase::getName(), in getGroup() 84 throw ActionParseError{ActionBase::getName(), in setKeyGroup() 102 throw ActionParseError{ActionBase::getName(), in setFloorTable() 113 ActionBase::getName(), in setFloorTable() 138 ActionBase::getName(), in setFloorTable() 161 ActionBase::getName(), in setFloorTable() 196 ActionBase::getName(), in setCondition() 198 _conditionGroup->getName())}; in setCondition() 203 throw ActionParseError{ActionBase::getName(), in setCondition() [all …]
|
| H A D | override_fan_target.cpp | 95 _target, fanList, zone.getName())); in lockFans() 117 fanList, zone.getName())); in unlockFans() 132 throw ActionParseError{ActionBase::getName(), in setCount() 142 throw ActionParseError{ActionBase::getName(), in setState() 152 throw ActionParseError{ActionBase::getName(), in setTarget() 162 throw ActionParseError{ActionBase::getName(), in setFans()
|
| H A D | set_parameter_from_group_max.cpp | 75 "ACTION_NAME", ActionBase::getName(), in run() 76 "GROUP_NAME", group.getName()); in run() 108 "ACTION_NAME", ActionBase::getName(), "ERROR", e); in run() 120 throw ActionParseError{ActionBase::getName(), in setParameterName() 137 throw ActionParseError{ActionBase::getName(), e.what()}; in setModifier()
|
| H A D | net_target_decrease.cpp | 126 "ACTION_NAME", ActionBase::getName(), "MEMBER", member, in run() 137 zone.setDecreaseAllow(group.getName(), !(netDelta == 0)); in run() 156 ActionBase::getName(), in setState() 165 throw ActionParseError{ActionBase::getName(), in setDelta()
|
| H A D | count_state_target.cpp | 79 throw ActionParseError{ActionBase::getName(), in setCount() 89 throw ActionParseError{ActionBase::getName(), in setState() 99 throw ActionParseError{ActionBase::getName(), in setTarget()
|
| H A D | target_from_group_max.cpp | 117 ActionBase::getName(), in setHysteresis() 142 throw ActionParseError{ActionBase::getName(), in setMap() 157 throw ActionParseError{ActionBase::getName(), "Missing required map"}; in setMap() 195 "ACTION_NAME", ActionBase::getName(), in processGroups() 196 "GROUP_NAME", group.getName()); in processGroups()
|
| H A D | timer_based_actions.cpp | 159 throw ActionParseError{getName(), "Missing required timer entry"}; in setTimerConf() 165 getName(), "Missing required timer parameters {interval, type}"}; in setTimerConf() 185 getName(), std::format("Timer type '{}' is not supported", type)}; in setTimerConf() 193 throw ActionParseError{getName(), "Missing required actions entry"}; in setActions() 199 throw ActionParseError{getName(), "Missing required action name"}; in setActions()
|
| H A D | count_state_floor.cpp | 121 throw ActionParseError{ActionBase::getName(), in setCount() 131 throw ActionParseError{ActionBase::getName(), in setState() 141 throw ActionParseError{ActionBase::getName(), in setFloor()
|
| H A D | missing_owner_target.cpp | 50 zone.setTargetHold(group.getName(), _target, isMissingOwner); in run() 58 throw ActionParseError{ActionBase::getName(), in setTarget()
|
| H A D | net_target_increase.cpp | 121 "ACTION_NAME", ActionBase::getName(), "MEMBER", in run() 149 ActionBase::getName(), in setState() 158 throw ActionParseError{ActionBase::getName(), in setDelta()
|
| H A D | action.hpp | 122 _uniqueName(getName() + "-" + std::to_string(_actionCount++)) in ActionBase() 158 return z.get().getName() == zone.getName(); in addZone() 226 groups.push_back(group.getName()); in dump()
|
| H A D | default_floor.cpp | 53 zone.setFloorChangeAllow(group.getName(), !isMissingOwner); in run()
|
| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | zone.cpp | 150 "zone-set-target" + getName(), in setTarget() 165 return fan->getName() == fname; in lockFanTarget() 176 "FAN", fname, "ZONE_NAME", getName()); in lockFanTarget() 184 return fan->getName() == fname; in unlockFanTarget() 198 "FAN", fname, "ZONE_NAME", getName()); in unlockFanTarget() 212 "zone-target"s + getName(), in setTargetHold() 222 "zone-target"s + getName(), in setTargetHold() 242 "zone-target"s + getName(), in setTargetHold() 270 "zone-floor"s + getName(), in setFloorHold() 280 "zone-floor"s + getName(), in setFloorHold() [all …]
|
| H A D | event.cpp | 63 trigger(getName(), _manager, _groups, _actions); in enable() 74 trigger(getName(), _manager, _groups, _actions); in powerOn() 85 trigger(getName(), _manager, _groups, _actions); in powerOff() 189 std::make_pair(zone.second->getName(), _profiles); in setActions() 225 "EVENT_NAME", getName(), "ACTION", in setActions() 263 "EVENT_NAME", getName(), "ACTION", in setActions() 293 trigFunc->second(jsonTrig, getName(), _actions)); in setTriggers() 322 groupData.push_back(group.getName()); in dump()
|
| H A D | dbus_zone.cpp | 39 (fs::path{CONTROL_OBJPATH} /= zone.getName()).c_str(), in DBusZone() 73 path /= _zone.getName(); in restoreCurrentMode() 104 path /= _zone.getName(); in saveCurrentMode()
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | host.cpp | 112 outputFailsafeLogWithSensor(getName(), true, getName(), in getFailed()
|
| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | config_file_parser_tests.cpp | 382 EXPECT_EQ(chassis->getPowerSequencers()[0]->getName(), "UCD90320"); in TEST() 406 EXPECT_EQ(chassis->getPowerSequencers()[0]->getName(), "UCD90320"); in TEST() 431 EXPECT_EQ(chassis->getPowerSequencers()[0]->getName(), "UCD90320"); in TEST() 744 EXPECT_EQ(chassis->getPowerSequencers()[0]->getName(), "UCD90160"); in TEST() 752 EXPECT_EQ(chassis->getPowerSequencers()[0]->getRails()[0]->getName(), in TEST() 754 EXPECT_EQ(chassis->getPowerSequencers()[0]->getRails()[1]->getName(), in TEST() 791 EXPECT_EQ(chassis->getPowerSequencers()[0]->getName(), "UCD90320"); in TEST() 799 EXPECT_EQ(chassis->getPowerSequencers()[0]->getRails()[0]->getName(), in TEST() 1822 EXPECT_EQ(powerSequencer->getName(), "UCD90160"); in TEST() 1829 EXPECT_EQ(powerSequencer->getRails()[0]->getName(), "VDD_CPU in TEST() [all...] |
| H A D | ucd90320_device_tests.cpp | 72 EXPECT_EQ(device.getName(), "UCD90320"); in TEST() 78 EXPECT_EQ(device.getRails()[0]->getName(), "VDD"); in TEST() 79 EXPECT_EQ(device.getRails()[1]->getName(), "VIO"); in TEST()
|
| H A D | ucd90160_device_tests.cpp | 72 EXPECT_EQ(device.getName(), "UCD90160"); in TEST() 78 EXPECT_EQ(device.getRails()[0]->getName(), "VDD"); in TEST() 79 EXPECT_EQ(device.getRails()[1]->getName(), "VIO"); in TEST()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
| H A D | 0001-openbox-xdg-autostart-convert-to-python3.patch | 61 - print "[*] " + self.de.getName() 62 + print("[*] " + self.de.getName()) 64 - print "[ ] " + self.de.getName() 65 + print("[ ] " + self.de.getName())
|
| /openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
| H A D | sdrutils.hpp | 77 const std::string& getName(void) const in getName() function in details::IPMIStatsEntry 195 const std::string& getName(size_t index) in getName() function in details::IPMIStatsTable 198 return entries[index].getName(); in getName()
|
| /openbmc/phosphor-pid-control/pid/ |
| H A D | fancontroller.cpp | 213 _owner->setOutputCache(sensor->getName(), {percent, unscaledWritten}); in outputProc() 244 _owner->setOutputCache(sensor->getName(), {percent, unscaledWritten}); in ~FanController()
|
| /openbmc/phosphor-power/ |
| H A D | device.hpp | 46 inline auto getName() const in getName() function in phosphor::power::Device
|
| /openbmc/witherspoon-pfault-analysis/ |
| H A D | device.hpp | 46 inline auto getName() const in getName() function in witherspoon::power::Device
|
| /openbmc/ipmi-fru-parser/ |
| H A D | fru_area.hpp | 76 const char* getName() const in getName() function in IPMIFruArea
|