Home
last modified time | relevance | path

Searched refs:kAttrEnterpriseUser (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/policy/
Denterprise_install_attributes.cc11 static const char kAttrEnterpriseUser[] = "enterprise.user"; variable
49 !cryptohome_->InstallAttributesSet(kAttrEnterpriseUser, user)) { in LockDevice()
103 cryptohome_->InstallAttributesGet(kAttrEnterpriseUser, in ReadImmutableAttributes()
/external/chromium_org/chrome/browser/chromeos/policy/
Denterprise_install_attributes.cc87 const char EnterpriseInstallAttributes::kAttrEnterpriseUser[] = member in policy::EnterpriseInstallAttributes
165 kAttrEnterpriseUser, in ReadAttributesIfReady()
262 !cryptohome_util::InstallAttributesSet(kAttrEnterpriseUser, in LockDeviceIfAttributesIsReady()
341 ReadMapKey(attr_map, kAttrEnterpriseUser, &enterprise_user) && in DecodeInstallAttributes()
Denterprise_install_attributes.h50 static const char kAttrEnterpriseUser[]; variable
Denterprise_install_attributes_unittest.cc215 EnterpriseInstallAttributes::kAttrEnterpriseUser, kTestUser)); in TEST_F()
233 EnterpriseInstallAttributes::kAttrEnterpriseUser, kTestUser); in TEST_F()
Ddevice_policy_cros_browser_test.cc45 attribute->set_name(EnterpriseInstallAttributes::kAttrEnterpriseUser); in MarkAsEnterpriseOwned()