Searched refs:adapterObjPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | collect_slot_vpd.cpp | 72 std::string adapterObjPath; in processSlotOperations() local 76 adapterObjPath = getAdapterObjPath(slotObjectPath).value(); in processSlotOperations() 87 "ADAPTER_OBJ_PATH", adapterObjPath); in processSlotOperations() 89 createPresenceMatch(adapterObjPath, entity, stateFieldValue); in processSlotOperations() 92 callVPDManager(adapterObjPath, stateFieldValue); in processSlotOperations() 98 void SlotHandler::callVPDManager(const std::string& adapterObjPath, in callVPDManager() argument 113 static_cast<sdbusplus::message::object_path>(adapterObjPath)); in callVPDManager() 122 static_cast<sdbusplus::message::object_path>(adapterObjPath)); in callVPDManager() 263 std::string adapterObjPath; in fetchSlotSensorState() local 269 adapterObjPath = getAdapterObjPath(slotObjectPath).value(); in fetchSlotSensorState() [all …]
|
H A D | fru_oem_ibm.cpp | 145 void Handler::dbus_map_update(const std::string& adapterObjPath, in dbus_map_update() argument 151 dbusMapping.objectPath = adapterObjPath; in dbus_map_update() 163 "PROPERTY", propertyName, "PATH", adapterObjPath, "INTERFACE", in dbus_map_update()
|
H A D | utils.cpp | 181 std::vector<std::string> findPortObjects(const std::string& adapterObjPath) in findPortObjects() argument 190 adapterObjPath, 0, in findPortObjects() 196 "ADAPTER_OBJ_PATH", adapterObjPath.c_str(), "ERROR", e); in findPortObjects()
|
H A D | utils.hpp | 56 std::vector<std::string> findPortObjects(const std::string& adapterObjPath);
|
H A D | collect_slot_vpd.hpp | 115 void callVPDManager(const std::string& adapterObjPath,
|