Home
last modified time | relevance | path

Searched refs:IsConnectedToCurrentService (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi.cc1850 << (IsConnectedToCurrentService() ? "connected" : "not connected"); in OnBeforeSuspend()
1857 IsConnectedToCurrentService(), in OnBeforeSuspend()
1872 << (IsConnectedToCurrentService() ? "connected" : "not connected"); in OnDarkResume()
1875 IsConnectedToCurrentService(), in OnDarkResume()
1885 << (IsConnectedToCurrentService() ? "connected" : "not connected"); in OnAfterResume()
1904 if (!IsConnectedToCurrentService()) { in OnAfterResume()
2693 if (!IsConnectedToCurrentService()) { in RequestStationInfo()
2740 if (!IsConnectedToCurrentService()) { in OnReceivedStationInfo()
2941 if (!IsConnectedToCurrentService()) { in OnIPv6ConfigUpdated()
2953 bool WiFi::IsConnectedToCurrentService() { in IsConnectedToCurrentService() function in shill::WiFi
[all …]
Dwifi.h583 bool IsConnectedToCurrentService();
Dwifi_unittest.cc1275 bool IsConnectedToCurrentService() { in IsConnectedToCurrentService() function in shill::WiFiObjectTest
1276 return wifi_->IsConnectedToCurrentService(); in IsConnectedToCurrentService()
3428 ReportConnectedToServiceAfterWake(IsConnectedToCurrentService())); in TEST_F()
4417 OnBeforeSuspend(IsConnectedToCurrentService(), _, _, _, _, _, _)); in TEST_F()
4423 OnBeforeSuspend(IsConnectedToCurrentService(), _, _, _, _, _, _)) in TEST_F()
4432 OnDarkResume(IsConnectedToCurrentService(), _, _, _, _, _)); in TEST_F()
4438 OnDarkResume(IsConnectedToCurrentService(), _, _, _, _, _)) in TEST_F()