Searched refs:user_hash (Results 1 – 11 of 11) sorted by relevance
/system/connectivity/shill/ |
D | profile.h | 67 std::string user_hash; member 199 const std::string& GetUserHash() const { return name_.user_hash; } in GetUserHash()
|
D | profile_unittest.cc | 363 EXPECT_EQ(kHash0, identifiers[0].user_hash); in TEST_F() 366 EXPECT_EQ("", identifiers[1].user_hash); in TEST_F() 374 id0.user_hash = kHash0; in TEST_F() 383 id1.user_hash = kHash1; in TEST_F() 391 id1.user_hash = kHash2; in TEST_F()
|
D | profile.cc | 77 store_.RegisterConstString(kUserHashProperty, &name_.user_hash); in Profile() 351 identifier.user_hash = string(line.begin() + space + 1, line.end()); in LoadUserProfileList() 369 id.user_hash.c_str())); in SaveUserProfileList()
|
D | manager.cc | 524 const string& user_hash, in InsertUserProfile() argument 535 ident.user_hash = user_hash; in InsertUserProfile()
|
D | manager.h | 228 const std::string& user_hash,
|
D | manager_unittest.cc | 283 const string& user_hash) { in TestInsertUserProfile() argument 286 manager->InsertUserProfile(name, user_hash, &path, &error); in TestInsertUserProfile()
|
/system/tpm/attestation/server/ |
D | attestation_service.cc | 867 std::string user_hash = crypto::SHA256HashString(user); in ChooseTemporalIndex() local 879 if (record.user_hash() == user_hash) { in ChooseTemporalIndex() 900 new_record->set_user_hash(user_hash); in ChooseTemporalIndex()
|
/system/tpm/attestation/common/ |
D | database.proto | 102 optional bytes user_hash = 1; field
|
/system/connectivity/shill/dbus/ |
D | chromeos_manager_dbus_adaptor.cc | 182 const string& user_hash, in InsertUserProfile() argument 187 manager_->InsertUserProfile(name, user_hash, &path, &e); in InsertUserProfile()
|
D | chromeos_manager_dbus_adaptor.h | 88 const std::string& user_hash,
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 66 object InsertUserProfile(string name, string user_hash) 71 The |user_hash| provided is assigned to the
|