Home
last modified time | relevance | path

Searched refs:prettyName (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/host-bmc/dbus/
H A Dinventory_item.cpp8 std::string InventoryItem::prettyName() const in prettyName() function in pldm::dbus::InventoryItem
11 prettyName(); in prettyName()
14 std::string InventoryItem::prettyName(std::string value) in prettyName() function in pldm::dbus::InventoryItem
16 return sdbusplus::xyz::openbmc_project::Inventory::server::Item::prettyName( in prettyName()
H A Dinventory_item.hpp32 std::string prettyName() const override;
35 std::string prettyName(std::string value) override;
H A Dcustom_dbus.cpp227 presentStatus.at(path)->prettyName(ObjectPath.filename()); in updateItemPresentStatus()
/openbmc/phosphor-mrw-tools/
H A Dgen_presence_yaml.pl91 my ($prettyName) = $name =~ /\b(\w+)$/;
93 print F " - PrettyName: $prettyName\n";
/openbmc/phosphor-host-ipmid/
H A Dipmi_fru_info_area.cpp25 static constexpr auto prettyName = "Name"; variable
343 appendData(prettyName, propMap, fruAreaData); in buildBoardInfoArea()
383 appendData(prettyName, propMap, fruAreaData); in buildProductInfoArea()