Searched defs:timerName (Results 1 – 6 of 6) sorted by relevance
46 void MockScanStateMachine::StartTimer(int timerName, int64_t interval) in StartTimer()52 void MockScanStateMachine::StopTimer(int timerName) in StopTimer()
43 static void TimeOut(std::string timerName) {} in TimeOut()
73 int32_t DmTimer::DeleteTimer(std::string timerName) in DeleteTimer()
40 std::string timerName; member
252 void StateMachine::StartTimer(int timerName, int64_t interval) in StartTimer()259 void StateMachine::StopTimer(int timerName) in StopTimer()
326 std::string timerName = std::string(STATE_TIMER_PREFIX) + GetAnonyString(deviceUdid); in RegisterOffLineTimer() local