Home
last modified time | relevance | path

Searched refs:SecurityRecordStorage (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/security/record/
Dsecurity_record_storage.h40 class SecurityRecordStorage {
42 SecurityRecordStorage(storage::StorageModule* storage_module, os::Handler* handler);
Dsecurity_record_database.h31 SecurityRecordDatabase(record::SecurityRecordStorage security_record_storage) in SecurityRecordDatabase()
76 record::SecurityRecordStorage security_record_storage_;
Dsecurity_record_storage.cc101 SecurityRecordStorage::SecurityRecordStorage(storage::StorageModule* storage_module, os::Handler* h… in SecurityRecordStorage() function in bluetooth::security::record::SecurityRecordStorage
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()
186 void SecurityRecordStorage::RemoveDevice(hci::AddressWithType address) { in RemoveDevice()
Dsecurity_record_storage_test.cc38 record_storage_ = new record::SecurityRecordStorage(storage_module_, handler_); in SetUp()
55 record::SecurityRecordStorage* record_storage_;
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h255 record::SecurityRecordStorage security_record_storage_;