Searched refs:account_id (Results 1 – 8 of 8) sorted by relevance
/external/cros/system_api/dbus/login_manager/ |
D | policy_descriptor.proto | 11 // 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
|
D | arc.proto | 28 optional string account_id = 1; field 39 // read an actual user's /data. |account_id|, |skip_boot_completed_broadcast|, 80 required string account_id = 1; field
|
/external/autotest/client/common_lib/cros/ |
D | authpolicy.py | 127 def authenticate_user(self, user_principal_name, account_id, password): argument 147 if account_id: 148 request.account_id = account_id 161 def refresh_user_policy(self, account_id): argument 172 dbus.String(account_id),
|
/external/cros/system_api/dbus/authpolicy/ |
D | active_directory_info.proto | 108 optional string account_id = 1; field 219 optional string account_id = 2; field 229 optional string account_id = 2; field
|
/external/libcups/cups/ |
D | ppd-private.h | 155 account_id, /* cupsJobAccountId value */ member
|
D | ppd-cache.c | 121 if (pc->account_id) in _cupsConvertOptions() 876 pc->account_id = !_cups_strcasecmp(value, "true"); in _ppdCacheCreateWithFile() 1824 pc->account_id = !_cups_strcasecmp(ppd_attr->value, "true"); in _ppdCacheCreateWithPPD() 2890 cupsFilePrintf(fp, "AccountId %s\n", pc->account_id ? "true" : "false"); in _ppdCacheWriteFile()
|
/external/libbrillo/policy/ |
D | device_policy_impl.cc | 430 if (account.account_id() != local_accounts.auto_login_id()) in GetAutoLaunchedKioskAppId()
|
/external/cros/system_api/dbus/cryptohome/ |
D | rpc.proto | 68 optional string account_id = 2; field
|