Searched refs:plistMutableArray (Results 1 – 1 of 1) sorted by relevance
32 int GetProcesses(CFMutableArrayRef plistMutableArray, bool all_users) { in GetProcesses() argument33 if (plistMutableArray == NULL) in GetProcesses()117 ::CFArrayAppendValue(plistMutableArray, appInfoDict.get()); in GetProcesses()130 CFReleaser<CFMutableArrayRef> plistMutableArray( in ListApplications() local139 result = GetProcesses(plistMutableArray.get(), all_users); in ListApplications()202 ::CFArrayAppendValue(plistMutableArray.get(), appInfoDict.get()); in ListApplications()208 GetProcesses(plistMutableArray.get(), all_users); in ListApplications()212 ::CFPropertyListCreateXMLData(alloc, plistMutableArray.get())); in ListApplications()