Searched refs:appInfoDict (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBServices.cpp | 68 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() 181 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PATH_KEY, in ListApplications() 196 ::CFDictionarySetValue(appInfoDict.get(), in ListApplications() [all …]
|