Home
last modified time | relevance | path

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

/system/connectivity/shill/vpn/
Dopenvpn_driver_unittest.cc249 void ExpectNotInFlags(const vector<vector<string>>& options,
315 void OpenVPNDriverTest::ExpectNotInFlags(const vector<vector<string>>& options, in ExpectNotInFlags() function in shill::OpenVPNDriverTest
752 ExpectNotInFlags(options, "auth-user-pass"); in TEST_F()
875 ExpectNotInFlags(options, "key"); in TEST_F()
876 ExpectNotInFlags(options, "cert"); in TEST_F()
882 ExpectNotInFlags(options, "auth-user-pass"); in TEST_F()
883 ExpectNotInFlags(options, "key"); in TEST_F()
890 ExpectNotInFlags(options, "auth-user-pass"); in TEST_F()
916 ExpectNotInFlags(options, "key"); in TEST_F()
917 ExpectNotInFlags(options, "cert"); in TEST_F()
[all …]