OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PerformAuthentication
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/vpn/
openvpn_management_server.h
79
FRIEND_TEST(OpenVPNManagementServerTest,
PerformAuthentication
);
123
void
PerformAuthentication
(const std::string& tag);
openvpn_management_server_unittest.cc
437
server_.
PerformAuthentication
("Auth");
439
server_.
PerformAuthentication
("Auth");
442
TEST_F(OpenVPNManagementServerTest,
PerformAuthentication
) {
444
server_.
PerformAuthentication
("Auth");
openvpn_management_server.cc
244
PerformAuthentication
(tag);
320
void OpenVPNManagementServer::
PerformAuthentication
(const string& tag) {
Completed in 106 milliseconds