Home
last modified time | relevance | path

Searched refs:slotObjectPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dcollect_slot_vpd.cpp65 void SlotHandler::processSlotOperations(const std::string& slotObjectPath, in processSlotOperations() argument
70 "SLOT_OBJ", slotObjectPath); in processSlotOperations()
76 adapterObjPath = getAdapterObjPath(slotObjectPath).value(); in processSlotOperations()
261 uint8_t SlotHandler::fetchSlotSensorState(const std::string& slotObjectPath) in fetchSlotSensorState() argument
269 adapterObjPath = getAdapterObjPath(slotObjectPath).value(); in fetchSlotSensorState()
275 "SLOT_OBJ_PATH", slotObjectPath, "ERROR", e); in fetchSlotSensorState()
H A Dcollect_slot_vpd.hpp74 uint8_t fetchSlotSensorState(const std::string& slotObjectPath);
98 void processSlotOperations(const std::string& slotObjectPath,