Home
last modified time | relevance | path

Searched refs:ConnectionTest (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dconnection.h72 FRIEND_TEST(ConnectionTest, Binder);
157 friend class ConnectionTest;
158 FRIEND_TEST(ConnectionTest, AddConfig);
159 FRIEND_TEST(ConnectionTest, AddConfigUserTrafficOnly);
160 FRIEND_TEST(ConnectionTest, Binder);
161 FRIEND_TEST(ConnectionTest, Binders);
162 FRIEND_TEST(ConnectionTest, BlackholeIPv6);
163 FRIEND_TEST(ConnectionTest, Destructor);
164 FRIEND_TEST(ConnectionTest, FixGatewayReachability);
165 FRIEND_TEST(ConnectionTest, GetCarrierConnection);
[all …]
Dconnection_unittest.cc76 class ConnectionTest : public Test { class
78 ConnectionTest() in ConnectionTest() function in shill::ConnectionTest
276 TEST_F(ConnectionTest, InitState) { in TEST_F() argument
283 TEST_F(ConnectionTest, AddConfig) { in TEST_F() argument
363 TEST_F(ConnectionTest, AddConfigUserTrafficOnly) { in TEST_F() argument
475 TEST_F(ConnectionTest, AddConfigIPv6) { in TEST_F() argument
498 TEST_F(ConnectionTest, AddConfigWithPeer) { in TEST_F() argument
526 TEST_F(ConnectionTest, AddConfigWithBrokenNetmask) { in TEST_F() argument
563 TEST_F(ConnectionTest, AddConfigReverse) { in TEST_F() argument
619 TEST_F(ConnectionTest, AddConfigWithDNSDomain) { in TEST_F() argument
[all …]
Dipconfig.h221 friend class ConnectionTest; variable