Home
last modified time | relevance | path

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

/system/connectivity/shill/
Deap_credentials_unittest.cc134 bool SetEapPassword(const string& password, Error* error) { in SetEapPassword() function in shill::EapCredentialsTest
135 return eap_.SetEapPassword(password, error); in SetEapPassword()
564 EXPECT_TRUE(SetEapPassword(kPassword, &error)); in TEST_F()
567 EXPECT_FALSE(SetEapPassword(kPassword, &error)); in TEST_F()
Deap_credentials.h167 bool SetEapPassword(const std::string& password, Error* error);
Deap_credentials.cc197 &EapCredentials::SetEapPassword, in InitPropertyStore()
463 bool EapCredentials::SetEapPassword(const string& password, Error* /*error*/) { in SetEapPassword() function in shill::EapCredentials