Searched refs:RemoveProxy (Results 1 – 4 of 4) sorted by relevance
35 void RemoveProxy(uint64_t timerNumber, int32_t uid);
825 TimerProxy::GetInstance().RemoveProxy(TIMER_ID, UID);826 TimerProxy::GetInstance().RemoveProxy(TIMER_ID + 1, UID);
41 void TimerProxy::RemoveProxy(uint64_t timerNumber, int32_t uid) in RemoveProxy() function in OHOS::MiscServices::TimerProxy
333 TimerProxy::GetInstance().RemoveProxy(timerNumber, it->second->uid); in StopTimerInner()