Home
last modified time | relevance | path

Searched refs:WFSEventType (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/include/nitro/wfs/
Dformat.h78 typedef enum WFSEventType enum
83 WFSEventType; typedef
167 typedef void (*WFSEventCallback)(void *context, WFSEventType, void *argument);
/TwlSDK-5.4/build/demos/wireless_shared/wfs/src/
Dwfs_common.c342 static void ParentWFSEvent(void *userdata, WFSEventType event, void *argument) in ParentWFSEvent()
411 static void ChildWFSEvent(void *userdata, WFSEventType event, void *argument) in ChildWFSEvent()
/TwlSDK-5.4/build/libraries/wfs/common/src/
Dwfs_client.c34 WFSEventType event, void *argument) in WFSi_NotifyEvent()