Home
last modified time | relevance | path

Searched refs:L2TPIPSecDriverTest (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/vpn/
Dl2tp_ipsec_driver.h70 friend class L2TPIPSecDriverTest;
71 FRIEND_TEST(L2TPIPSecDriverTest, AppendFlag);
72 FRIEND_TEST(L2TPIPSecDriverTest, AppendValueOption);
73 FRIEND_TEST(L2TPIPSecDriverTest, Cleanup);
74 FRIEND_TEST(L2TPIPSecDriverTest, Connect);
75 FRIEND_TEST(L2TPIPSecDriverTest, DeleteTemporaryFiles);
76 FRIEND_TEST(L2TPIPSecDriverTest, Disconnect);
77 FRIEND_TEST(L2TPIPSecDriverTest, GetLogin);
78 FRIEND_TEST(L2TPIPSecDriverTest, InitEnvironment);
79 FRIEND_TEST(L2TPIPSecDriverTest, InitOptions);
[all …]
Dl2tp_ipsec_driver_unittest.cc57 class L2TPIPSecDriverTest : public testing::Test, class
60 L2TPIPSecDriverTest() in L2TPIPSecDriverTest() function in shill::L2TPIPSecDriverTest
76 virtual ~L2TPIPSecDriverTest() {} in ~L2TPIPSecDriverTest()
207 base::WeakPtrFactory<L2TPIPSecDriverTest> weak_ptr_factory_;
210 const char L2TPIPSecDriverTest::kInterfaceName[] = "ppp0";
211 const int L2TPIPSecDriverTest::kInterfaceIndex = 123;
213 void L2TPIPSecDriverTest::GetLogin(string* /*user*/, string* /*password*/) {} in GetLogin()
215 void L2TPIPSecDriverTest::Notify( in Notify()
218 void L2TPIPSecDriverTest::ExpectInFlags( in ExpectInFlags()
227 FilePath L2TPIPSecDriverTest::SetupPSKFile() { in SetupPSKFile()
[all …]