Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/UserNotification/
H A DKUNCUserNotifications.c119 if (reply == UND_REPLY_NULL || !reply->inprogress) { in UNDAlertCompletedWithResult_rpc()
164 if (reply == UND_REPLY_NULL) { in UNDNotificationCreated_rpc()
306 if (reply == UND_REPLY_NULL) { in KUNCUserNotificationDisplayFromBundle()
H A DUNDTypes.h75 #define UND_REPLY_NULL ((UNDReplyRef)0) macro