Home
last modified time | relevance | path

Searched refs:SecurityRecord (Results 1 – 10 of 10) sorted by relevance

/system/bt/gd/security/record/
Dsecurity_record_storage_test.cc65 std::shared_ptr<record::SecurityRecord> record = std::make_shared<record::SecurityRecord>(remote); in TEST_F()
68 std::set<std::shared_ptr<record::SecurityRecord>> record_set; in TEST_F()
92 …std::shared_ptr<record::SecurityRecord> record = std::make_shared<record::SecurityRecord>(identity… in TEST_F()
103 std::set<std::shared_ptr<record::SecurityRecord>> record_set; in TEST_F()
126 std::shared_ptr<record::SecurityRecord> record = std::make_shared<record::SecurityRecord>(remote); in TEST_F()
129 std::set<std::shared_ptr<record::SecurityRecord>> record_set; in TEST_F()
159 std::shared_ptr<record::SecurityRecord> record = std::make_shared<record::SecurityRecord>(remote); in TEST_F()
163 std::set<std::shared_ptr<record::SecurityRecord>> record_set; in TEST_F()
180 std::shared_ptr<record::SecurityRecord> record = std::make_shared<record::SecurityRecord>(remote); in TEST_F()
183 std::set<std::shared_ptr<record::SecurityRecord>> record_set; in TEST_F()
Dsecurity_record_database.h34 using iterator = std::set<std::shared_ptr<SecurityRecord>>::iterator;
36 std::shared_ptr<SecurityRecord> FindOrCreate(hci::AddressWithType address) { in FindOrCreate()
42 auto record_ptr = std::make_shared<SecurityRecord>(address); in FindOrCreate()
59 std::shared_ptr<SecurityRecord> record = *it; in Find()
75 std::set<std::shared_ptr<SecurityRecord>> records_;
Dsecurity_record.h33 class SecurityRecord {
35 explicit SecurityRecord(hci::AddressWithType address) : pseudo_address_(address) {} in SecurityRecord() function
37 SecurityRecord& operator=(const SecurityRecord& other) = default;
Dsecurity_record_storage.h51 void SaveSecurityRecords(std::set<std::shared_ptr<record::SecurityRecord>>* records);
60 void LoadSecurityRecords(std::set<std::shared_ptr<record::SecurityRecord>>* records);
Dsecurity_record_storage.cc28 …storage::Mutation& mutation, std::shared_ptr<record::SecurityRecord> record, storage::Device& devi… in SetClassicData()
39 void SetLeData(storage::Mutation& mutation, std::shared_ptr<record::SecurityRecord> record, storage… in SetLeData()
94 void SetAuthenticationData(storage::Mutation& mutation, std::shared_ptr<record::SecurityRecord> rec… in SetAuthenticationData()
104 void SecurityRecordStorage::SaveSecurityRecords(std::set<std::shared_ptr<record::SecurityRecord>>* … in SaveSecurityRecords()
130 void SecurityRecordStorage::LoadSecurityRecords(std::set<std::shared_ptr<record::SecurityRecord>>* … in LoadSecurityRecords()
136 auto record = std::make_shared<record::SecurityRecord>(address_with_type); in LoadSecurityRecords()
/system/bt/gd/security/pairing/
Dpairing_handler.h45 std::shared_ptr<record::SecurityRecord> record, in PairingHandler()
83 std::shared_ptr<record::SecurityRecord> GetRecord() { in GetRecord()
95 std::shared_ptr<record::SecurityRecord> record_ __attribute__((unused));
Dclassic_pairing_handler.h40 std::shared_ptr<record::SecurityRecord> record, in ClassicPairingHandler()
Dclassic_pairing_handler_unittest.cc164 security_record_ = std::make_shared<record::SecurityRecord>(device_); in SetUp()
244 std::shared_ptr<record::SecurityRecord> security_record_ = nullptr;
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h221 std::shared_ptr<record::SecurityRecord> record,
Dsecurity_manager_impl.cc38 std::shared_ptr<record::SecurityRecord> record, in DispatchPairingHandler()