Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DRNBServices.cpp72 …CFReleaser<CFMutableDictionaryRef> appInfoDict (::CFDictionaryCreateMutable (alloc, 0, &kCFTypeDic… in GetPrcoesses() local
77 ::CFDictionarySetValue (appInfoDict.get(), DTSERVICES_APP_PID_KEY, pidCFNumber.get()); in GetPrcoesses()
80 … ::CFDictionarySetValue (appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY, kCFBooleanFalse); in GetPrcoesses()
106 … ::CFDictionarySetValue (appInfoDict.get(), DTSERVICES_APP_PATH_KEY, cf_pid_path.get()); in GetPrcoesses()
112 … ::CFDictionarySetValue (appInfoDict.get(), DTSERVICES_APP_DISPLAY_NAME_KEY, pid_name.get()); in GetPrcoesses()
116 ::CFArrayAppendValue (plistMutableArray, appInfoDict.get()); in GetPrcoesses()
154 …CFReleaser<CFMutableDictionaryRef> appInfoDict (::CFDictionaryCreateMutable (alloc, 0, &kCFTypeDic… in ListApplications() local
161 … ::CFDictionarySetValue (appInfoDict.get(), DTSERVICES_APP_PID_KEY, pidCFNumber.get()); in ListApplications()
166 … ::CFDictionarySetValue (appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY, kCFBooleanTrue); in ListApplications()
168 … ::CFDictionarySetValue (appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY, kCFBooleanFalse); in ListApplications()
[all …]