HomeSort by relevance Sort by last modified time
    Searched refs:InstallAttributesSet (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chromeos/cryptohome/
cryptohome_util.h 28 CHROMEOS_EXPORT bool InstallAttributesSet(const std::string& name,
cryptohome_util.cc 50 bool InstallAttributesSet(
55 InstallAttributesSet(name, buf, &success);
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 216 if (!cryptohome_util::InstallAttributesSet(kAttrConsumerKioskEnabled,
225 if (!cryptohome_util::InstallAttributesSet(kAttrEnterpriseOwned, "true") ||
226 !cryptohome_util::InstallAttributesSet(kAttrEnterpriseUser,
228 !cryptohome_util::InstallAttributesSet(kAttrEnterpriseDomain,
230 !cryptohome_util::InstallAttributesSet(kAttrEnterpriseMode, mode) ||
231 !cryptohome_util::InstallAttributesSet(kAttrEnterpriseDeviceId,
enterprise_install_attributes_unittest.cc 219 ASSERT_TRUE(cryptohome_util::InstallAttributesSet(
221 ASSERT_TRUE(cryptohome_util::InstallAttributesSet(
275 ASSERT_TRUE(cryptohome_util::InstallAttributesSet(
277 ASSERT_TRUE(cryptohome_util::InstallAttributesSet(
device_cloud_policy_store_chromeos_unittest.cc 109 chromeos::cryptohome_util::InstallAttributesSet("enterprise.owned",
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 84 MOCK_METHOD3(InstallAttributesSet,
cryptohome_client.h 252 // Calls InstallAttributesSet method and returns true when the call succeeds.
254 virtual bool InstallAttributesSet(const std::string& name,
fake_cryptohome_client.h 81 virtual bool InstallAttributesSet(const std::string& name,
247 // associated data blob. Used to implement InstallAttributesSet and -Get.
fake_cryptohome_client.cc 247 bool FakeCryptohomeClient::InstallAttributesSet(
cryptohome_client.cc 377 virtual bool InstallAttributesSet(const std::string& name,
    [all...]

Completed in 41 milliseconds