OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParsePasswordTag
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/vpn/
openvpn_management_server_unittest.cc
155
static string
ParsePasswordTag
(const string& message) {
156
return OpenVPNManagementServer::
ParsePasswordTag
(message);
393
TEST_F(OpenVPNManagementServerTest,
ParsePasswordTag
) {
394
EXPECT_EQ("",
ParsePasswordTag
(""));
396
ParsePasswordTag
(
openvpn_management_server.cc
239
string tag =
ParsePasswordTag
(message);
276
string OpenVPNManagementServer::
ParsePasswordTag
(const string& message) {
354
if (
ParsePasswordTag
(message) == kPasswordTagAuth) {
openvpn_management_server.h
138
//
ParsePasswordTag
parses AUTH_TYPE out of a password |message| and returns
141
static std::string
ParsePasswordTag
(const std::string& message);
Completed in 40 milliseconds