Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_proxy.h94 bool RestoreProxyWhenElapsedForProxyPidMap(const int32_t uid, const int32_t pid,
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp183 if (!RestoreProxyWhenElapsedForProxyPidMap(uid, pid, now, insertAlarmCallback)) { in PidProxyTimer()
692 bool TimerProxy::RestoreProxyWhenElapsedForProxyPidMap(const int uid, const int pid, in RestoreProxyWhenElapsedForProxyPidMap() function in OHOS::MiscServices::TimerProxy