Searched refs:OnSuspendImminent (Results 1 - 8 of 8) sorted by relevance

/system/connectivity/shill/
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 Dpower_manager_proxy_interface.h52 // contain the ID from OnSuspendImminent(). Returns true on success.
84 virtual void OnSuspendImminent(int suspend_id) = 0;
H A Dpower_manager.h95 void OnSuspendImminent(int suspend_id) override;
142 // Set to true by OnSuspendImminent() and to false by OnSuspendDone().
H A Dpower_manager.cc114 void PowerManager::OnSuspendImminent(int suspend_id) { function in class:shill::PowerManager
H A Dmanager.h752 void OnSuspendImminent();
H A Dmanager.cc265 Bind(&Manager::OnSuspendImminent, AsWeakPtr()),
1671 void Manager::OnSuspendImminent() { function in class:shill::Manager
H A Dmanager_unittest.cc448 void OnSuspendImminent() { function in class:shill::ManagerTest
449 manager()->OnSuspendImminent();
3197 OnSuspendImminent();
3263 OnSuspendImminent();
3269 OnSuspendImminent();
/system/connectivity/shill/dbus/
H A Dchromeos_power_manager_proxy.cc280 delegate_->OnSuspendImminent(proto.suspend_id());

Completed in 118 milliseconds