Home | History | Annotate | Download | only in Data_link

Lines Matching refs:CallBack

334     TrafficAlertElement->CallBack = TrafficAlertRegParm->CallBack;
369 CallBack = NULL;
700 if yes it operate the callback registered for this alert and take care of the alert state.
755 /*Call the callback function*/
756 if((AlertElement->CallBack != NULL) && AlertElement->Enabled)
757 AlertElement->CallBack(AlertElement->Context,AlertElement->Cookie);
770 if yes it operate the callback registered for this alert and take care of the alert state.
825 /*Call the callback function*/
826 if((AlertElement->CallBack != NULL) && AlertElement->Enabled)
827 AlertElement->CallBack(AlertElement->Context,AlertElement->Cookie);
1290 TrafficAlertRegParm.CallBack = func1;
1300 TrafficAlertRegParm.CallBack = func1;
1311 TrafficAlertRegParm.CallBack = func1;
1321 TrafficAlertRegParm.CallBack = func1;