Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dpower_manager.cc75 suspend_imminent_callback_ = suspend_imminent_callback; in Start()
126 suspend_imminent_callback_.Run(); in OnSuspendImminent()
Dpower_manager_unittest.cc100 suspend_imminent_callback_ = in PowerManagerTest()
114 power_manager_.Start(kTimeout, suspend_imminent_callback_, in SetUp()
208 PowerManager::SuspendImminentCallback suspend_imminent_callback_; member in shill::PowerManagerTest
Dpower_manager.h135 SuspendImminentCallback suspend_imminent_callback_; variable