/system/connectivity/shill/wifi/ |
D | mock_wake_on_wifi.h | 37 MOCK_METHOD7(OnBeforeSuspend,
|
D | wake_on_wifi_unittest.cc | 784 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 …]
|
D | wake_on_wifi.h | 240 virtual void OnBeforeSuspend(
|
D | wifi.h | 151 void OnBeforeSuspend(const ResultCallback& callback) override;
|
D | wifi_unittest.cc | 1154 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()
|
D | wifi.cc | 1844 void WiFi::OnBeforeSuspend(const ResultCallback& callback) { in OnBeforeSuspend() function in shill::WiFi 1856 wake_on_wifi_->OnBeforeSuspend( in OnBeforeSuspend()
|
D | wake_on_wifi.cc | 1238 void WakeOnWiFi::OnBeforeSuspend( in OnBeforeSuspend() function in shill::WakeOnWiFi
|
/system/connectivity/shill/ |
D | mock_device.h | 69 MOCK_METHOD1(OnBeforeSuspend, void(const ResultCallback& callback));
|
D | device.h | 284 virtual void OnBeforeSuspend(const ResultCallback& callback);
|
D | manager_unittest.cc | 3196 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()
|
D | device.cc | 497 void Device::OnBeforeSuspend(const ResultCallback& callback) { in OnBeforeSuspend() function in shill::Device
|
D | manager.cc | 1686 device->OnBeforeSuspend(aggregator_callback); in OnSuspendImminent()
|
/system/connectivity/shill/cellular/ |
D | cellular.cc | 489 void Cellular::OnBeforeSuspend(const ResultCallback& callback) { in OnBeforeSuspend() function in shill::Cellular 983 OnBeforeSuspend(Bind(&Cellular::OnTerminationCompleted, in StartTermination()
|
D | cellular.h | 201 void OnBeforeSuspend(const ResultCallback& callback) override;
|
D | cellular_unittest.cc | 1753 device_->OnBeforeSuspend(ResultCallback()); in TEST_F()
|