Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/record/
Dsecurity_record_storage.cc108 SecurityRecordStorage::SecurityRecordStorage(storage::StorageModule* storage_module, os::Handler* h… in SecurityRecordStorage() function in bluetooth::security::record::SecurityRecordStorage
111 void SecurityRecordStorage::SaveSecurityRecords(std::set<std::shared_ptr<record::SecurityRecord>>* … in SaveSecurityRecords()
137 void SecurityRecordStorage::LoadSecurityRecords(std::set<std::shared_ptr<record::SecurityRecord>>* … in LoadSecurityRecords()
193 void SecurityRecordStorage::RemoveDevice(hci::AddressWithType address) { in RemoveDevice()
Dsecurity_record_storage.h36 class SecurityRecordStorage {
38 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_test.cc43 record_storage_ = new record::SecurityRecordStorage(storage_module_, handler_); in SetUp()
60 record::SecurityRecordStorage* record_storage_;
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h260 record::SecurityRecordStorage security_record_storage_;