Home | History | Annotate | Download | only in DxePcdLib

Lines Matching full:notificationfunction

1222   then notification function specified by NotificationFunction is called.  

1224 If NotificationFunction is NULL, then ASSERT().
1230 @param[in] NotificationFunction The function to call when the token
1239 IN PCD_CALLBACK NotificationFunction
1244 ASSERT (NotificationFunction != NULL);
1246 NotificationFunction);
1258 If NotificationFunction is NULL, then ASSERT().
1260 and NotificationFunction, then ASSERT().
1264 @param[in] NotificationFunction The callback function to be unregistered.
1272 IN PCD_CALLBACK NotificationFunction
1277 ASSERT (NotificationFunction != NULL);
1279 Status = GetPiPcdProtocol()->CancelCallback (Guid, TokenNumber, (EFI_PCD_PROTOCOL_CALLBACK) NotificationFunction);