Searched refs:account_type_ (Results 1 – 10 of 10) sorted by relevance
60 account_type_(other.account_type_) {} in AccountId()65 if (account_type_ == AccountType::UNKNOWN || in operator ==()66 other.account_type_ == AccountType::UNKNOWN) in operator ==()68 if (account_type_ != other.account_type_) in operator ==()70 switch (account_type_) { in operator ==()94 account_type_ == AccountType::UNKNOWN; in empty()98 switch (account_type_) { in is_valid()113 account_type_ = AccountType::UNKNOWN; in clear()117 return account_type_; in GetAccountType()121 if (account_type_ != AccountType::GOOGLE) in GetGaiaId()[all …]
108 AccountType account_type_ = AccountType::UNKNOWN; variable
58 account_type_(other.account_type_) {} in AccountId()63 if (account_type_ == AccountType::UNKNOWN || in operator ==()64 other.account_type_ == AccountType::UNKNOWN) in operator ==()66 if (account_type_ != other.account_type_) in operator ==()68 switch (account_type_) { in operator ==()92 account_type_ == AccountType::UNKNOWN; in empty()96 switch (account_type_) { in is_valid()111 account_type_ = AccountType::UNKNOWN; in clear()115 return account_type_; in GetAccountType()119 if (account_type_ != AccountType::GOOGLE) in GetGaiaId()[all …]
804 : account_type_(account_type) { in DeviceLocalAccountManagementPolicyProvider()829 if (account_type_ == policy::DeviceLocalAccount::TYPE_PUBLIC_SESSION || in UserMayLoad()830 account_type_ == policy::DeviceLocalAccount::TYPE_SAML_PUBLIC_SESSION) { in UserMayLoad()855 } else if (account_type_ == policy::DeviceLocalAccount::TYPE_KIOSK_APP || in UserMayLoad()856 account_type_ == policy::DeviceLocalAccount::TYPE_WEB_KIOSK_APP) { in UserMayLoad()
39 const policy::DeviceLocalAccount::Type account_type_;
43 : account_type_(account_type), in ComponentActiveDirectoryPolicyRetriever()75 descriptor.set_account_type(account_type_); in RetrievePolicyForNextNamespace()
164 account_type_(account_type), in ComponentActiveDirectoryPolicyService()209 account_type_, account_id_, std::move(namespaces), in RetrievePolicies()
75 const login_manager::PolicyAccountType account_type_; variable
102 const login_manager::PolicyAccountType account_type_; variable