Searched refs:registration_domain_ (Results 1 – 3 of 3) sorted by relevance
199 (!registration_domain_.empty() && domain == registration_domain_) ? in LockDevice()321 return registration_domain_; in GetDomain()354 if (ReadMapKey(attr_map, kAttrEnterpriseDomain, ®istration_domain_)) in DecodeInstallAttributes()355 registration_domain_ = gaia::CanonicalizeDomain(registration_domain_); in DecodeInstallAttributes()357 registration_domain_ = gaia::ExtractDomainName(registration_user_); in DecodeInstallAttributes()
19 registration_domain_ = domain; in SetDomain()
103 std::string registration_domain_; variable