Searched defs:install_attrs_proto (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes_unittest.cc65 cryptohome::SerializedInstallAttributes* install_attrs_proto,
69 attribute = install_attrs_proto->add_attributes();
236 cryptohome::SerializedInstallAttributes install_attrs_proto; local
237 SetAttribute(&install_attrs_proto,
239 SetAttribute(&install_attrs_proto,
241 const std::string blob(install_attrs_proto.SerializeAsString());
252 cryptohome::SerializedInstallAttributes install_attrs_proto; local
253 SetAttribute(&install_attrs_proto,
255 const std::string blob(install_attrs_proto.SerializeAsString());
64 SetAttribute( cryptohome::SerializedInstallAttributes* install_attrs_proto, const std::string& name, const std::string& value) argument
H A Denterprise_install_attributes.cc42 cryptohome::SerializedInstallAttributes install_attrs_proto; local
45 attribute = install_attrs_proto.add_attributes();
49 attribute = install_attrs_proto.add_attributes();
53 return install_attrs_proto.SerializeAsString();
80 cryptohome::SerializedInstallAttributes install_attrs_proto; local
81 if (!install_attrs_proto.ParseFromArray(buf, len)) {
89 for (entry = install_attrs_proto.attributes().begin();
90 entry != install_attrs_proto.attributes().end();

Completed in 241 milliseconds