Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/UserNotification/
H A DKUNCUserNotifications.c61 boolean_t inprogress; member
119 if (reply == UND_REPLY_NULL || !reply->inprogress) { in UNDAlertCompletedWithResult_rpc()
144 reply->inprogress = FALSE; in UNDAlertCompletedWithResult_rpc()
169 if (reply->inprogress || reply->userLandNotificationKey != -1) { in UNDNotificationCreated_rpc()
193 reply->inprogress = FALSE; in KUNCGetNotificationID()
310 if (reply->inprogress == TRUE || reply->userLandNotificationKey != -1) { in KUNCUserNotificationDisplayFromBundle()
314 reply->inprogress = TRUE; in KUNCUserNotificationDisplayFromBundle()
/xnu-8020.140.41/tests/
H A Dstackshot_tests.m69 …String* exec_inprogress_found_key = @"exec_inprogress_found"; // callback when inprogress is found
2245 T_QUIET; T_ASSERT_NOTNULL(pid_num, "exec inprogress pid provided");
2247 T_QUIET; T_ASSERT_GT(exec_inprogress_pid, 0, "exec inprogress pid greater than zero");
2250 T_QUIET; T_ASSERT_NOTNULL(exec_inprogress_cb, "exec inprogress found callback provided");