Searched defs:delay_id (Results 1 – 2 of 2) sorted by relevance
/system/connectivity/shill/dbus/ |
D | chromeos_power_manager_proxy.cc | 108 bool ChromeosPowerManagerProxy::UnregisterSuspendDelay(int delay_id) { in UnregisterSuspendDelay() 116 bool ChromeosPowerManagerProxy::ReportSuspendReadiness(int delay_id, in ReportSuspendReadiness() 139 bool ChromeosPowerManagerProxy::UnregisterDarkSuspendDelay(int delay_id) { in UnregisterDarkSuspendDelay() 147 bool ChromeosPowerManagerProxy::ReportDarkSuspendReadiness(int delay_id, in ReportDarkSuspendReadiness() 221 int delay_id) { in UnregisterSuspendDelayInternal() 245 bool is_dark, int delay_id, int suspend_id) { in ReportSuspendReadinessInternal()
|
/system/connectivity/shill/ |
D | power_manager_unittest.cc | 123 void AddProxyExpectationForRegisterSuspendDelay(int delay_id, in AddProxyExpectationForRegisterSuspendDelay() 130 void AddProxyExpectationForUnregisterSuspendDelay(int delay_id, in AddProxyExpectationForUnregisterSuspendDelay() 136 void AddProxyExpectationForReportSuspendReadiness(int delay_id, in AddProxyExpectationForReportSuspendReadiness() 150 void AddProxyExpectationForRegisterDarkSuspendDelay(int delay_id, in AddProxyExpectationForRegisterDarkSuspendDelay() 157 void AddProxyExpectationForReportDarkSuspendReadiness(int delay_id, in AddProxyExpectationForReportDarkSuspendReadiness() 165 void AddProxyExpectationForUnregisterDarkSuspendDelay(int delay_id, in AddProxyExpectationForUnregisterDarkSuspendDelay()
|