Lines Matching defs:appInfoDict
68 CFReleaser<CFMutableDictionaryRef> appInfoDict(
76 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PID_KEY,
80 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY,
106 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PATH_KEY,
112 ::CFDictionarySetValue(appInfoDict.get(),
117 ::CFArrayAppendValue(plistMutableArray, appInfoDict.get());
154 CFReleaser<CFMutableDictionaryRef> appInfoDict(
164 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PID_KEY,
172 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY,
175 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY,
181 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PATH_KEY,
188 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_ICON_PATH_KEY,
196 ::CFDictionarySetValue(appInfoDict.get(),
202 ::CFArrayAppendValue(plistMutableArray.get(), appInfoDict.get());