Home
last modified time | relevance | path

Searched refs:getName (Results 51 – 75 of 80) sorted by relevance

1234

/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp77 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-power/phosphor-regulators/src/
H A Ddbus_sensor.hpp154 const std::string& getName() const in getName() function in phosphor::power::regulators::DBusSensor
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dget_managed_objects.cpp118 throw ActionParseError{getName(), "Missing required action name"}; in setActions()
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.hpp117 inline const std::string& getName() const in getName() function in phosphor::fan::monitor::Fan
H A Dtach_sensor.cpp81 _invName(fs::path(fan.getName()) / id), _hasTarget(hasTarget), in TachSensor()
/openbmc/telemetry/tests/src/
H A Dtest_numeric_threshold.cpp48 ON_CALL(*sensorMocks.at(idx), getName()) in SetUp()
248 ON_CALL(*sensorMocks.at(idx), getName()) in SetUp()
372 ON_CALL(*sensorMocks.at(idx), getName()) in SetUp()
H A Dtest_on_change_threshold.cpp36 ON_CALL(*sensorMocks.at(idx), getName()) in SetUp()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Drail.hpp114 const std::string& getName() const in getName() function in phosphor::power::sequencer::Rail
H A Dpower_control.cpp416 "Power sequencer device created: {}", device->getName())); in createDevice()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_pci_unittest.cpp76 virtual std::string getName() const = 0;
130 std::string getName() const override in getName() function in host_tool::__anond86d8cb60111::NuvotonDevice
175 std::string getName() const override in getName() function in host_tool::__anond86d8cb60111::AspeedDevice
341 return info.param->getName(); in __anond86d8cb60202()
/openbmc/telemetry/src/
H A Ddiscrete_threshold.cpp24 sensorDetails.emplace(sensor, makeDetails(sensor->getName())); in DiscreteThreshold()
H A Dnumeric_threshold.cpp19 sensorDetails.emplace(sensor, makeDetails(sensor->getName())); in NumericThreshold()
H A Dsensor.cpp33 std::string Sensor::getName() const in getName() function in Sensor
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py385 def getName(e): function
463 def getName(self): member in BuildBase
476 name = property(getName, setName, None, "name property")
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp113 data["zones"][zone.second->getName()] = zone.second->dump(); in dumpDebugData()
152 data["events"][event.second->getName()] = event.second->dump(); in dumpCache()
812 std::make_pair(obj->getName(), obj->getProfiles()), in setProfiles()
H A Dmanager.hpp240 std::make_pair(obj->getName(), obj->getProfiles()), in getConfig()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp275 std::string getName() const override;
H A Dpower_supply.hpp112 return presenceGPIO->getName(); in getPresenceGPIOName()
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp232 std::string getName() in getName() function in ClockBuffer
477 std::string getName() in getName() function in IoExpander
1397 << clockBuffer.getName() << "\"\n"; in updateHsbpClocks()
1411 << ioExpander.getName() << "\"\n"; in updateHsbpClocks()
2184 << clockBuffer.getName() << "\" failed\n"; in verifyComponentsLoaded()
2195 << ioExpander.getName() << "\" failed\n"; in verifyComponentsLoaded()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Drail_tests.cpp71 EXPECT_EQ(rail.getName(), "12.0V"); in TEST()
98 EXPECT_EQ(rail.getName(), "VCS_CPU1"); in TEST()
159 EXPECT_EQ(rail.getName(), "VDD2"); in TEST()
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp109 std::string ledName = ledProp->getName(); in ledStoreAndSet()
164 std::string ledName = ledProp->getName(); in ledRevert()
210 const std::string& ledName = ledProperty.getName(); in revertTimerHandler()
/openbmc/ipmi-fru-parser/
H A Dwritefrudata.cpp714 std::printf("AREA NAME : [%s]\n", iter->getName()); in validateFRUArea()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py36 self.event_calls.append(bb.event.getName(event))
202 bb.event.getName(event) == "OperationStarted")
/openbmc/x86-power-control/src/
H A Dpower_control.cpp850 auto val = stateData.find(getName(parameter)); in get()
859 stateData[getName(parameter)] = value; in set()
863 const std::string PersistentState::getName(const Params parameter) in getName() function in power_control::PersistentState
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass242 f.write("Event: %s \n" % bb.event.getName(e))

1234