Home
last modified time | relevance | path

Searched refs:RecordPidTimerMap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_proxy.h54 void RecordPidTimerMap(const std::shared_ptr<TimerInfo> &alarm, const bool isRebatched);
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_proxy_test.cpp934 TimerProxy::GetInstance().RecordPidTimerMap(nullptr, false);
937 TimerProxy::GetInstance().RecordPidTimerMap(timerInfo, false);
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp389 void TimerProxy::RecordPidTimerMap(const std::shared_ptr<TimerInfo> &alarm, const bool isRebatched) in RecordPidTimerMap() function in OHOS::MiscServices::TimerProxy
H A Dtimer_manager.cpp525 TimerProxy::GetInstance().RecordPidTimerMap(alarm, isRebatched); in SetHandlerLocked()