Home | History | Annotate | Download | only in Ctrl

Lines Matching refs:ctrlDataTrafficThresholdEvents

1789          TrafficMonitor_StartEventNotif (pCtrlData->hTrafficMonitor,pCtrlData->ctrlDataTrafficThresholdEvents[idx]);
1798 TrafficMonitor_StopEventNotif (pCtrlData->hTrafficMonitor,pCtrlData->ctrlDataTrafficThresholdEvents[idx]);
1821 TrafficMonitor_UnregEvent (pCtrlData->hTrafficMonitor,pCtrlData->ctrlDataTrafficThresholdEvents[idx]);
1851 pCtrlData->ctrlDataTrafficThresholdEvents[0] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,&TrafficAlertRegParm,FALSE);
1853 if (pCtrlData->ctrlDataTrafficThresholdEvents[0] == NULL)
1865 pCtrlData->ctrlDataTrafficThresholdEvents[1] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,&TrafficAlertRegParm,FALSE);
1867 if (pCtrlData->ctrlDataTrafficThresholdEvents[1] == NULL)
1876 pCtrlData->ctrlDataTrafficThresholdEvents[0],
1877 pCtrlData->ctrlDataTrafficThresholdEvents[1],
1891 pCtrlData->ctrlDataTrafficThresholdEvents[2] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,&TrafficAlertRegParm,FALSE);
1893 if (pCtrlData->ctrlDataTrafficThresholdEvents[2] == NULL)
1905 pCtrlData->ctrlDataTrafficThresholdEvents[3] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,&TrafficAlertRegParm,FALSE);
1907 if (pCtrlData->ctrlDataTrafficThresholdEvents[3] == NULL)
1916 pCtrlData->ctrlDataTrafficThresholdEvents[2],
1917 pCtrlData->ctrlDataTrafficThresholdEvents[3],