Searched refs:plistMutableArray (Results 1 – 1 of 1) sorted by relevance
33 GetPrcoesses (CFMutableArrayRef plistMutableArray, bool all_users) in GetPrcoesses() argument35 if (plistMutableArray == NULL) in GetPrcoesses()116 ::CFArrayAppendValue (plistMutableArray, appInfoDict.get()); in GetPrcoesses()129 …CFReleaser<CFMutableArrayRef> plistMutableArray (::CFArrayCreateMutable (alloc, 0, &kCFTypeArrayCa… in ListApplications() local139 result = GetPrcoesses (plistMutableArray.get(), all_users); in ListApplications()190 ::CFArrayAppendValue (plistMutableArray.get(), appInfoDict.get()); in ListApplications()196 result = GetPrcoesses (plistMutableArray.get(), all_users); in ListApplications()199 … CFReleaser<CFDataRef> plistData (::CFPropertyListCreateXMLData (alloc, plistMutableArray.get())); in ListApplications()