Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/policy/
Denterprise_install_attributes.cc10 static const char kAttrEnterpriseOwned[] = "enterprise.owned"; variable
48 if (!cryptohome_->InstallAttributesSet(kAttrEnterpriseOwned, "true") || in LockDevice()
101 if (cryptohome_->InstallAttributesGet(kAttrEnterpriseOwned, in ReadImmutableAttributes()
/external/chromium_org/chrome/browser/chromeos/policy/
Denterprise_install_attributes.cc85 const char EnterpriseInstallAttributes::kAttrEnterpriseOwned[] = member in policy::EnterpriseInstallAttributes
164 kAttrEnterpriseOwned, in ReadAttributesIfReady()
261 if (!cryptohome_util::InstallAttributesSet(kAttrEnterpriseOwned, "true") || in LockDeviceIfAttributesIsReady()
340 if (ReadMapKey(attr_map, kAttrEnterpriseOwned, &enterprise_owned) && in DecodeInstallAttributes()
Denterprise_install_attributes.h49 static const char kAttrEnterpriseOwned[]; variable
Denterprise_install_attributes_unittest.cc213 EnterpriseInstallAttributes::kAttrEnterpriseOwned, "true")); in TEST_F()
231 EnterpriseInstallAttributes::kAttrEnterpriseOwned, "true"); in TEST_F()
Ddevice_policy_cros_browser_test.cc41 attribute->set_name(EnterpriseInstallAttributes::kAttrEnterpriseOwned); in MarkAsEnterpriseOwned()