OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMutableProtobuf
(Results
1 - 8
of
8
) sorted by null
/system/tpm/attestation/server/
database.h
35
virtual AttestationDatabase*
GetMutableProtobuf
() = 0;
mock_database.cc
26
ON_CALL(*this,
GetMutableProtobuf
()).WillByDefault(Return(&fake_));
mock_database.h
32
MOCK_METHOD0(
GetMutableProtobuf
, AttestationDatabase*());
database_impl_test.cc
88
database_->
GetMutableProtobuf
()->Clear();
96
database_->
GetMutableProtobuf
()->Clear();
104
database_->
GetMutableProtobuf
()->Clear();
110
database_->
GetMutableProtobuf
()
121
database_->
GetMutableProtobuf
()
130
database_->
GetMutableProtobuf
()
database_impl.h
57
AttestationDatabase*
GetMutableProtobuf
() override;
attestation_service_test.cc
67
mock_database_.
GetMutableProtobuf
()
289
mock_database_.
GetMutableProtobuf
()->clear_credentials();
477
CertifiedKey& key = *mock_database_.
GetMutableProtobuf
()->add_device_keys();
538
AttestationDatabase* database = mock_database_.
GetMutableProtobuf
();
569
AttestationDatabase* database = mock_database_.
GetMutableProtobuf
();
585
AttestationDatabase* database = mock_database_.
GetMutableProtobuf
();
625
AttestationDatabase* database = mock_database_.
GetMutableProtobuf
();
666
EXPECT_CALL(mock_database_,
GetMutableProtobuf
()).Times(0);
[
all
...]
database_impl.cc
74
AttestationDatabase* DatabaseImpl::
GetMutableProtobuf
() {
attestation_service.cc
329
database_->
GetMutableProtobuf
()
536
database_->
GetMutableProtobuf
()
737
auto* database_pb = database_->
GetMutableProtobuf
();
752
auto* database_pb = database_->
GetMutableProtobuf
();
Completed in 231 milliseconds