Searched refs:currentOnGoingSlotEntity (Results 1 – 2 of 2) sorted by relevance
19 static_cast<unsigned>(currentOnGoingSlotEntity.entity_type), in timeOutHandler()21 static_cast<unsigned>(currentOnGoingSlotEntity.entity_instance_num), in timeOutHandler()23 static_cast<unsigned>(currentOnGoingSlotEntity.entity_container_id)); in timeOutHandler()30 currentOnGoingSlotEntity.entity_instance_num, in timeOutHandler()31 currentOnGoingSlotEntity.entity_container_id, in timeOutHandler()55 this->currentOnGoingSlotEntity.entity_type = value.entity_type; in enableSlot()56 this->currentOnGoingSlotEntity.entity_instance_num = in enableSlot()58 this->currentOnGoingSlotEntity.entity_container_id = in enableSlot()
54 currentOnGoingSlotEntity.entity_type = 0; in SlotHandler()55 currentOnGoingSlotEntity.entity_instance_num = 0; in SlotHandler()56 currentOnGoingSlotEntity.entity_container_id = 0; in SlotHandler()169 pldm_entity currentOnGoingSlotEntity; member in pldm::responder::SlotHandler