Home
last modified time | relevance | path

Searched refs:NotifyWantAgent (Results 1 - 3 of 3) sorted by relevance

/base/time/time_service/services/timer/include/
H A Dtimer_manager.h124 bool NotifyWantAgent(const std::shared_ptr<TimerInfo> &timer);
/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp792 if (TimerManager::GetInstance()->NotifyWantAgent(timer)) { in NotifyWantAgentRetry()
844 if (!NotifyWantAgent(timer) && CheckNeedRecoverOnReboot(timer->bundleName, timer->type)) { in DeliverTimersLocked()
872 bool TimerManager::NotifyWantAgent(const std::shared_ptr<TimerInfo> &timer) in NotifyWantAgent() function in OHOS::MiscServices::TimerManager
/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp1218 * @tc.desc: test NotifyWantAgent.
1229 auto res = TimerManager::GetInstance()->NotifyWantAgent(timerInfo); in HWTEST_F()
1246 res = TimerManager::GetInstance()->NotifyWantAgent(timerInfo); in HWTEST_F()

Completed in 6 milliseconds