Searched refs:responseDescription (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp6836 OSDictionary *responseDescription = NULL; local
6859 responseDescription = OSDictionary::withCapacity(5);
6860 if (responseDescription)
6863 responseDescription->setObject(_statsResponseTypeKey, response);
6868 responseDescription->setObject(_statsMessageTypeKey, msgNum);
6876 responseDescription->setObject(_statsNameKey, appname);
6884 responseDescription->setObject(_statsPIDKey, pidNum);
6891 responseDescription->setObject(_statsTimeMSKey, delayNum);
6909 responseDescription->setObject(_statsPowerCapsKey, powerCaps);
6916 responseDescription
[all...]

Completed in 115 milliseconds