HomeSort by relevance Sort by last modified time
    Searched refs:InstallAttributesSet (Results 1 - 15 of 15) 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/chrome/browser/policy/
enterprise_install_attributes.cc 48 if (!cryptohome_->InstallAttributesSet(kAttrEnterpriseOwned, "true") ||
49 !cryptohome_->InstallAttributesSet(kAttrEnterpriseUser, user)) {
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 252 if (!cryptohome_util::InstallAttributesSet(kAttrConsumerKioskEnabled,
261 if (!cryptohome_util::InstallAttributesSet(kAttrEnterpriseOwned, "true") ||
262 !cryptohome_util::InstallAttributesSet(kAttrEnterpriseUser,
264 !cryptohome_util::InstallAttributesSet(kAttrEnterpriseDomain,
266 !cryptohome_util::InstallAttributesSet(kAttrEnterpriseMode, mode) ||
267 !cryptohome_util::InstallAttributesSet(kAttrEnterpriseDeviceId,
enterprise_install_attributes_unittest.cc 212 ASSERT_TRUE(cryptohome_util::InstallAttributesSet(
214 ASSERT_TRUE(cryptohome_util::InstallAttributesSet(
device_cloud_policy_store_chromeos_unittest.cc 99 chromeos::cryptohome_util::InstallAttributesSet("enterprise.owned",
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 138 virtual bool InstallAttributesSet(const std::string& name,
mock_cryptohome_library.h 86 MOCK_METHOD2(InstallAttributesSet, bool(const std::string&,
cryptohome_library.cc 176 bool InstallAttributesSet(const std::string& name, const std::string& value) {
392 bool InstallAttributesSet(const std::string& name, const std::string& value) {
  /external/chromium_org/chromeos/dbus/
cryptohome_client.h 229 // Calls InstallAttributesSet method and returns true when the call succeeds.
231 virtual bool InstallAttributesSet(const std::string& name,
fake_cryptohome_client.h 81 virtual bool InstallAttributesSet(const std::string& name,
202 // associated data blob. Used to implement InstallAttributesSet and -Get.
mock_cryptohome_client.h 83 MOCK_METHOD3(InstallAttributesSet,
fake_cryptohome_client.cc 235 bool FakeCryptohomeClient::InstallAttributesSet(
cryptohome_client.cc 370 virtual bool InstallAttributesSet(const std::string& name,
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
policy_base.py 290 interface.InstallAttributesSet(name, '%s\0' % value)

Completed in 88 milliseconds