Home
last modified time | relevance | path

Searched refs:PowerManagerProxyStub (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dpower_manager_proxy_stub.cc21 PowerManagerProxyStub::PowerManagerProxyStub() {} in PowerManagerProxyStub() function in shill::PowerManagerProxyStub
23 bool PowerManagerProxyStub::RegisterSuspendDelay( in RegisterSuspendDelay()
31 bool PowerManagerProxyStub::UnregisterSuspendDelay(int /*delay_id*/) { in UnregisterSuspendDelay()
36 bool PowerManagerProxyStub::ReportSuspendReadiness(int /*delay_id*/, in ReportSuspendReadiness()
42 bool PowerManagerProxyStub::RegisterDarkSuspendDelay( in RegisterDarkSuspendDelay()
50 bool PowerManagerProxyStub::UnregisterDarkSuspendDelay(int /*delay_id*/) { in UnregisterDarkSuspendDelay()
55 bool PowerManagerProxyStub::ReportDarkSuspendReadiness(int /*delay_id*/, in ReportDarkSuspendReadiness()
61 bool PowerManagerProxyStub::RecordDarkResumeWakeReason( in RecordDarkResumeWakeReason()
Dpower_manager_proxy_stub.h27 class PowerManagerProxyStub : public PowerManagerProxyInterface {
29 PowerManagerProxyStub();
30 ~PowerManagerProxyStub() override = default;
52 DISALLOW_COPY_AND_ASSIGN(PowerManagerProxyStub);
/system/connectivity/shill/binder/
Dbinder_control.cc138 return new PowerManagerProxyStub(); in CreatePowerManagerProxy()
/system/connectivity/shill/dbus/
Dchromeos_dbus_control.cc210 return new PowerManagerProxyStub(); in CreatePowerManagerProxy()