Home
last modified time | relevance | path

Searched refs:GetMutableProtobuf (Results 1 – 8 of 8) sorted by relevance

/system/tpm/attestation/server/
Ddatabase_impl_test.cc88 database_->GetMutableProtobuf()->Clear(); in TEST_F()
96 database_->GetMutableProtobuf()->Clear(); in TEST_F()
104 database_->GetMutableProtobuf()->Clear(); in TEST_F()
110 database_->GetMutableProtobuf() in TEST_F()
121 database_->GetMutableProtobuf() in TEST_F()
130 database_->GetMutableProtobuf() in TEST_F()
Ddatabase.h35 virtual AttestationDatabase* GetMutableProtobuf() = 0;
Dmock_database.h32 MOCK_METHOD0(GetMutableProtobuf, AttestationDatabase*());
Dmock_database.cc26 ON_CALL(*this, GetMutableProtobuf()).WillByDefault(Return(&fake_)); in MockDatabase()
Dattestation_service_test.cc67 mock_database_.GetMutableProtobuf() in SetUp()
289 mock_database_.GetMutableProtobuf()->clear_credentials(); in TEST_F()
477 CertifiedKey& key = *mock_database_.GetMutableProtobuf()->add_device_keys(); in TEST_F()
538 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
569 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
585 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
625 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
666 EXPECT_CALL(mock_database_, GetMutableProtobuf()).Times(0); in TEST_F()
870 mock_database_.GetMutableProtobuf()->add_device_keys()->set_key_name("label"); in TEST_F()
948 mock_database_.GetMutableProtobuf()->add_device_keys()->set_key_name("label"); in TEST_F()
[all …]
Ddatabase_impl.h57 AttestationDatabase* GetMutableProtobuf() override;
Ddatabase_impl.cc74 AttestationDatabase* DatabaseImpl::GetMutableProtobuf() { in GetMutableProtobuf() function in attestation::DatabaseImpl
Dattestation_service.cc329 database_->GetMutableProtobuf() in ActivateAttestationKeyTask()
536 database_->GetMutableProtobuf() in FinishEnroll()
737 auto* database_pb = database_->GetMutableProtobuf(); in AddDeviceKey()
752 auto* database_pb = database_->GetMutableProtobuf(); in RemoveDeviceKey()