Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dcollect_slot_vpd.cpp72 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 Dfru_oem_ibm.cpp145 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 Dutils.cpp181 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 Dutils.hpp56 std::vector<std::string> findPortObjects(const std::string& adapterObjPath);
H A Dcollect_slot_vpd.hpp115 void callVPDManager(const std::string& adapterObjPath,