HomeSort by relevance Sort by last modified time
    Searched refs:OpenVPNDriverTest (Results 1 - 4 of 4) sorted by null

  /system/connectivity/shill/vpn/
openvpn_driver.h 135 friend class OpenVPNDriverTest;
136 FRIEND_TEST(OpenVPNDriverTest, ClaimInterface);
137 FRIEND_TEST(OpenVPNDriverTest, Cleanup);
138 FRIEND_TEST(OpenVPNDriverTest, Connect);
139 FRIEND_TEST(OpenVPNDriverTest, ConnectTunnelFailure);
140 FRIEND_TEST(OpenVPNDriverTest, Disconnect);
141 FRIEND_TEST(OpenVPNDriverTest, GetEnvironment);
142 FRIEND_TEST(OpenVPNDriverTest, GetRouteOptionEntry);
143 FRIEND_TEST(OpenVPNDriverTest, InitCAOptions);
144 FRIEND_TEST(OpenVPNDriverTest, InitCertificateVerifyOptions)
    [all...]
openvpn_driver_unittest.cc 101 class OpenVPNDriverTest
105 OpenVPNDriverTest()
128 virtual ~OpenVPNDriverTest() {}
277 const char OpenVPNDriverTest::kOption[] = "openvpn-option";
278 const char OpenVPNDriverTest::kProperty[] = "OpenVPN.SomeProperty";
279 const char OpenVPNDriverTest::kValue[] = "some-property-value";
280 const char OpenVPNDriverTest::kOption2[] = "openvpn-option2";
281 const char OpenVPNDriverTest::kProperty2[] = "OpenVPN.SomeProperty2";
282 const char OpenVPNDriverTest::kValue2[] = "some-property-value2";
283 const char OpenVPNDriverTest::kGateway1[] = "10.242.2.13"
    [all...]
openvpn_management_server.h 72 friend class OpenVPNDriverTest;
  /system/connectivity/shill/
device.h 677 friend class OpenVPNDriverTest;
    [all...]

Completed in 8343 milliseconds