OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DatabaseImpl
(Results
1 - 5
of
5
) sorted by null
/system/tpm/attestation/server/
database_impl.cc
50
DatabaseImpl
::
DatabaseImpl
(CryptoUtility* crypto) : io_(this), crypto_(crypto) {
53
DatabaseImpl
::~
DatabaseImpl
() {
58
void
DatabaseImpl
::Initialize() {
62
io_->Watch(base::Bind(base::IgnoreResult(&
DatabaseImpl
::Reload),
69
const AttestationDatabase&
DatabaseImpl
::GetProtobuf() const {
74
AttestationDatabase*
DatabaseImpl
::GetMutableProtobuf() {
79
bool
DatabaseImpl
::SaveChanges() {
88
bool
DatabaseImpl
::Reload()
[
all
...]
database_impl.h
45
class
DatabaseImpl
: public Database,
49
explicit
DatabaseImpl
(CryptoUtility* crypto);
50
~
DatabaseImpl
() override;
database_impl_test.cc
45
database_.reset(new
DatabaseImpl
(&mock_crypto_utility_));
85
std::unique_ptr<
DatabaseImpl
> database_;
attestation_service.h
295
std::unique_ptr<
DatabaseImpl
> default_database_;
attestation_service.cc
67
default_database_.reset(new
DatabaseImpl
(crypto_utility_));
69
&
DatabaseImpl
::Initialize,
Completed in 1766 milliseconds