Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/UserNotification/
H A DKUNCUserNotifications.c59 int userLandNotificationKey; member
146 reply->userLandNotificationKey = -1; in UNDAlertCompletedWithResult_rpc()
163 int userLandNotificationKey) in UNDNotificationCreated_rpc() argument
170 if (reply->inprogress || reply->userLandNotificationKey != -1) { in UNDNotificationCreated_rpc()
174 reply->userLandNotificationKey = userLandNotificationKey; in UNDNotificationCreated_rpc()
193 reply->userLandNotificationKey = -1; in KUNCGetNotificationID()
311 if (reply->inprogress == TRUE || reply->userLandNotificationKey != -1) { in KUNCUserNotificationDisplayFromBundle()
H A DUNDReply.defs45 in userLandNotificationKey: int);
H A DUNDRequest.defs81 in userLandNotificationKey: int);