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 34 // PowerManagerClient is used to communicate with the power manager.
35 class CHROMEOS_EXPORT PowerManagerClient {
72 // PowerManagerClient::GetSuspendReadinessCallback() may be called from
164 static PowerManagerClient* Create(DBusClientImplementationType type,
167 virtual ~PowerManagerClient();
171 PowerManagerClient();
174 DISALLOW_COPY_AND_ASSIGN(PowerManagerClient);
power_manager_client.cc 41 // The PowerManagerClient implementation used in production.
42 class PowerManagerClientImpl : public PowerManagerClient {
152 // PowerManagerClient overrides:
516 FOR_EACH_OBSERVER(PowerManagerClient::Observer, observers_,
524 FOR_EACH_OBSERVER(PowerManagerClient::Observer, observers_,
550 PowerManagerClient::Observer, observers_,
664 // The PowerManagerClient implementation used on Linux desktop,
666 class PowerManagerClientStubImpl : public PowerManagerClient {
686 // PowerManagerClient overrides:
851 PowerManagerClient::PowerManagerClient()
    [all...]

Completed in 144 milliseconds