Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/UserNotification/
H A DKUNCUserNotifications.c61 boolean_t inprogress; member
120 if (reply == UND_REPLY_NULL || !reply->inprogress) { in UNDAlertCompletedWithResult_rpc()
145 reply->inprogress = FALSE; in UNDAlertCompletedWithResult_rpc()
170 if (reply->inprogress || reply->userLandNotificationKey != -1) { in UNDNotificationCreated_rpc()
194 reply->inprogress = FALSE; in KUNCGetNotificationID()
311 if (reply->inprogress == TRUE || reply->userLandNotificationKey != -1) { in KUNCUserNotificationDisplayFromBundle()
315 reply->inprogress = TRUE; in KUNCUserNotificationDisplayFromBundle()
/xnu-12377.41.6/tests/
H A Dstackshot_tests.m85 …String* exec_inprogress_found_key = @"exec_inprogress_found"; // callback when inprogress is found
3073 T_QUIET; T_ASSERT_NOTNULL(pid_num, "exec inprogress pid provided");
3075 T_QUIET; T_ASSERT_GT(exec_inprogress_pid, 0, "exec inprogress pid greater than zero");
3078 T_QUIET; T_ASSERT_NOTNULL(exec_inprogress_cb, "exec inprogress found callback provided");