Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwake_on_wifi.cc63 const char WakeOnWiFi::kWakeOnWiFiNotSupported[] = "Wake on WiFi not supported"; member in shill::WakeOnWiFi
154 error->Populate(Error::kNotSupported, kWakeOnWiFiNotSupported); in SetWakeOnWiFiFeaturesEnabled()
155 SLOG(this, 7) << __func__ << ": " << kWakeOnWiFiNotSupported; in SetWakeOnWiFiFeaturesEnabled()
819 error->Populate(Error::kNotSupported, kWakeOnWiFiNotSupported); in AddWakeOnPacketConnection()
820 SLOG(this, 7) << __func__ << ": " << kWakeOnWiFiNotSupported; in AddWakeOnPacketConnection()
846 error->Populate(Error::kNotSupported, kWakeOnWiFiNotSupported); in RemoveWakeOnPacketConnection()
847 SLOG(this, 7) << __func__ << ": " << kWakeOnWiFiNotSupported; in RemoveWakeOnPacketConnection()
861 error->Populate(Error::kNotSupported, kWakeOnWiFiNotSupported); in RemoveAllWakeOnPacketConnections()
862 SLOG(this, 7) << __func__ << ": " << kWakeOnWiFiNotSupported; in RemoveAllWakeOnPacketConnections()
Dwake_on_wifi.h337 static const char kWakeOnWiFiNotSupported[]; variable
Dwake_on_wifi_unittest.cc3195 EXPECT_STREQ(e.message().c_str(), WakeOnWiFi::kWakeOnWiFiNotSupported); in TEST_F()
3204 EXPECT_STREQ(e.message().c_str(), WakeOnWiFi::kWakeOnWiFiNotSupported); in TEST_F()
3213 EXPECT_STREQ(e.message().c_str(), WakeOnWiFi::kWakeOnWiFiNotSupported); in TEST_F()
3268 EXPECT_STREQ(e.message().c_str(), WakeOnWiFi::kWakeOnWiFiNotSupported); in TEST_F()
3275 EXPECT_STREQ(e.message().c_str(), WakeOnWiFi::kWakeOnWiFiNotSupported); in TEST_F()