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

/system/connectivity/shill/
H A Dpower_manager_proxy_interface.h94 virtual void OnDarkSuspendImminent(int suspend_id) = 0;
H A Dpower_manager_unittest.cc188 void OnDarkSuspendImminent(int suspend_id) { function in class:shill::PowerManagerTest
189 control_.delegate()->OnDarkSuspendImminent(suspend_id);
259 OnDarkSuspendImminent(kSuspendId1);
274 OnDarkSuspendImminent(kSuspendId1);
283 OnDarkSuspendImminent(kSuspendId1);
291 OnDarkSuspendImminent(kSuspendId1);
324 OnDarkSuspendImminent(kSuspendId1);
369 OnDarkSuspendImminent(kSuspendId1);
H A Dpower_manager.h97 void OnDarkSuspendImminent(int suspend_id) override;
144 // Set to true by OnDarkSuspendImminent() and to false by OnSuspendDone().
H A Dpower_manager.cc144 void PowerManager::OnDarkSuspendImminent(int suspend_id) { function in class:shill::PowerManager
H A Dmanager.h760 void OnDarkSuspendImminent();
H A Dmanager.cc267 Bind(&Manager::OnDarkSuspendImminent, AsWeakPtr()));
1703 void Manager::OnDarkSuspendImminent() { function in class:shill::Manager
H A Dmanager_unittest.cc452 void OnDarkSuspendImminent() { function in class:shill::ManagerTest
453 manager()->OnDarkSuspendImminent();
3280 OnDarkSuspendImminent();
3286 OnDarkSuspendImminent();
/system/connectivity/shill/dbus/
H A Dchromeos_power_manager_proxy.cc302 delegate_->OnDarkSuspendImminent(proto.suspend_id());

Completed in 128 milliseconds