Searched refs:OnDarkResume (Results 1 - 14 of 14) sorted by last modified time

/system/connectivity/shill/
H A Ddevice.cc517 void Device::OnDarkResume(const ResultCallback& callback) { function in class:shill::Device
H A Ddevice.h301 virtual void OnDarkResume(const ResultCallback& callback);
H A Dmanager.cc1718 device->OnDarkResume(aggregator_callback);
H A Dmanager_unittest.cc3273 EXPECT_CALL(*mock_devices_[0].get(), OnDarkResume(_));
3274 EXPECT_CALL(*mock_devices_[1].get(), OnDarkResume(_));
3275 EXPECT_CALL(*mock_devices_[2].get(), OnDarkResume(_));
H A Dmock_device.h70 MOCK_METHOD1(OnDarkResume, void(const ResultCallback& callback));
H A Dservice.cc1230 void Service::OnDarkResume() { function in class:shill::Service
H A Dservice.h491 virtual void OnDarkResume();
/system/connectivity/shill/wifi/
H A Dmock_wake_on_wifi.h44 MOCK_METHOD6(OnDarkResume,
H A Dwake_on_wifi.cc1286 void WakeOnWiFi::OnDarkResume( function in class:shill::WakeOnWiFi
H A Dwake_on_wifi.h94 // OnDarkResume
132 // OnDarkResume before suspending.
263 virtual void OnDarkResume(
H A Dwake_on_wifi_unittest.cc800 void OnDarkResume(bool is_connected, function in class:shill::WakeOnWiFiTest
810 wake_on_wifi_->OnDarkResume(
2316 OnDarkResume(is_connected, whitelist);
2325 OnDarkResume(is_connected, whitelist);
2332 // Test that correct actions are taken if we enter OnDarkResume on an
2345 OnDarkResume(is_connected, whitelist);
2358 // Test that correct actions are taken if we enter OnDarkResume on an
2371 OnDarkResume(is_connected, whitelist);
2383 // Test that correct actions are taken if we enter OnDarkResume on an
2398 OnDarkResume(is_connecte
[all...]
H A Dwifi.cc1866 void WiFi::OnDarkResume(const ResultCallback& callback) { function in class:shill::WiFi
1874 wake_on_wifi_->OnDarkResume(
H A Dwifi.h153 void OnDarkResume(const ResultCallback& callback) override;
H A Dwifi_unittest.cc1159 void OnDarkResume() { function in class:shill::WiFiObjectTest
1162 wifi_->OnDarkResume(callback);
4432 OnDarkResume(IsConnectedToCurrentService(), _, _, _, _, _));
4434 OnDarkResume();
4438 OnDarkResume(IsConnectedToCurrentService(), _, _, _, _, _))
4441 OnDarkResume();

Completed in 198 milliseconds