Home
last modified time | relevance | path

Searched refs:getName (Results 1 – 25 of 80) sorted by relevance

1234

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.cpp73 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 Doverride_fan_target.cpp95 _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 Dset_parameter_from_group_max.cpp75 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 Dtarget_from_group_max.cpp117 ActionBase::getName(), in setHysteresis()
142 throw ActionParseError{ActionBase::getName(), in setMap()
157 throw ActionParseError{ActionBase::getName(), "Missing required map"}; in setMap()
195 ActionBase::getName(), in processGroups()
196 group.getName()) in processGroups()
H A Dnet_target_decrease.cpp128 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 Dtimer_based_actions.cpp155 throw ActionParseError{getName(), "Missing required timer entry"}; in setTimerConf()
161 getName(), "Missing required timer parameters {interval, type}"}; in setTimerConf()
181 getName(), std::format("Timer type '{}' is not supported", type)}; in setTimerConf()
189 throw ActionParseError{getName(), "Missing required actions entry"}; in setActions()
195 throw ActionParseError{getName(), "Missing required action name"}; in setActions()
H A Dcount_state_target.cpp79 throw ActionParseError{ActionBase::getName(), in setCount()
89 throw ActionParseError{ActionBase::getName(), in setState()
99 throw ActionParseError{ActionBase::getName(), in setTarget()
H A Dcount_state_floor.cpp121 throw ActionParseError{ActionBase::getName(), in setCount()
131 throw ActionParseError{ActionBase::getName(), in setState()
141 throw ActionParseError{ActionBase::getName(), in setFloor()
H A Dnet_target_increase.cpp121 ActionBase::getName(), member, in run()
149 ActionBase::getName(), in setState()
158 throw ActionParseError{ActionBase::getName(), in setDelta()
H A Daction.hpp123 _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 Dmissing_owner_target.cpp52 zone.setTargetHold(group.getName(), _target, isMissingOwner); in run()
60 throw ActionParseError{ActionBase::getName(), in setTarget()
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.cpp151 "zone-set-target" + getName(), in setTarget()
176 fname, getName()) in lockFanTarget()
199 fname, getName()) in unlockFanTarget()
214 "zone-target"s + getName(), in setTargetHold()
224 "zone-target"s + getName(), in setTargetHold()
244 "zone-target"s + getName(), in setTargetHold()
272 "zone-floor"s + getName(), in setFloorHold()
282 "zone-floor"s + getName(), in setFloorHold()
303 "zone-floor"s + getName(), in setFloorHold()
314 "zone-floor"s + getName(), in setFloorHold()
[all …]
H A Devent.cpp66 trigger(getName(), _manager, _groups, _actions); in enable()
77 trigger(getName(), _manager, _groups, _actions); in powerOn()
88 trigger(getName(), _manager, _groups, _actions); in powerOff()
191 configKey eventProfile = std::make_pair(zone.second->getName(), in setActions()
226 getName(), jsonAct["name"].get<std::string>()) in setActions()
264 getName(), jsonAct["name"].get<std::string>()) in setActions()
294 trigFunc->second(jsonTrig, getName(), _actions)); in setTriggers()
323 groupData.push_back(group.getName()); in dump()
H A Ddbus_zone.cpp41 (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 Dstandard_device_tests.cpp155 EXPECT_EQ(device.getName(), "xyz_pseq"); in TEST()
167 EXPECT_EQ(device.getName(), "abc_pseq"); in TEST()
169 EXPECT_EQ(device.getRails()[0]->getName(), "PSU"); in TEST()
170 EXPECT_EQ(device.getRails()[1]->getName(), "VDD"); in TEST()
171 EXPECT_EQ(device.getRails()[2]->getName(), "VIO"); in TEST()
180 EXPECT_EQ(device.getName(), "xyz_pseq"); in TEST()
202 EXPECT_EQ(device.getRails()[0]->getName(), "PSU"); in TEST()
203 EXPECT_EQ(device.getRails()[1]->getName(), "VDD"); in TEST()
204 EXPECT_EQ(device.getRails()[2]->getName(), "VIO"); in TEST()
H A Ducd90320_device_tests.cpp72 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 Dconfig_file_parser_tests.cpp272 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 Ducd90160_device_tests.cpp72 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 Ducd90x_device_tests.cpp75 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 D0001-openbox-xdg-autostart-convert-to-python3.patch61 - print "[*] " + self.de.getName()
62 + print("[*] " + self.de.getName())
64 - print "[ ] " + self.de.getName()
65 + print("[ ] " + self.de.getName())
/openbmc/phosphor-pid-control/pid/
H A Dfancontroller.cpp208 _owner->setOutputCache(sensor->getName(), {percent, unscaledWritten}); in outputProc()
239 _owner->setOutputCache(sensor->getName(), {percent, unscaledWritten}); in ~FanController()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp78 const std::string& getName(void) const in getName() function in details::IPMIStatsEntry
196 const std::string& getName(size_t index) in getName() function in details::IPMIStatsTable
199 return entries[index].getName(); in getName()
/openbmc/witherspoon-pfault-analysis/
H A Ddevice.hpp46 inline auto getName() const in getName() function in witherspoon::power::Device
/openbmc/phosphor-power/
H A Ddevice.hpp46 inline auto getName() const in getName() function in phosphor::power::Device
/openbmc/phosphor-pid-control/sensors/
H A Dsensor.hpp51 std::string getName(void) const in getName() function in pid_control::Sensor

1234