Lines Matching refs:DatabaseImpl
50 DatabaseImpl::DatabaseImpl(CryptoUtility* crypto) in DatabaseImpl() function in attestation::DatabaseImpl
53 DatabaseImpl::~DatabaseImpl() { in ~DatabaseImpl()
58 void DatabaseImpl::Initialize() { in Initialize()
62 io_->Watch(base::Bind(base::IgnoreResult(&DatabaseImpl::Reload), in Initialize()
69 const AttestationDatabase& DatabaseImpl::GetProtobuf() const { in GetProtobuf()
74 AttestationDatabase* DatabaseImpl::GetMutableProtobuf() { in GetMutableProtobuf()
79 bool DatabaseImpl::SaveChanges() { in SaveChanges()
88 bool DatabaseImpl::Reload() { in Reload()
98 bool DatabaseImpl::Read(std::string* data) { in Read()
114 bool DatabaseImpl::Write(const std::string& data) { in Write()
151 void DatabaseImpl::Watch(const base::Closure& callback) { in Watch()
159 bool DatabaseImpl::EncryptProtobuf(std::string* encrypted_output) { in EncryptProtobuf()
179 bool DatabaseImpl::DecryptProtobuf(const std::string& encrypted_input) { in DecryptProtobuf()