Searched refs:InstallAttributesSet (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dcryptohome_util.h28 CHROMEOS_EXPORT bool InstallAttributesSet(const std::string& name,
H A Dcryptohome_util.cc50 bool InstallAttributesSet( function in namespace:chromeos::cryptohome_util
55 InstallAttributesSet(name, buf, &success);
/external/chromium/chrome/browser/policy/
H A Denterprise_install_attributes.cc48 if (!cryptohome_->InstallAttributesSet(kAttrEnterpriseOwned, "true") ||
49 !cryptohome_->InstallAttributesSet(kAttrEnterpriseUser, user)) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes.cc252 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,
H A Denterprise_install_attributes_unittest.cc212 ASSERT_TRUE(cryptohome_util::InstallAttributesSet(
214 ASSERT_TRUE(cryptohome_util::InstallAttributesSet(
H A Ddevice_cloud_policy_store_chromeos_unittest.cc99 chromeos::cryptohome_util::InstallAttributesSet("enterprise.owned",
/external/chromium/chrome/browser/chromeos/cros/
H A Dcryptohome_library.h138 virtual bool InstallAttributesSet(const std::string& name,
H A Dmock_cryptohome_library.h86 MOCK_METHOD2(InstallAttributesSet, bool(const std::string&,
H A Dcryptohome_library.cc176 bool InstallAttributesSet(const std::string& name, const std::string& value) { function in class:chromeos::CryptohomeLibraryImpl
392 bool InstallAttributesSet(const std::string& name, const std::string& value) { function in class:chromeos::CryptohomeLibraryStubImpl
/external/chromium_org/chromeos/dbus/
H A Dcryptohome_client.h229 // Calls InstallAttributesSet method and returns true when the call succeeds.
231 virtual bool InstallAttributesSet(const std::string& name,
H A Dfake_cryptohome_client.h81 virtual bool InstallAttributesSet(const std::string& name,
202 // associated data blob. Used to implement InstallAttributesSet and -Get.
H A Dmock_cryptohome_client.h83 MOCK_METHOD3(InstallAttributesSet,
H A Dfake_cryptohome_client.cc235 bool FakeCryptohomeClient::InstallAttributesSet( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc370 virtual bool InstallAttributesSet(const std::string& name,
/external/chromium_org/chrome/test/pyautolib/
H A Dpolicy_base.py290 interface.InstallAttributesSet(name, '%s\0' % value)

Completed in 247 milliseconds