Home | History | Annotate | Download | only in PeiPcdLib

Lines Matching full:notificationfunction

1220   then notification function specified by NotificationFunction is called.  

1222 If NotificationFunction is NULL, then ASSERT().
1228 @param[in] NotificationFunction The function to call when the token
1237 IN PCD_CALLBACK NotificationFunction
1242 ASSERT (NotificationFunction != NULL);
1244 NotificationFunction);
1257 If NotificationFunction is NULL, then ASSERT().
1259 and NotificationFunction, then ASSERT().
1263 @param[in] NotificationFunction The callback function to be unregistered.
1271 IN PCD_CALLBACK NotificationFunction
1276 ASSERT (NotificationFunction != NULL);
1278 Status = (GetPiPcdPpiPointer ())->CancelCallback (Guid, TokenNumber, (EFI_PEI_PCD_PPI_CALLBACK) NotificationFunction);