Home
last modified time | relevance | path

Searched refs:IsTimerExemption (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_proxy.h48 bool IsTimerExemption(std::shared_ptr<TimerInfo> time);
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp235 if (IsTimerExemption(timer)) { in UpdateAdjustWhenElapsed()
274 bool TimerProxy::IsTimerExemption(std::shared_ptr<TimerInfo> timer) in IsTimerExemption() function in OHOS::MiscServices::TimerProxy