Searched refs:powerSourceDescription (Results 1 – 1 of 1) sorted by relevance
5836 OSDictionary * powerSourceDescription; in powerSourceChanged() local5838 powerSourceDescription = OSDictionary::withCapacity(4); in powerSourceChanged()5839 if (!powerSourceDescription) { in powerSourceChanged()5842 …powerSourceDescription->setObject(gIOSystemStatePowerSourceDescriptionACAttachedKey, acAttached ? … in powerSourceChanged()5843 …rvice()->StateNotificationItemSet(gIOSystemStatePowerSourceDescriptionKey, powerSourceDescription); in powerSourceChanged()5845 OSSafeReleaseNULL(powerSourceDescription); in powerSourceChanged()