Searched defs:OnSuspendImminent (Results 1 - 4 of 4) sorted by relevance

/system/connectivity/shill/
H A Dpower_manager.cc114 void PowerManager::OnSuspendImminent(int suspend_id) { function in class:shill::PowerManager
H A Dpower_manager_unittest.cc178 void OnSuspendImminent(int suspend_id) { function in class:shill::PowerManagerTest
179 control_.delegate()->OnSuspendImminent(suspend_id);
221 OnSuspendImminent(kSuspendId);
245 OnSuspendImminent(kSuspendId1);
265 OnSuspendImminent(kSuspendId1);
312 OnSuspendImminent(kSuspendId1);
344 OnSuspendImminent(kSuspendId1);
361 OnSuspendImminent(kSuspendId1);
378 OnSuspendImminent(kSuspendId1);
389 OnSuspendImminent(kSuspendId
[all...]
H A Dmanager_unittest.cc448 void OnSuspendImminent() { function in class:shill::ManagerTest
449 manager()->OnSuspendImminent();
3197 OnSuspendImminent();
3263 OnSuspendImminent();
3269 OnSuspendImminent();
H A Dmanager.cc265 Bind(&Manager::OnSuspendImminent, AsWeakPtr()),
1671 void Manager::OnSuspendImminent() { function in class:shill::Manager

Completed in 520 milliseconds