Home
last modified time | relevance | path

Searched refs:notifyNode (Results 1 - 1 of 1) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/osal/src/
H A Dosal_sysevent.c108 struct HdfSysEventNotifyNode *notifyNode = NULL; in OnKEventReceived() local
109 DLIST_FOR_EACH_ENTRY(notifyNode, &notifier->notifyNodeList, struct HdfSysEventNotifyNode, listNode) { in OnKEventReceived()
110 if (receivedEvent->eventClass & notifyNode->classFilter) { in OnKEventReceived()
111 (void)notifyNode->callback( in OnKEventReceived()
112 notifyNode, receivedEvent->eventClass, receivedEvent->eventid, eventContent); in OnKEventReceived()

Completed in 1 milliseconds