Home
last modified time | relevance | path

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

/drivers/peripheral/power/interfaces/hdi_service/src/
Drunning_lock_timer_handler.h34 …bool RegisterRunningLockTimer(const RunningLockInfo &info, const std::function<void()> &callback, …
Drunning_lock_timer_handler.cpp34 bool RunningLockTimerHandler::RegisterRunningLockTimer( in RegisterRunningLockTimer() function in OHOS::HDI::Power::V1_1::RunningLockTimerHandler
Drunning_lock_impl.cpp71 timerHandler_->RegisterRunningLockTimer(filledInfo, unholdFunc); in Hold()