OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTSERVICES_APP_FRONTMOST_KEY
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/
RNBServices.h
20
#define
DTSERVICES_APP_FRONTMOST_KEY
CFSTR("isFrontApp")
RNBServices.cpp
80
::CFDictionarySetValue (appInfoDict.get(),
DTSERVICES_APP_FRONTMOST_KEY
, kCFBooleanFalse);
166
::CFDictionarySetValue (appInfoDict.get(),
DTSERVICES_APP_FRONTMOST_KEY
, kCFBooleanTrue);
168
::CFDictionarySetValue (appInfoDict.get(),
DTSERVICES_APP_FRONTMOST_KEY
, kCFBooleanFalse);
Completed in 183 milliseconds