Home
last modified time | relevance | path

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

/xnu-11215/osfmk/UserNotification/
H A DKUNCUserNotifications.c59 int userLandNotificationKey; member
145 reply->userLandNotificationKey = -1; in UNDAlertCompletedWithResult_rpc()
162 int userLandNotificationKey) in UNDNotificationCreated_rpc() argument
169 if (reply->inprogress || reply->userLandNotificationKey != -1) { in UNDNotificationCreated_rpc()
173 reply->userLandNotificationKey = userLandNotificationKey; in UNDNotificationCreated_rpc()
192 reply->userLandNotificationKey = -1; in KUNCGetNotificationID()
310 if (reply->inprogress == TRUE || reply->userLandNotificationKey != -1) { in KUNCUserNotificationDisplayFromBundle()
H A DUNDReply.defs45 in userLandNotificationKey: int);
H A DUNDRequest.defs81 in userLandNotificationKey: int);