Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DRNBServices.cpp144 …CFReleaser<CFArrayRef> sbsAppIDs (::SBSCopyApplicationDisplayIdentifiers (opt_runningApps, opt_deb… in ListApplications() local
147 CFIndex count = sbsAppIDs.get() ? ::CFArrayGetCount (sbsAppIDs.get()) : 0; in ListApplications()
151 … CFStringRef displayIdentifier = (CFStringRef)::CFArrayGetValueAtIndex (sbsAppIDs.get(), i); in ListApplications()