Searched refs:OnBeforeSuspend (Results 1 - 15 of 15) sorted by relevance

/system/connectivity/shill/wifi/
H A Dmock_wake_on_wifi.h37 MOCK_METHOD7(OnBeforeSuspend,
H A Dwake_on_wifi.h79 // OnBeforeSuspend
131 // to Manager. This is the common "exit path" taken by OnBeforeSuspend and
200 // suspends, in |OnBeforeSuspend|.
204 // suspends, in |OnBeforeSuspend|.
209 // suspends, in |OnBeforeSuspend|.
240 virtual void OnBeforeSuspend(
H A Dwifi.h151 void OnBeforeSuspend(const ResultCallback& callback) override;
H A Dwake_on_wifi_unittest.cc784 void OnBeforeSuspend(bool is_connected, function in class:shill::WakeOnWiFiTest
794 wake_on_wifi_->OnBeforeSuspend(is_connected, ssid_whitelist, done_callback,
2250 OnBeforeSuspend(true, whitelist, true, 0);
2258 OnBeforeSuspend(true, whitelist, true, 0);
2266 OnBeforeSuspend(true, whitelist, true, 0);
2281 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease,
2289 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease,
2298 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease,
2307 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease,
3224 OnBeforeSuspend(is_connecte
[all...]
H A Dwifi_unittest.cc1154 void OnBeforeSuspend() { function in class:shill::WiFiObjectTest
1157 wifi_->OnBeforeSuspend(callback);
1924 OnBeforeSuspend();
1936 OnBeforeSuspend();
4417 OnBeforeSuspend(IsConnectedToCurrentService(), _, _, _, _, _, _));
4419 OnBeforeSuspend();
4423 OnBeforeSuspend(IsConnectedToCurrentService(), _, _, _, _, _, _))
4426 OnBeforeSuspend();
H A Dwifi.cc1844 void WiFi::OnBeforeSuspend(const ResultCallback& callback) { function in class:shill::WiFi
1856 wake_on_wifi_->OnBeforeSuspend(
H A Dwake_on_wifi.cc1238 void WakeOnWiFi::OnBeforeSuspend( function in class:shill::WakeOnWiFi
/system/connectivity/shill/
H A Dmock_device.h69 MOCK_METHOD1(OnBeforeSuspend, void(const ResultCallback& callback));
H A Ddevice.h280 // Manager::AddTerminationAction, rather than OnBeforeSuspend.
284 virtual void OnBeforeSuspend(const ResultCallback& callback);
H A Ddevice.cc497 void Device::OnBeforeSuspend(const ResultCallback& callback) { function in class:shill::Device
H A Dmanager_unittest.cc3196 EXPECT_CALL(*mock_devices_[0], OnBeforeSuspend(_));
3256 EXPECT_CALL(*mock_devices_[0].get(), OnBeforeSuspend(_));
3257 EXPECT_CALL(*mock_devices_[1].get(), OnBeforeSuspend(_));
3258 EXPECT_CALL(*mock_devices_[2].get(), OnBeforeSuspend(_));
H A Dmanager.cc1686 device->OnBeforeSuspend(aggregator_callback);
/system/connectivity/shill/cellular/
H A Dcellular.h201 void OnBeforeSuspend(const ResultCallback& callback) override;
H A Dcellular.cc489 void Cellular::OnBeforeSuspend(const ResultCallback& callback) { function in class:shill::Cellular
983 OnBeforeSuspend(Bind(&Cellular::OnTerminationCompleted,
H A Dcellular_unittest.cc1753 device_->OnBeforeSuspend(ResultCallback());

Completed in 142 milliseconds