HomeSort by relevance Sort by last modified time
    Searched refs:ReportSuspendReadiness (Results 1 - 12 of 12) sorted by null

  /system/connectivity/shill/
power_manager_proxy_stub.cc 36 bool PowerManagerProxyStub::ReportSuspendReadiness(int /*delay_id*/,
mock_power_manager.h 37 MOCK_METHOD0(ReportSuspendReadiness, bool());
mock_power_manager_proxy.h 39 MOCK_METHOD2(ReportSuspendReadiness, bool(int delay_id, int suspend_id));
power_manager_proxy_interface.h 53 virtual bool ReportSuspendReadiness(int delay_id, int suspend_id) = 0;
67 // as explained for ReportSuspendReadiness. Returns true on success.
82 // manager that they're ready to suspend by calling ReportSuspendReadiness()
power_manager_proxy_stub.h 39 bool ReportSuspendReadiness(int delay_id, int suspend_id) override;
power_manager_unittest.cc 140 ReportSuspendReadiness(delay_id, suspend_id))
267 EXPECT_FALSE(power_manager_.ReportSuspendReadiness());
299 EXPECT_CALL(*power_manager_proxy_, ReportSuspendReadiness(_, _)).Times(0);
300 EXPECT_FALSE(power_manager_.ReportSuspendReadiness());
304 // Verifies that a synchronous ReportSuspendReadiness call by shill on a
307 EXPECT_CALL(*power_manager_proxy_, ReportSuspendReadiness(_, _))
311 &power_manager_, &PowerManager::ReportSuspendReadiness)));
358 // Check that a |ReportSuspendReadiness| message is sent with the new delay
363 EXPECT_TRUE(power_manager_.ReportSuspendReadiness());
power_manager.cc 94 bool PowerManager::ReportSuspendReadiness() {
100 return power_manager_proxy_->ReportSuspendReadiness(suspend_delay_id_,
power_manager.h 41 // system to suspend, this callback should call ReportSuspendReadiness().
86 virtual bool ReportSuspendReadiness();
88 // Report dark suspend readiness. See ReportSuspendReadiness for more details.
125 // |ReportSuspendReadiness| earlier.
manager.cc     [all...]
manager_unittest.cc     [all...]
  /system/connectivity/shill/dbus/
chromeos_power_manager_proxy.h 55 bool ReportSuspendReadiness(int delay_id, int suspend_id) override;
chromeos_power_manager_proxy.cc 116 bool ChromeosPowerManagerProxy::ReportSuspendReadiness(int delay_id,

Completed in 132 milliseconds