Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Kernel/
H A DIOUserServer.cpp111 static OSString * gIOSystemStatePowerSourceDescriptionKey; variable
5845 …stemStateNotificationService()->StateNotificationItemSet(gIOSystemStatePowerSourceDescriptionKey, … in powerSourceChanged()
7373gIOSystemStatePowerSourceDescriptionKey = (OSString *)OSSymbol::withCStringNoCopy(kIOSystemStatePo… in initialize()
7376 ret = me->StateNotificationItemCreate(gIOSystemStatePowerSourceDescriptionKey, NULL); in initialize()