Lines Matching refs:TimerProxy

33 IMPLEMENT_SINGLE_INSTANCE(TimerProxy)  in IMPLEMENT_SINGLE_INSTANCE()  argument
41 void TimerProxy::RemoveProxy(uint64_t timerNumber, int32_t uid) in RemoveProxy()
60 void TimerProxy::RemovePidProxy(uint64_t timerNumber, int pid) in RemovePidProxy()
79 int32_t TimerProxy::CallbackAlarmIfNeed(const std::shared_ptr<TimerInfo> &alarm) in CallbackAlarmIfNeed()
131 bool TimerProxy::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger, in ProxyTimer()
170 bool TimerProxy::PidProxyTimer(int32_t uid, int pid, bool isProxy, bool needRetrigger, in PidProxyTimer()
212 bool TimerProxy::AdjustTimer(bool isAdjust, uint32_t interval, in AdjustTimer()
232 bool TimerProxy::UpdateAdjustWhenElapsed(const std::chrono::steady_clock::time_point &now, in UpdateAdjustWhenElapsed()
247 bool TimerProxy::RestoreAdjustWhenElapsed(std::shared_ptr<TimerInfo> &timer) in RestoreAdjustWhenElapsed()
260 bool TimerProxy::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption()
274 bool TimerProxy::IsTimerExemption(std::shared_ptr<TimerInfo> timer) in IsTimerExemption()
283 void TimerProxy::ResetProxyMaps() in ResetProxyMaps()
302 void TimerProxy::ResetProxyPidMaps() in ResetProxyPidMaps()
321 bool TimerProxy::ResetAllProxy(const std::chrono::steady_clock::time_point &now, in ResetAllProxy()
332 void TimerProxy::EraseTimerFromProxyUidMap(const uint64_t id, const uint32_t uid) in EraseTimerFromProxyUidMap()
343 void TimerProxy::EraseTimerFromProxyPidMap(const uint64_t id, const int uid, const int pid) in EraseTimerFromProxyPidMap()
355 void TimerProxy::EraseAlarmItem( in EraseAlarmItem()
365 void TimerProxy::RecordUidTimerMap(const std::shared_ptr<TimerInfo> &alarm, const bool isRebatched) in RecordUidTimerMap()
389 void TimerProxy::RecordPidTimerMap(const std::shared_ptr<TimerInfo> &alarm, const bool isRebatched) in RecordPidTimerMap()
413 void TimerProxy::RemoveUidTimerMap(const std::shared_ptr<TimerInfo> &alarm) in RemoveUidTimerMap()
432 void TimerProxy::RecordProxyUidTimerMap(const std::shared_ptr<TimerInfo> &alarm) in RecordProxyUidTimerMap()
444 void TimerProxy::RecordProxyPidTimerMap(const std::shared_ptr<TimerInfo> &alarm) in RecordProxyPidTimerMap()
459 void TimerProxy::RemovePidTimerMap(const std::shared_ptr<TimerInfo> &alarm) in RemovePidTimerMap()
478 void TimerProxy::RemoveUidTimerMap(const uint64_t id) in RemoveUidTimerMap()
496 void TimerProxy::RemovePidTimerMap(const uint64_t id) in RemovePidTimerMap()
514 bool TimerProxy::IsUidProxy(const int32_t uid) in IsUidProxy()
524 bool TimerProxy::IsPidProxy(const int32_t uid, const int32_t pid) in IsPidProxy()
536 void TimerProxy::UpdateProxyWhenElapsedForProxyUidMap(const int32_t uid, in UpdateProxyWhenElapsedForProxyUidMap()
569 void TimerProxy::UpdateProxyWhenElapsedForProxyPidMap(int32_t uid, int pid, in UpdateProxyWhenElapsedForProxyPidMap()
605 bool TimerProxy::RestoreProxyWhenElapsedByUid(const int32_t uid, in RestoreProxyWhenElapsedByUid()
643 bool TimerProxy::RestoreProxyWhenElapsedByPid(const int uid, const int pid, in RestoreProxyWhenElapsedByPid()
681 bool TimerProxy::RestoreProxyWhenElapsedForProxyUidMap(const int32_t uid, in RestoreProxyWhenElapsedForProxyUidMap()
692 bool TimerProxy::RestoreProxyWhenElapsedForProxyPidMap(const int uid, const int pid, in RestoreProxyWhenElapsedForProxyPidMap()
705 void TimerProxy::ResetAllProxyWhenElapsed(const std::chrono::steady_clock::time_point &now, in ResetAllProxyWhenElapsed()
715 void TimerProxy::ResetAllPidProxyWhenElapsed(const std::chrono::steady_clock::time_point &now, in ResetAllPidProxyWhenElapsed()
727 bool TimerProxy::ShowProxyTimerInfo(int fd, const int64_t now) in ShowProxyTimerInfo()
754 bool TimerProxy::ShowUidTimerMapInfo(int fd, const int64_t now) in ShowUidTimerMapInfo()
771 bool TimerProxy::ShowPidTimerMapInfo(int fd, const int64_t now) in ShowPidTimerMapInfo()
789 void TimerProxy::ShowAdjustTimerInfo(int fd) in ShowAdjustTimerInfo()
804 bool TimerProxy::ShowProxyDelayTime(int fd) in ShowProxyDelayTime()
812 int64_t TimerProxy::GetProxyDelayTime() const in GetProxyDelayTime()