/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/autotest/client/site_tests/login_MultipleSessions/ |
control | 18 different usernames, and ensure those calls succeed.
|
/system/firewalld/dbus_bindings/ |
org.chromium.Firewalld.dbus-xml | 29 <arg type="as" name="usernames" direction="in" /> 35 <arg type="as" name="usernames" direction="in" />
|
/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/selinux/policycoreutils/semanage/ |
semanage.8 | 49 from policy sources. This includes the mapping from Linux usernames 56 mapping from Linux usernames (logins) to SELinux user identities,
|
/libcore/ojluni/src/main/java/javax/security/auth/callback/ |
package.html | 34 information (authentication data including usernames
|
Callback.java | 33 * authentication data such as usernames and passwords, or to display
|
CallbackHandler.java | 32 * such as usernames and passwords, or to display certain information,
|
/development/scripts/ |
add-accounts | 18 A faux Setup Wizard. Stuffs one or two usernames + passwords into the
|
add-accounts-sdk | 18 A faux Setup Wizard. Stuffs one or two usernames + passwords into the
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
grantip.py | 81 Grant roles or usernames based on IP addresses.
|
/external/ppp/pppd/plugins/radius/etc/ |
radiusclient.conf | 63 # default authentication realm to append to all usernames if no
|
radiusclient.conf.in | 63 # default authentication realm to append to all usernames if no
|
/external/ppp/pppd/ |
srp-entry.8 | 55 Usernames, passwords and IP addresses for SRP authentication. This
|
/external/autotest/client/site_tests/security_StatefulPermissions/ |
security_StatefulPermissions.py | 164 a set of usernames (possibly the empty set). 196 be obtained by each of the privilege levels (usernames)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/ |
test_table.py | [all...] |
/development/samples/SampleSyncAdapter/res/values/ |
strings.xml | 38 name="permdesc_samplesyncadapterAuth">Allows applications to see the usernames (email addresses) of
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 46 We actually accept any and all usernames that start with this 49 usernames.
|
/external/autotest/scheduler/ |
drones.py | 28 * allowed_users: set of usernames allowed to use this drone. if None,
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
HashLoginService.java | 96 * Load realm users from properties file. The property file maps usernames to password specs followed by an optional comma separated list of role names.
|
/frameworks/base/docs/html/guide/topics/data/ |
testingbackup.jd | 64 sensitive data, such as usernames and passwords.
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
LogUtil.java | 254 * various strings (e.g., usernames) with default logging to avoid leaking PII in logcat.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
smbno.h | 79 #define ERRrmuns 87 /* too many remote usernames */
|