Searched defs:user (Results 276 - 300 of 439) sorted by relevance

<<1112131415161718

/external/smack/src/org/jivesoftware/smack/
H A DRoster.java37 * Represents a user's roster, which is the collection of users a person receives
40 * Others users may attempt to subscribe to this user using a subscription request. Three
265 * @param user the user. (e.g. johndoe@jabber.org)
266 * @param name the nickname of the user.
272 public void createEntry(String user, String name, String[] groups) throws XMPPException { argument
283 RosterPacket.Item item = new RosterPacket.Item(user, name);
308 presencePacket.setTo(user);
338 // Removing the user from the roster, so remove any presence information
379 // Find the list of groups that the user currentl
531 getEntry(String user) argument
546 contains(String user) argument
607 getPresence(String user) argument
699 getPresences(String user) argument
745 getPresenceMapKey(String user) argument
[all...]
H A DXMPPConnection.java74 private String user = null; field in class:XMPPConnection
81 * Flag that indicates if the user is currently authenticated with the server.
85 * Flag that indicates if the user was authenticated with the server when the connection
201 return user;
232 // Set the user.
234 this.user = response;
239 this.user = username + "@" + getServiceName();
241 this.user += "/" + resource;
280 debugger.userHasLogged(user);
303 // Set the user valu
[all...]
/external/strace/
H A Dkeyctl.c152 keyctl_chown_key(struct tcb *tcp, key_serial_t id, int user, int group) argument
157 tprintf(", %d, %d", user, group);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c156 conf->fragm_threshold = -1; /* user driver default: 2346 */
378 void hostapd_config_free_eap_user(struct hostapd_eap_user *user) argument
380 hostapd_config_free_radius_attr(user->accept_attr);
381 os_free(user->identity);
382 bin_clear_free(user->password, user->password_len);
383 os_free(user);
400 struct hostapd_eap_user *user, *prev_user; local
419 user = conf->eap_user;
420 while (user) {
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c27 static void eap_user_free(struct eap_user *user);
81 * eap_user_get - Fetch user information from the database
83 * @identity: Identity (User-Name) of the user
85 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
88 * This function is used to fetch user information for EAP. The user will be
89 * selected based on the specified identity. sm->user and
90 * sm->user_eap_method_index are updated for the new user when a matching user
96 struct eap_user *user; local
1259 eap_user_free(struct eap_user *user) argument
[all...]
H A Deap_server_mschapv2.c290 const u8 *username, *user; local
353 user = name;
356 if (user[i] == '\\') {
358 user += i + 1;
364 os_memcmp(username, user, username_len) != 0) {
365 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: Mismatch in user names");
366 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Expected user "
368 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Received user "
369 "name", user, user_len);
377 if (sm->user
[all...]
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c1002 struct eap_user *user)
1008 identity_len, phase2, user);
1009 if (user->remediation)
1000 eapol_sm_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
/external/wpa_supplicant_8/hs20/client/
H A Dest.c405 os_snprintf(name, sizeof(name), "cert-user-%u", val);
616 const char *user, const char *pw)
664 ctx->ca_fname, user, pw, client_cert, client_key,
615 est_simple_enroll(struct hs20_osu_client *ctx, const char *url, const char *user, const char *pw) argument
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c156 conf->fragm_threshold = -1; /* user driver default: 2346 */
378 void hostapd_config_free_eap_user(struct hostapd_eap_user *user) argument
380 hostapd_config_free_radius_attr(user->accept_attr);
381 os_free(user->identity);
382 bin_clear_free(user->password, user->password_len);
383 os_free(user);
400 struct hostapd_eap_user *user, *prev_user; local
419 user = conf->eap_user;
420 while (user) {
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c27 static void eap_user_free(struct eap_user *user);
81 * eap_user_get - Fetch user information from the database
83 * @identity: Identity (User-Name) of the user
85 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
88 * This function is used to fetch user information for EAP. The user will be
89 * selected based on the specified identity. sm->user and
90 * sm->user_eap_method_index are updated for the new user when a matching user
96 struct eap_user *user; local
1259 eap_user_free(struct eap_user *user) argument
[all...]
H A Deap_server_mschapv2.c290 const u8 *username, *user; local
353 user = name;
356 if (user[i] == '\\') {
358 user += i + 1;
364 os_memcmp(username, user, username_len) != 0) {
365 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: Mismatch in user names");
366 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Expected user "
368 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Received user "
369 "name", user, user_len);
377 if (sm->user
[all...]
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.c1002 struct eap_user *user)
1008 identity_len, phase2, user);
1009 if (user->remediation)
1000 eapol_sm_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c156 conf->fragm_threshold = -1; /* user driver default: 2346 */
378 void hostapd_config_free_eap_user(struct hostapd_eap_user *user) argument
380 hostapd_config_free_radius_attr(user->accept_attr);
381 os_free(user->identity);
382 bin_clear_free(user->password, user->password_len);
383 os_free(user);
400 struct hostapd_eap_user *user, *prev_user; local
419 user = conf->eap_user;
420 while (user) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c27 static void eap_user_free(struct eap_user *user);
81 * eap_user_get - Fetch user information from the database
83 * @identity: Identity (User-Name) of the user
85 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
88 * This function is used to fetch user information for EAP. The user will be
89 * selected based on the specified identity. sm->user and
90 * sm->user_eap_method_index are updated for the new user when a matching user
96 struct eap_user *user; local
1259 eap_user_free(struct eap_user *user) argument
[all...]
H A Deap_server_mschapv2.c290 const u8 *username, *user; local
353 user = name;
356 if (user[i] == '\\') {
358 user += i + 1;
364 os_memcmp(username, user, username_len) != 0) {
365 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: Mismatch in user names");
366 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Expected user "
368 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Received user "
369 "name", user, user_len);
377 if (sm->user
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.c1002 struct eap_user *user)
1008 identity_len, phase2, user);
1009 if (user->remediation)
1000 eapol_sm_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
/external/checkpolicy/test/
H A Ddismod.c416 char *user, *role, *type; local
420 user = p->p_user_val_to_name[cur->context[0].user - 1];
424 cur->u.name, cur->sid[0], user, role, type);
429 user = p->p_user_val_to_name[cur->context[0].user - 1];
433 cur->u.name, cur->sid[0], user, role, type);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc84 #include "components/user_manager/user.h"
275 // updating the user metrics above.
301 // user has visited so best clean from here as well.
419 // include origins that the user has visited, so it must be cleared.
449 // sites a user is logged into.
456 // any user action.
678 user_manager::User* user = local
680 if (!user) {
681 LOG(WARNING) << "Failed to find user for current profile.";
686 user
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc910 const user_manager::User* const user = member in class:extensions::user_manager
912 if (!user || !user->is_logged_in())
932 // Share |drive_path| in |owner_file_system| to |user->email()|.
935 user->email(),
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dsupervised_user_manager_impl.cc35 // A map from supervised user local user id to sync user id.
38 // A map from supervised user id to manager user id.
41 // A map from supervised user id to manager display name.
44 // A map from supervised user id to manager display e-mail.
63 // A map from user id to password schema id.
67 // A map from user id to password salt.
71 // A map from user i
185 const user_manager::User* user = FindByDisplayName(display_name); local
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.cc126 // reacquire the location on every user session change or browser crash.
432 user_manager::UserList::const_iterator user; local
433 for (user = users.begin(); user != users.end(); ++user) {
435 if ((*user)->GetType() != user_manager::USER_TYPE_REGULAR)
439 const std::string& email = (*user)->email();
/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
H A Deasy_unlock_private_api.cc28 #include "components/user_manager/user.h"
104 const user_manager::User* user = manager ? manager->GetActiveUser() : NULL; local
106 user ? user->display_email() : std::string();
109 // TODO(isherman): Set an appropriate user display email for non-ChromeOS
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.cc30 #include "components/user_manager/user.h"
71 const user_manager::User& user) {
73 Profile* profile = chromeos::ProfileHelper::Get()->GetProfileByUser(&user);
533 // Notify the easy unlock app that the user info changed.
70 GetForUser( const user_manager::User& user) argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.cc102 app_list::AppListViewDelegate::User user; local
103 user.name = profile_info.GetNameOfProfileAtIndex(i);
104 user.email = profile_info.GetUserNameOfProfileAtIndex(i);
105 user.profile_path = profile_info.GetPathOfProfileAtIndex(i);
106 user.active = active_profile_path == user.profile_path;
107 users->push_back(user);
623 // This avoids having the app list change shape and position as the user
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Denrollment_screen_handler.cc471 // Do not bother a user with obsessive captive portal showing. This
538 void EnrollmentScreenHandler::HandleCompleteLogin(const std::string& user) { argument
540 controller_->OnLoginDone(gaia::SanitizeEmail(user));

Completed in 585 milliseconds

<<1112131415161718