Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp5622 OSDictionary * powerSourceDescription; in powerSourceChanged() local
5624 powerSourceDescription = OSDictionary::withCapacity(4); in powerSourceChanged()
5625 if (!powerSourceDescription) { in powerSourceChanged()
5628powerSourceDescription->setObject(gIOSystemStatePowerSourceDescriptionACAttachedKey, acAttached ? … in powerSourceChanged()
5629 …rvice()->StateNotificationItemSet(gIOSystemStatePowerSourceDescriptionKey, powerSourceDescription); in powerSourceChanged()
5631 OSSafeReleaseNULL(powerSourceDescription); in powerSourceChanged()