Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Tests/
H A DTests.cpp1615 class IOTestUserNotification : public IOUserNotification class
1617 OSDeclareDefaultStructors(IOTestUserNotification);
1620 OSDefineMetaClassAndStructors(IOTestUserNotification, IOUserNotification)
1623 IOTestUserNotification * userNotify;
1668 OSSharedPtr<IOTestUserNotification> userNotify = OSMakeShared<IOTestUserNotification>(); in IOUserNotificationTests()