Home
last modified time | relevance | path

Searched refs:setLocationCode (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.cpp97 setLocationCode(locationCode); in Callout()
133 setLocationCode(locationCode); in Callout()
141 void Callout::setLocationCode(const std::string& locationCode) in setLocationCode() function in openpower::pels::src::Callout
H A Dcallout.hpp291 void setLocationCode(const std::string& locationCode);
/openbmc/pldm/host-bmc/test/
H A Dcustom_dbus_test.cpp11 CustomDBus::getCustomDBus().setLocationCode(tmpPath, locationCode); in TEST()
/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.hpp68 void setLocationCode(const std::string& path, std::string value);
H A Dcustom_dbus.cpp7 void CustomDBus::setLocationCode(const std::string& path, std::string value) in setLocationCode() function in pldm::dbus::CustomDBus
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp1124 CustomDBus::getCustomDBus().setLocationCode( in setFRUDataOnDBus()