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

  /system/firewalld/
iptables_unittest.cc 191 const std::vector<std::string> usernames = {"testuser0", "testuser1"}; local
199 EXPECT_CALL(mock_iptables, ApplyMarkForUserTraffic(usernames[0], add))
201 EXPECT_CALL(mock_iptables, ApplyMarkForUserTraffic(usernames[1], add))
208 mock_iptables.ApplyVpnSetup(usernames, interface, add));
212 const std::vector<std::string> usernames = {"testuser0", "testuser1"}; local
223 ApplyMarkForUserTraffic(usernames[0], add))
227 ApplyMarkForUserTraffic(usernames[1], add))
240 ApplyMarkForUserTraffic(usernames[0], remove))
244 ApplyMarkForUserTraffic(usernames[1], remove))
252 mock_iptables.ApplyVpnSetup(usernames, interface, add))
256 const std::vector<std::string> usernames = {"testuser0", "testuser1"}; local
285 const std::vector<std::string> usernames = {"testuser0", "testuser1"}; local
303 const std::vector<std::string> usernames = {"testuser0", "testuser1"}; local
327 const std::vector<std::string> usernames = {"testuser0", "testuser1"}; local
    [all...]
iptables.h 47 bool RequestVpnSetup(const std::vector<std::string>& usernames,
49 bool RemoveVpnSetup(const std::vector<std::string>& usernames,
89 bool ApplyVpnSetup(const std::vector<std::string>& usernames,
iptables.cc 128 bool IpTables::RequestVpnSetup(const std::vector<std::string>& usernames,
130 return ApplyVpnSetup(usernames, interface, true /* add */);
133 bool IpTables::RemoveVpnSetup(const std::vector<std::string>& usernames,
135 return ApplyVpnSetup(usernames, interface, false /* delete */);
263 bool IpTables::ApplyVpnSetup(const std::vector<std::string>& usernames,
285 for (const auto& username : usernames) {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
UserCommandHandler.java 46 private List usernames = new ArrayList(); field in class:UserCommandHandler
59 usernames.add(command.getRequiredString(0));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
test_table.py     [all...]
  /external/opencv3/3rdparty/jinja2/
filters.py 804 of users but you are only interested in a list of usernames:

Completed in 2578 milliseconds