Home | History | Annotate | Download | only in Data_link

Lines Matching refs:ctrlDataTrafficThresholdEvents

810          TrafficMonitor_StartEventNotif (pCtrlData->hTrafficMonitor,pCtrlData->ctrlDataTrafficThresholdEvents[idx]);
818 TrafficMonitor_StopEventNotif (pCtrlData->hTrafficMonitor,pCtrlData->ctrlDataTrafficThresholdEvents[idx]);
840 TrafficMonitor_UnregEvent (pCtrlData->hTrafficMonitor,pCtrlData->ctrlDataTrafficThresholdEvents[idx]);
869 pCtrlData->ctrlDataTrafficThresholdEvents[0] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,&TrafficAlertRegParm,TI_FALSE);
871 if (pCtrlData->ctrlDataTrafficThresholdEvents[0] == NULL)
882 pCtrlData->ctrlDataTrafficThresholdEvents[1] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,&TrafficAlertRegParm,TI_FALSE);
884 if (pCtrlData->ctrlDataTrafficThresholdEvents[1] == NULL)
892 pCtrlData->ctrlDataTrafficThresholdEvents[0],
893 pCtrlData->ctrlDataTrafficThresholdEvents[1],
906 pCtrlData->ctrlDataTrafficThresholdEvents[2] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,&TrafficAlertRegParm,TI_FALSE);
908 if (pCtrlData->ctrlDataTrafficThresholdEvents[2] == NULL)
919 pCtrlData->ctrlDataTrafficThresholdEvents[3] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,&TrafficAlertRegParm,TI_FALSE);
921 if (pCtrlData->ctrlDataTrafficThresholdEvents[3] == NULL)
929 pCtrlData->ctrlDataTrafficThresholdEvents[2],
930 pCtrlData->ctrlDataTrafficThresholdEvents[3],