Lines Matching full:tid
20 std::function<int(pldm_tid_t tid, uint16_t eventId,
50 {[this](pldm_tid_t tid, uint16_t eventId, const uint8_t* eventData, in EventManager()
52 return this->handlePlatformEvent(tid, eventId, in EventManager()
58 {[this](pldm_tid_t tid, uint16_t eventId, const uint8_t* eventData, in EventManager() argument
60 return this->handlePlatformEvent(tid, eventId, PLDM_CPER_EVENT, in EventManager()
67 * @param[in] tid - tid where the event is from
74 int handlePlatformEvent(pldm_tid_t tid, uint16_t eventId, argument
80 * @param[in] tid - terminus ID
83 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() argument
85 availableState[tid] = state; in updateAvailableState()
90 * @param[in] tid - terminus ID
92 bool getAvailableState(pldm_tid_t tid) in getAvailableState() argument
94 if (!availableState.contains(tid)) in getAvailableState()
98 return availableState[tid]; in getAvailableState()
103 * @param[in] tid - the destination TID
108 exec::task<int> pollForPlatformEventTask(pldm_tid_t tid,
129 * @param[in] tid - tid where the event is from
136 int processNumericSensorEvent(pldm_tid_t tid, uint16_t sensorId,
142 * @param[in] tid - tid where the event is from
149 virtual int processCperEvent(pldm_tid_t tid, uint16_t eventId,
167 * @param[in] tid - Destination TID
185 pldm_tid_t tid, uint8_t formatVersion, uint8_t transferOperationFlag,
214 * @param[in] tid - terminus ID
220 void callPolledEventHandlers(pldm_tid_t tid, uint8_t eventClass,