Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_manager.h63 bool ShowTimerEntryById(int fd, uint64_t timerId);
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp533 timerManager->ShowTimerEntryById(fd, std::atoi(input.at(paramNumPos).c_str())); in DumpTimerInfoById()
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp1232 bool TimerManager::ShowTimerEntryById(int fd, uint64_t timerId) in ShowTimerEntryById() function in OHOS::MiscServices::TimerManager
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp1282 auto res = TimerManager::GetInstance()->ShowTimerEntryById(0, TIMER_ID);