Searched refs:powerSourceDescription (Results 1 – 1 of 1) sorted by relevance
5622 OSDictionary * powerSourceDescription; in powerSourceChanged() local5624 powerSourceDescription = OSDictionary::withCapacity(4); in powerSourceChanged()5625 if (!powerSourceDescription) { in powerSourceChanged()5628 …powerSourceDescription->setObject(gIOSystemStatePowerSourceDescriptionACAttachedKey, acAttached ? … in powerSourceChanged()5629 …rvice()->StateNotificationItemSet(gIOSystemStatePowerSourceDescriptionKey, powerSourceDescription); in powerSourceChanged()5631 OSSafeReleaseNULL(powerSourceDescription); in powerSourceChanged()