Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmock_wake_on_wifi.h37 MOCK_METHOD7(OnBeforeSuspend,
Dwake_on_wifi_unittest.cc784 void OnBeforeSuspend(bool is_connected, in OnBeforeSuspend() function in shill::WakeOnWiFiTest
794 wake_on_wifi_->OnBeforeSuspend(is_connected, ssid_whitelist, done_callback, in OnBeforeSuspend()
2250 OnBeforeSuspend(true, whitelist, true, 0); in TEST_F()
2258 OnBeforeSuspend(true, whitelist, true, 0); in TEST_F()
2266 OnBeforeSuspend(true, whitelist, true, 0); in TEST_F()
2281 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease, in TEST_F()
2289 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease, in TEST_F()
2298 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease, in TEST_F()
2307 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease, in TEST_F()
3224 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease, in TEST_F()
[all …]
Dwake_on_wifi.h240 virtual void OnBeforeSuspend(
Dwifi.h151 void OnBeforeSuspend(const ResultCallback& callback) override;
Dwifi_unittest.cc1154 void OnBeforeSuspend() { in OnBeforeSuspend() function in shill::WiFiObjectTest
1157 wifi_->OnBeforeSuspend(callback); in OnBeforeSuspend()
1924 OnBeforeSuspend(); in TEST_F()
1936 OnBeforeSuspend(); in TEST_F()
4417 OnBeforeSuspend(IsConnectedToCurrentService(), _, _, _, _, _, _)); in TEST_F()
4419 OnBeforeSuspend(); in TEST_F()
4423 OnBeforeSuspend(IsConnectedToCurrentService(), _, _, _, _, _, _)) in TEST_F()
4426 OnBeforeSuspend(); in TEST_F()
Dwifi.cc1844 void WiFi::OnBeforeSuspend(const ResultCallback& callback) { in OnBeforeSuspend() function in shill::WiFi
1856 wake_on_wifi_->OnBeforeSuspend( in OnBeforeSuspend()
Dwake_on_wifi.cc1238 void WakeOnWiFi::OnBeforeSuspend( in OnBeforeSuspend() function in shill::WakeOnWiFi
/system/connectivity/shill/
Dmock_device.h69 MOCK_METHOD1(OnBeforeSuspend, void(const ResultCallback& callback));
Ddevice.h284 virtual void OnBeforeSuspend(const ResultCallback& callback);
Dmanager_unittest.cc3196 EXPECT_CALL(*mock_devices_[0], OnBeforeSuspend(_)); in TEST_F()
3256 EXPECT_CALL(*mock_devices_[0].get(), OnBeforeSuspend(_)); in TEST_F()
3257 EXPECT_CALL(*mock_devices_[1].get(), OnBeforeSuspend(_)); in TEST_F()
3258 EXPECT_CALL(*mock_devices_[2].get(), OnBeforeSuspend(_)); in TEST_F()
Ddevice.cc497 void Device::OnBeforeSuspend(const ResultCallback& callback) { in OnBeforeSuspend() function in shill::Device
Dmanager.cc1686 device->OnBeforeSuspend(aggregator_callback); in OnSuspendImminent()
/system/connectivity/shill/cellular/
Dcellular.cc489 void Cellular::OnBeforeSuspend(const ResultCallback& callback) { in OnBeforeSuspend() function in shill::Cellular
983 OnBeforeSuspend(Bind(&Cellular::OnTerminationCompleted, in StartTermination()
Dcellular.h201 void OnBeforeSuspend(const ResultCallback& callback) override;
Dcellular_unittest.cc1753 device_->OnBeforeSuspend(ResultCallback()); in TEST_F()