/openbmc/pldm/host-bmc/test/ |
H A D | custom_dbus_test.cpp | 12 auto retLocationCode = CustomDBus::getCustomDBus().getLocationCode(tmpPath); in TEST()
|
/openbmc/openpower-hw-diags/util/ |
H A D | pdbg.hpp | 159 std::string getLocationCode(pdbg_target* trgt);
|
H A D | pdbg.cpp | 607 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 D | Util.pm | 155 sub getLocationCode subroutine
|
H A D | gen_path_callouts.pl | 741 Util::getLocationCode($targets, $fruCallout->{Name});
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | data_interface.hpp | 358 virtual std::string getLocationCode( 791 std::string getLocationCode(
|
H A D | fapi_data_process.cpp | 117 openpower::phal::pdbg::getLocationCode(target, in pdbgCallbackToGetTgtReqAttrsVal()
|
H A D | data_interface.cpp | 468 std::string DataInterface::getLocationCode( in getLocationCode() function in openpower::pels::DataInterface 1047 locCode = getLocationCode(path); in notifyPresenceSubsribers()
|
H A D | src.cpp | 902 locCode = dataIface.getLocationCode(inventoryPath); in addInventoryCallout() 1067 locCode = dataIface.getLocationCode(*trustedSymbolicFRUInvPath); in addRegistryCallout()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | src_test.cpp | 338 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 D | mocks.hpp | 41 MOCK_METHOD(std::string, getLocationCode, (const std::string&),
|
/openbmc/pldm/host-bmc/dbus/ |
H A D | custom_dbus.hpp | 77 std::optional<std::string> getLocationCode(const std::string& path) const;
|
H A D | custom_dbus.cpp | 19 std::optional<std::string> CustomDBus::getLocationCode( in getLocationCode() function in pldm::dbus::CustomDBus
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | watchdog_main.cpp | 98 openpower::phal::pdbg::getLocationCode(procTarget, locationCode); in getSBECallout()
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | clock_logger.cpp | 117 openpower::phal::pdbg::getLocationCode(procTarget, locationCode); in createClockDataLog()
|
H A D | phal_error.cpp | 119 openpower::phal::pdbg::getLocationCode(target, in pdbgCallbackToGetTgtReqAttrsVal() 308 openpower::phal::pdbg::getLocationCode(procTarget, locationCode); in processNonFunctionalBootProc()
|
H A D | create_pel.cpp | 65 openpower::phal::pdbg::getLocationCode(procTarget, locationCode); in getSBECallout()
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | service_data.cpp | 214 callout["LocationCode"] = util::pdbg::getLocationCode(i_target); in addTargetCallout()
|