Home
last modified time | relevance | path

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

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