Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIOUserServer.cpp5836 OSDictionary * powerSourceDescription; in powerSourceChanged() local
5838 powerSourceDescription = OSDictionary::withCapacity(4); in powerSourceChanged()
5839 if (!powerSourceDescription) { in powerSourceChanged()
5842powerSourceDescription->setObject(gIOSystemStatePowerSourceDescriptionACAttachedKey, acAttached ? … in powerSourceChanged()
5843 …rvice()->StateNotificationItemSet(gIOSystemStatePowerSourceDescriptionKey, powerSourceDescription); in powerSourceChanged()
5845 OSSafeReleaseNULL(powerSourceDescription); in powerSourceChanged()