Searched defs:PowerManagerClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dpower_manager_client.h29 // PowerManagerClient is used to communicate with the power manager.
30 class CHROMEOS_EXPORT PowerManagerClient : public DBusClient { class in namespace:chromeos
64 // PowerManagerClient::GetSuspendReadinessCallback() may be called from
77 // the suspend should call PowerManagerClient::GetSuspendReadinessCallback()
166 static PowerManagerClient* Create(DBusClientImplementationType type);
168 virtual ~PowerManagerClient();
172 PowerManagerClient();
175 DISALLOW_COPY_AND_ASSIGN(PowerManagerClient);
H A Dpower_manager_client.cc43 // The PowerManagerClient implementation used in production.
44 class PowerManagerClientImpl : public PowerManagerClient {
69 // PowerManagerClient overrides:
528 PowerManagerClient::Observer, observers_, SuspendDone(duration));
566 FOR_EACH_OBSERVER(PowerManagerClient::Observer, observers_,
587 FOR_EACH_OBSERVER(PowerManagerClient::Observer, observers_,
734 // The PowerManagerClient implementation used on Linux desktop,
736 class PowerManagerClientStubImpl : public PowerManagerClient {
753 // PowerManagerClient overrides:
953 PowerManagerClient function in class:chromeos::PowerManagerClient
[all...]

Completed in 79 milliseconds