Searched refs:IdleNotifyStatusCallback (Results 1 – 4 of 4) sorted by relevance
28 using IdleNotifyStatusCallback = std::function<void(bool)>; variable34 IdleNotifyStatusCallback GetIdleNotifyFunc();
127 IdleNotifyStatusCallback IdleTime::GetIdleNotifyFunc() in GetIdleNotifyFunc()129 IdleNotifyStatusCallback cb = [this](bool needStop) { in GetIdleNotifyFunc()
1659 IdleNotifyStatusCallback cb = idleTime_->GetIdleNotifyFunc(); in HandleLaunchApplication()
131 IdleNotifyStatusCallback callBack = idleTime_->GetIdleNotifyFunc();