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

  /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));
  /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...]

Completed in 48 milliseconds