Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBServices.cpp68 CFReleaser<CFMutableDictionaryRef> appInfoDict( in GetProcesses() local
76 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PID_KEY, in GetProcesses()
80 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY, in GetProcesses()
106 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PATH_KEY, in GetProcesses()
112 ::CFDictionarySetValue(appInfoDict.get(), in GetProcesses()
117 ::CFArrayAppendValue(plistMutableArray, appInfoDict.get()); in GetProcesses()
154 CFReleaser<CFMutableDictionaryRef> appInfoDict( in ListApplications() local
164 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PID_KEY, in ListApplications()
172 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY, in ListApplications()
175 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY, in ListApplications()
[all …]