Home
last modified time | relevance | path

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

/base/time/time_service/services/timer/include/
Dtimer_manager.h47 bool ShowTimerEntryById(int fd, uint64_t timerId);
/base/time/time_service/services/
Dtime_system_ability.cpp450 timerManagerHandler_->ShowTimerEntryById(fd, std::atoi(input.at(paramNumPos).c_str())); in DumpTimerInfoById()
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp841 bool TimerManager::ShowTimerEntryById(int fd, uint64_t timerId) in ShowTimerEntryById() function in OHOS::MiscServices::TimerManager