Home
last modified time | relevance | path

Searched refs:getLocationCode (Results 1 – 18 of 18) sorted by relevance

/openbmc/pldm/host-bmc/test/
H A Dcustom_dbus_test.cpp12 auto retLocationCode = CustomDBus::getCustomDBus().getLocationCode(tmpPath); in TEST()
/openbmc/openpower-hw-diags/util/
H A Dpdbg.hpp159 std::string getLocationCode(pdbg_target* trgt);
H A Dpdbg.cpp607 std::string getLocationCode(pdbg_target* trgt) in getLocationCode() function
621 return getLocationCode(pdbg_target_parent(nullptr, trgt)); in getLocationCode()
/openbmc/phosphor-mrw-tools/
H A DUtil.pm155 sub getLocationCode subroutine
H A Dgen_path_callouts.pl741 Util::getLocationCode($targets, $fruCallout->{Name});
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp358 virtual std::string getLocationCode(
791 std::string getLocationCode(
H A Dfapi_data_process.cpp117 openpower::phal::pdbg::getLocationCode(target, in pdbgCallbackToGetTgtReqAttrsVal()
H A Ddata_interface.cpp468 std::string DataInterface::getLocationCode( in getLocationCode() function in openpower::pels::DataInterface
1047 locCode = getLocationCode(path); in notifyPresenceSubsribers()
H A Dsrc.cpp902 locCode = dataIface.getLocationCode(inventoryPath); in addInventoryCallout()
1067 locCode = dataIface.getLocationCode(*trustedSymbolicFRUInvPath); in addRegistryCallout()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_test.cpp338 EXPECT_CALL(dataIface, getLocationCode("motherboard")) in TEST_F()
395 EXPECT_CALL(dataIface, getLocationCode("motherboard")) in TEST_F()
431 EXPECT_CALL(dataIface, getLocationCode("motherboard")) in TEST_F()
712 EXPECT_CALL(dataIface, getLocationCode("motherboard")) in TEST_F()
1267 getLocationCode("/inv/system/chassis/motherboard/cpu0")) in TEST_F()
1522 EXPECT_CALL(dataIface, getLocationCode("motherboard")) in TEST_F()
H A Dmocks.hpp41 MOCK_METHOD(std::string, getLocationCode, (const std::string&),
/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.hpp77 std::optional<std::string> getLocationCode(const std::string& path) const;
H A Dcustom_dbus.cpp19 std::optional<std::string> CustomDBus::getLocationCode( in getLocationCode() function in pldm::dbus::CustomDBus
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_main.cpp98 openpower::phal::pdbg::getLocationCode(procTarget, locationCode); in getSBECallout()
/openbmc/openpower-proc-control/extensions/phal/
H A Dclock_logger.cpp117 openpower::phal::pdbg::getLocationCode(procTarget, locationCode); in createClockDataLog()
H A Dphal_error.cpp119 openpower::phal::pdbg::getLocationCode(target, in pdbgCallbackToGetTgtReqAttrsVal()
308 openpower::phal::pdbg::getLocationCode(procTarget, locationCode); in processNonFunctionalBootProc()
H A Dcreate_pel.cpp65 openpower::phal::pdbg::getLocationCode(procTarget, locationCode); in getSBECallout()
/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp214 callout["LocationCode"] = util::pdbg::getLocationCode(i_target); in addTargetCallout()