Home
last modified time | relevance | path

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

/external/cros/system_api/dbus/login_manager/
Dpolicy_descriptor.proto11 // Specifies the account type that the |account_id| in PolicyDescriptor
14 // |account_id| must be empty. Policy is stored in a device-wide root-owned
18 // |account_id| references a user account. Policy is stored on the user's
22 // |account_id| references a user account where the user session hasn't been
27 // |account_id| references a device local account. Policy is stored in a
28 // device-wide root-owned location in a folder that depends on |account_id|.
55 // The pair (|account_type|, |account_id|) determines the account for policy
59 // The meaning of |account_id| depends on |account_type|, see
61 optional string account_id = 2; field
Darc.proto46 required string account_id = 1; field
/external/autotest/client/common_lib/cros/
Dauthpolicy.py141 def authenticate_user(self, user_principal_name, account_id, password): argument
161 if account_id:
162 request.account_id = account_id
175 def refresh_user_policy(self, account_id): argument
186 dbus.String(account_id),
Dsession_manager.py41 def make_user_policy_descriptor(account_id): argument
54 descriptor.account_id = account_id
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto112 optional string account_id = 1; field
222 optional string account_id = 2; field
232 optional string account_id = 2; field
/external/libcups/cups/
Dppd-private.h144 account_id, /* cupsJobAccountId value */ member
Dppd-cache.c121 if (pc->account_id) in _cupsConvertOptions()
904 pc->account_id = !_cups_strcasecmp(value, "true"); in _ppdCacheCreateWithFile()
1897 pc->account_id = !_cups_strcasecmp(ppd_attr->value, "true"); in _ppdCacheCreateWithPPD()
2960 cupsFilePrintf(fp, "JobAccountId %s\n", pc->account_id ? "true" : "false"); in _ppdCacheWriteFile()
/external/autotest/client/cros/
Dcryptohome.py756 acc.account_id = user
808 acc.account_id = user
/external/python/oauth2client/tests/contrib/
Dtest_appengine.py180 account_id = "service_account_name_2@appspot.com"
186 scope, service_account_id=account_id)
193 [scope], service_account_id=account_id)
/external/libbrillo/policy/
Ddevice_policy_impl.cc596 if (account.account_id() != local_accounts.auto_login_id()) in GetAutoLaunchedKioskAppId()
/external/cros/system_api/dbus/cryptohome/
Drpc.proto70 optional string account_id = 2; field
/external/libcups/scheduler/
Dprinters.c3977 if (p->pc && p->pc->account_id) in load_ppd()