Searched refs:ReportSuspendReadiness (Results 1 - 12 of 12) sorted by relevance

/system/connectivity/shill/
H A Dpower_manager_proxy_stub.cc36 bool PowerManagerProxyStub::ReportSuspendReadiness(int /*delay_id*/, function in class:shill::PowerManagerProxyStub
H A Dmock_power_manager.h37 MOCK_METHOD0(ReportSuspendReadiness, bool());
H A Dpower_manager_proxy_stub.h39 bool ReportSuspendReadiness(int delay_id, int suspend_id) override;
H A Dmock_power_manager_proxy.h39 MOCK_METHOD2(ReportSuspendReadiness, bool(int delay_id, int suspend_id));
H A Dpower_manager_proxy_interface.h53 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()
H A Dpower_manager_unittest.cc140 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());
H A Dpower_manager.cc94 bool PowerManager::ReportSuspendReadiness() { function in class:shill::PowerManager
100 return power_manager_proxy_->ReportSuspendReadiness(suspend_delay_id_,
H A Dpower_manager.h41 // 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.
H A Dmanager.cc1725 power_manager_->ReportSuspendReadiness();
H A Dmanager_unittest.cc3267 EXPECT_CALL(*power_manager_, ReportSuspendReadiness());
3291 EXPECT_CALL(*power_manager_, ReportSuspendReadiness());
/system/connectivity/shill/dbus/
H A Dchromeos_power_manager_proxy.h55 bool ReportSuspendReadiness(int delay_id, int suspend_id) override;
H A Dchromeos_power_manager_proxy.cc116 bool ChromeosPowerManagerProxy::ReportSuspendReadiness(int delay_id, function in class:shill::ChromeosPowerManagerProxy

Completed in 495 milliseconds