Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/IOKit/
H A DIOKitDebug.h179 extern IOCoreAnalyticsSendEventProc gIOCoreAnalyticsSendEventProc;
/xnu-8796.121.2/iokit/Kernel/
H A DIOService.cpp395 IOCoreAnalyticsSendEventProc gIOCoreAnalyticsSendEventProc; variable
400 if (gIOCoreAnalyticsSendEventProc) { in IOSetCoreAnalyticsSendEventProc()
403 gIOCoreAnalyticsSendEventProc = proc; in IOSetCoreAnalyticsSendEventProc()
H A DIOUserServer.cpp459 if (NULL == gIOCoreAnalyticsSendEventProc) { in CoreAnalyticsSendEvent_Impl()
464 ret = (*gIOCoreAnalyticsSendEventProc)(options, eventName, eventPayload); in CoreAnalyticsSendEvent_Impl()