OSDN Git Service

SecurityRecordDatabase
authorJakub Pawlowski <jpawlowski@google.com>
Tue, 11 Feb 2020 17:42:08 +0000 (18:42 +0100)
committerJakub Pawlowski <jpawlowski@google.com>
Tue, 11 Feb 2020 19:54:10 +0000 (20:54 +0100)
commit66b66414cc204ac81540ce91791524086e0b6ae2
tree8c1f3025d846d5d06c68d1916394c75b6a3e2954
parente0f872ac25010ca767129d4a24cb7ee3d7fa40de
SecurityRecordDatabase

Store SecurityRecords directly in vector, rather than shared_ptr
Move management of SecurityRecord into separate unit -
SecurityRecordDatabase.

Bug: 142341141
Change-Id: I0cc2dd8a7ddcf5a01117f0ebf7bd68111a93a2c5
gd/security/internal/security_manager_impl.cc
gd/security/internal/security_manager_impl.h
gd/security/record/security_record.h
gd/security/security_record_database.h [new file with mode: 0644]