Searched refs:detectType (Results 1 – 3 of 3) sorted by relevance
212 int detectType = DETECT_TYPE_PERIODIC; in StartDetectTimerTest() local213 pStaStateMachine->StartDetectTimer(detectType); in StartDetectTimerTest()
536 void StartDetectTimer(int detectType);
3434 void StaStateMachine::StartDetectTimer(int detectType) in StartDetectTimer() argument3436 if (detectType == DETECT_TYPE_PERIODIC) { in StartDetectTimer()3450 } else if (detectType == DETECT_TYPE_DEFAULT) { in StartDetectTimer()3452 } else if (detectType == DETECT_TYPE_CHECK_PORTAL_EXPERIED) { in StartDetectTimer()