Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Tests/ !
H A DTests.cpp840 class IOTestUserNotification : public IOUserNotification class
842 OSDeclareDefaultStructors(IOTestUserNotification);
845 OSDefineMetaClassAndStructors(IOTestUserNotification, IOUserNotification)
848 IOTestUserNotification * userNotify;
895 IOTestUserNotification * userNotify = OSTypeAlloc(IOTestUserNotification); in IOUserNotificationTests()