Home
last modified time | relevance | path

Searched defs:suspend_id (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dpower_manager.cc114 void PowerManager::OnSuspendImminent(int suspend_id) { in OnSuspendImminent()
130 void PowerManager::OnSuspendDone(int suspend_id) { in OnSuspendDone()
144 void PowerManager::OnDarkSuspendImminent(int suspend_id) { in OnDarkSuspendImminent()
Dpower_manager_unittest.cc137 int suspend_id, in AddProxyExpectationForReportSuspendReadiness()
158 int suspend_id, in AddProxyExpectationForReportDarkSuspendReadiness()
178 void OnSuspendImminent(int suspend_id) { in OnSuspendImminent()
183 void OnSuspendDone(int suspend_id) { in OnSuspendDone()
188 void OnDarkSuspendImminent(int suspend_id) { in OnDarkSuspendImminent()
/system/connectivity/shill/dbus/
Dchromeos_power_manager_proxy.cc117 int suspend_id) { in ReportSuspendReadiness()
148 int suspend_id ) { in ReportDarkSuspendReadiness()
245 bool is_dark, int delay_id, int suspend_id) { in ReportSuspendReadinessInternal()