Home
last modified time | relevance | path

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

/xnu-11215.41.3/iokit/IOKit/
H A DIOKitKeys.h285 #define kIOStateNotificationItemSetKey "com.apple.iokit.statenotif… macro
/xnu-11215.41.3/iokit/Kernel/
H A DIOUserServer.cpp7088 …} else if ((value = OSDynamicCast(OSDictionary, dict->getObject(kIOStateNotificationItemSetKey))))… in setProperties()