/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | mapped_floor.cpp | 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() 212 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 ActionBase::getName(), in run() 76 group.getName()) in run() 109 ActionBase::getName(), e.what()) in run() 122 throw ActionParseError{ActionBase::getName(), in setParameterName() 139 throw ActionParseError{ActionBase::getName(), e.what()}; in setModifier()
|
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() 196 ActionBase::getName(), group.getName()) in processGroups()
|
H A D | net_target_decrease.cpp | 128 ActionBase::getName(), member, in run() 139 zone.setDecreaseAllow(group.getName(), !(netDelta == 0)); in run() 158 ActionBase::getName(), in setState() 167 throw ActionParseError{ActionBase::getName(), in setDelta()
|
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_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 | 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 | net_target_increase.cpp | 124 ActionBase::getName(), member, in run() 152 ActionBase::getName(), in setState() 161 throw ActionParseError{ActionBase::getName(), in setDelta()
|
H A D | action.hpp | 123 _uniqueName(getName() + "-" + std::to_string(_actionCount++)) in ActionBase() 159 return z.get().getName() == zone.getName(); in addZone() 227 groups.push_back(group.getName()); in dump()
|
H A D | missing_owner_target.cpp | 52 zone.setTargetHold(group.getName(), _target, isMissingOwner); in run() 60 throw ActionParseError{ActionBase::getName(), in setTarget()
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | zone.cpp | 166 return fan->getName() == fname; in lockFanTarget() 177 fname, getName()) in lockFanTarget() 186 return fan->getName() == fname; in unlockFanTarget() 201 fname, getName()) in unlockFanTarget() 216 "zone-target"s + getName(), in setTargetHold() 226 "zone-target"s + getName(), in setTargetHold() 246 "zone-target"s + getName(), in setTargetHold() 274 "zone-floor"s + getName(), in setFloorHold() 284 "zone-floor"s + getName(), in setFloorHold() 305 "zone-floor"s + getName(), in setFloorHold() [all …]
|
H A D | event.cpp | 66 trigger(getName(), _manager, _groups, _actions); in enable() 77 trigger(getName(), _manager, _groups, _actions); in powerOn() 88 trigger(getName(), _manager, _groups, _actions); in powerOff() 193 std::make_pair(zone.second->getName(), _profiles); in setActions() 229 getName(), jsonAct["name"].get<std::string>()) in setActions() 267 getName(), jsonAct["name"].get<std::string>()) in setActions() 297 trigFunc->second(jsonTrig, getName(), _actions)); in setTriggers() 326 groupData.push_back(group.getName()); in dump()
|
H A D | dbus_zone.cpp | 41 (fs::path{CONTROL_OBJPATH} /= zone.getName()).c_str(), in DBusZone() 75 path /= _zone.getName(); in restoreCurrentMode() 108 path /= _zone.getName(); in saveCurrentMode()
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | standard_device_tests.cpp | 152 EXPECT_EQ(device.getName(), "xyz_pseq"); in TEST() 164 EXPECT_EQ(device.getName(), "abc_pseq"); in TEST() 166 EXPECT_EQ(device.getRails()[0]->getName(), "PSU"); in TEST() 167 EXPECT_EQ(device.getRails()[1]->getName(), "VDD"); in TEST() 168 EXPECT_EQ(device.getRails()[2]->getName(), "VIO"); in TEST() 177 EXPECT_EQ(device.getName(), "xyz_pseq"); in TEST() 199 EXPECT_EQ(device.getRails()[0]->getName(), "PSU"); in TEST() 200 EXPECT_EQ(device.getRails()[1]->getName(), "VDD"); in TEST() 201 EXPECT_EQ(device.getRails()[2]->getName(), "VIO"); in TEST()
|
H A D | ucd90320_device_tests.cpp | 72 EXPECT_EQ(device.getName(), "UCD90320"); in TEST() 74 EXPECT_EQ(device.getRails()[0]->getName(), "VDD"); in TEST() 75 EXPECT_EQ(device.getRails()[1]->getName(), "VIO"); in TEST()
|
H A D | config_file_parser_tests.cpp | 272 EXPECT_EQ(rails[0]->getName(), "VDD_CPU0"); in TEST() 273 EXPECT_EQ(rails[1]->getName(), "VCS_CPU1"); in TEST() 493 EXPECT_EQ(rail->getName(), "VDD_CPU0"); in TEST() 516 EXPECT_EQ(rail->getName(), "12.0VB"); in TEST() 752 EXPECT_EQ(rails[0]->getName(), "VDD_CPU0"); in TEST() 753 EXPECT_EQ(rails[1]->getName(), "VCS_CPU1"); in TEST() 812 EXPECT_EQ(rails[0]->getName(), "VDD_CPU0"); in TEST() 813 EXPECT_EQ(rails[1]->getName(), "VCS_CPU1"); in TEST()
|
H A D | ucd90160_device_tests.cpp | 72 EXPECT_EQ(device.getName(), "UCD90160"); in TEST() 74 EXPECT_EQ(device.getRails()[0]->getName(), "VDD"); in TEST() 75 EXPECT_EQ(device.getRails()[1]->getName(), "VIO"); in TEST()
|
H A D | ucd90x_device_tests.cpp | 75 EXPECT_EQ(device.getName(), name); in TEST() 77 EXPECT_EQ(device.getRails()[0]->getName(), "VDD"); in TEST() 78 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 | 78 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 | 207 _owner->setOutputCache(sensor->getName(), {percent, unscaledWritten}); in outputProc() 238 _owner->setOutputCache(sensor->getName(), {percent, unscaledWritten}); in ~FanController()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | device.hpp | 46 inline auto getName() const in getName() function in witherspoon::power::Device
|
/openbmc/phosphor-power/ |
H A D | device.hpp | 46 inline auto getName() const in getName() function in phosphor::power::Device
|
/openbmc/phosphor-pid-control/sensors/ |
H A D | sensor.hpp | 51 std::string getName(void) const in getName() function in pid_control::Sensor
|