Searched refs:evMsg (Results 1 – 1 of 1) sorted by relevance
68 HRilEventMessage evMsg = {}; in ProcessTimerList() local69 evMsg.fd = eventIt->fd; in ProcessTimerList()70 evMsg.func = eventIt->func; in ProcessTimerList()71 evMsg.index = eventIt->index; in ProcessTimerList()72 evMsg.param = eventIt->param; in ProcessTimerList()73 evMsg.timeout = eventIt->timeout; in ProcessTimerList()74 pendingList_.push_back(evMsg); in ProcessTimerList()