Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dpower_manager_unittest.cc140 ReportSuspendReadiness(delay_id, suspend_id)) in AddProxyExpectationForReportSuspendReadiness()
267 EXPECT_FALSE(power_manager_.ReportSuspendReadiness()); in TEST_F()
299 EXPECT_CALL(*power_manager_proxy_, ReportSuspendReadiness(_, _)).Times(0); in TEST_F()
300 EXPECT_FALSE(power_manager_.ReportSuspendReadiness()); in TEST_F()
307 EXPECT_CALL(*power_manager_proxy_, ReportSuspendReadiness(_, _)) in TEST_F()
311 &power_manager_, &PowerManager::ReportSuspendReadiness))); in TEST_F()
363 EXPECT_TRUE(power_manager_.ReportSuspendReadiness()); in TEST_F()
Dpower_manager.cc94 bool PowerManager::ReportSuspendReadiness() { in ReportSuspendReadiness() function in shill::PowerManager
100 return power_manager_proxy_->ReportSuspendReadiness(suspend_delay_id_, in ReportSuspendReadiness()
Dpower_manager_proxy_stub.cc36 bool PowerManagerProxyStub::ReportSuspendReadiness(int /*delay_id*/, in ReportSuspendReadiness() function in shill::PowerManagerProxyStub
Dmock_power_manager.h37 MOCK_METHOD0(ReportSuspendReadiness, bool());
Dpower_manager_proxy_stub.h39 bool ReportSuspendReadiness(int delay_id, int suspend_id) override;
Dmock_power_manager_proxy.h39 MOCK_METHOD2(ReportSuspendReadiness, bool(int delay_id, int suspend_id));
Dpower_manager_proxy_interface.h53 virtual bool ReportSuspendReadiness(int delay_id, int suspend_id) = 0;
Dpower_manager.h86 virtual bool ReportSuspendReadiness();
Dmanager.cc1725 power_manager_->ReportSuspendReadiness(); in OnSuspendActionsComplete()
Dmanager_unittest.cc3267 EXPECT_CALL(*power_manager_, ReportSuspendReadiness()); in TEST_F()
3291 EXPECT_CALL(*power_manager_, ReportSuspendReadiness()); in TEST_F()
/system/connectivity/shill/dbus/
Dchromeos_power_manager_proxy.h55 bool ReportSuspendReadiness(int delay_id, int suspend_id) override;
Dchromeos_power_manager_proxy.cc116 bool ChromeosPowerManagerProxy::ReportSuspendReadiness(int delay_id, in ReportSuspendReadiness() function in shill::ChromeosPowerManagerProxy