Lines Matching refs:TimerProxy
33 IMPLEMENT_SINGLE_INSTANCE(TimerProxy) in IMPLEMENT_SINGLE_INSTANCE() argument
35 void TimerProxy::RemoveProxy(uint64_t timerNumber, int32_t uid) in IMPLEMENT_SINGLE_INSTANCE()
53 void TimerProxy::CallbackAlarmIfNeed(const std::shared_ptr<TimerInfo> &alarm) in CallbackAlarmIfNeed()
82 bool TimerProxy::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger, in ProxyTimer()
120 void TimerProxy::ResetProxyMaps() in ResetProxyMaps()
139 bool TimerProxy::ResetAllProxy(const std::chrono::steady_clock::time_point &now, in ResetAllProxy()
148 void TimerProxy::EraseTimerFromProxyUidMap(const uint64_t id, const uint32_t uid) in EraseTimerFromProxyUidMap()
159 void TimerProxy::EraseAlarmItem( in EraseAlarmItem()
169 void TimerProxy::RecordUidTimerMap(const std::shared_ptr<TimerInfo> &alarm, const bool isRebatched) in RecordUidTimerMap()
193 void TimerProxy::RemoveUidTimerMap(const std::shared_ptr<TimerInfo> &alarm) in RemoveUidTimerMap()
212 void TimerProxy::RemoveUidTimerMap(const uint64_t id) in RemoveUidTimerMap()
230 bool TimerProxy::IsUidProxy(const int32_t uid) in IsUidProxy()
240 void TimerProxy::UpdateProxyWhenElapsedForProxyUidMap(const int32_t uid, in UpdateProxyWhenElapsedForProxyUidMap()
274 bool TimerProxy::RestoreProxyWhenElapsedByUid(const int32_t uid, in RestoreProxyWhenElapsedByUid()
311 bool TimerProxy::RestoreProxyWhenElapsedForProxyUidMap(const int32_t uid, in RestoreProxyWhenElapsedForProxyUidMap()
323 void TimerProxy::ResetAllProxyWhenElapsed(const std::chrono::steady_clock::time_point &now, in ResetAllProxyWhenElapsed()
333 bool TimerProxy::ShowProxyTimerInfo(int fd, const int64_t now) in ShowProxyTimerInfo()
350 bool TimerProxy::ShowUidTimerMapInfo(int fd, const int64_t now) in ShowUidTimerMapInfo()
367 bool TimerProxy::SetProxyDelayTime(int fd, const int64_t proxyDelayTime) in SetProxyDelayTime()
387 bool TimerProxy::ShowProxyDelayTime(int fd) in ShowProxyDelayTime()
395 int64_t TimerProxy::GetProxyDelayTime() const in GetProxyDelayTime()