HomeSort by relevance Sort by last modified time
    Searched defs:PowerManagerClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
power_manager_client.h 29 // PowerManagerClient is used to communicate with the power manager.
30 class CHROMEOS_EXPORT PowerManagerClient : public DBusClient {
64 // PowerManagerClient::GetSuspendReadinessCallback() may be called from
155 static PowerManagerClient* Create(DBusClientImplementationType type);
157 virtual ~PowerManagerClient();
161 PowerManagerClient();
164 DISALLOW_COPY_AND_ASSIGN(PowerManagerClient);
power_manager_client.cc 43 // The PowerManagerClient implementation used in production.
44 class PowerManagerClientImpl : public PowerManagerClient {
66 // PowerManagerClient overrides:
493 PowerManagerClient::Observer, observers_, SuspendDone(duration));
531 FOR_EACH_OBSERVER(PowerManagerClient::Observer, observers_,
552 FOR_EACH_OBSERVER(PowerManagerClient::Observer, observers_,
665 // The PowerManagerClient implementation used on Linux desktop,
667 class PowerManagerClientStubImpl : public PowerManagerClient {
684 // PowerManagerClient overrides:
    [all...]

Completed in 440 milliseconds