Searched refs:SetEapPassword (Results 1 – 3 of 3) sorted by relevance
134 bool SetEapPassword(const string& password, Error* error) { in SetEapPassword() function in shill::EapCredentialsTest135 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()
167 bool SetEapPassword(const std::string& password, Error* error);
197 &EapCredentials::SetEapPassword, in InitPropertyStore()463 bool EapCredentials::SetEapPassword(const string& password, Error* /*error*/) { in SetEapPassword() function in shill::EapCredentials