Searched refs:ParsePasswordTag (Results 1 – 3 of 3) sorted by relevance
155 static string ParsePasswordTag(const string& message) { in ParsePasswordTag() function in shill::OpenVPNManagementServerTest156 return OpenVPNManagementServer::ParsePasswordTag(message); in ParsePasswordTag()393 TEST_F(OpenVPNManagementServerTest, ParsePasswordTag) { in TEST_F() argument394 EXPECT_EQ("", ParsePasswordTag("")); in TEST_F()396 ParsePasswordTag( in TEST_F()
239 string tag = ParsePasswordTag(message); in ProcessNeedPasswordMessage()276 string OpenVPNManagementServer::ParsePasswordTag(const string& message) { in ParsePasswordTag() function in shill::OpenVPNManagementServer354 if (ParsePasswordTag(message) == kPasswordTagAuth) { in ProcessFailedPasswordMessage()
141 static std::string ParsePasswordTag(const std::string& message);