Searched refs:responseFlags (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/UserNotification/
H A DKUNCUserNotifications.h71 unsigned *responseFlags);
213 int responseFlags,
H A DKUNCUserNotifications.c313 unsigned *responseFlags)
331 responseFlags);
302 KUNCUserNotificationDisplayAlert( int alertTimeout, unsigned flags, char *iconPath, char *soundPath, char *localizationPath, char *alertHeader, char *alertMessage, char *defaultButtonTitle, char *alternateButtonTitle, char *otherButtonTitle, unsigned *responseFlags) argument
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePMPrivate.h426 OSArray * responseFlags; member in struct:context
H A DIOServicePM.cpp4419 flag = theContext->responseFlags->getObject(theContext->counter);
4437 theContext.responseFlags = fResponseArray;
4484 theContext.responseFlags = fResponseArray;
4538 theContext->responseFlags->setObject(theContext->counter, kOSBooleanTrue);
4554 theContext->responseFlags->setObject(theContext->counter, num);
4559 theContext->responseFlags->setObject(theContext->counter, kOSBooleanFalse);
4591 theContext->responseFlags->setObject(theContext->counter, kOSBooleanFalse);
4616 theContext->responseFlags->replaceObject(theContext->counter, kOSBooleanTrue);
4620 theFlag = theContext->responseFlags->getObject(theContext->counter);
4634 theContext->responseFlags
[all...]

Completed in 61 milliseconds