Searched refs:ShowTimerEntryById (Results 1 – 4 of 4) sorted by relevance
63 bool ShowTimerEntryById(int fd, uint64_t timerId);
533 timerManager->ShowTimerEntryById(fd, std::atoi(input.at(paramNumPos).c_str())); in DumpTimerInfoById()
1232 bool TimerManager::ShowTimerEntryById(int fd, uint64_t timerId) in ShowTimerEntryById() function in OHOS::MiscServices::TimerManager
1282 auto res = TimerManager::GetInstance()->ShowTimerEntryById(0, TIMER_ID);