Home
last modified time | relevance | path

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

/system/tpm/attestation/server/
Ddatabase_impl_test.cc89 database_->GetMutableProtobuf()->Clear(); in TEST_F()
97 database_->GetMutableProtobuf()->Clear(); in TEST_F()
105 database_->GetMutableProtobuf()->Clear(); in TEST_F()
111 database_->GetMutableProtobuf()->mutable_credentials()-> in TEST_F()
121 database_->GetMutableProtobuf()->mutable_credentials()-> in TEST_F()
129 database_->GetMutableProtobuf()->mutable_credentials()-> 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()->mutable_credentials()-> in SetUp()
296 mock_database_.GetMutableProtobuf()->clear_credentials(); in TEST_F()
486 CertifiedKey& key = *mock_database_.GetMutableProtobuf()->add_device_keys(); in TEST_F()
547 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
578 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
594 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
634 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
675 EXPECT_CALL(mock_database_, GetMutableProtobuf()).Times(0); in TEST_F()
879 mock_database_.GetMutableProtobuf()->add_device_keys()->set_key_name("label"); in TEST_F()
957 mock_database_.GetMutableProtobuf()->add_device_keys()->set_key_name("label"); in TEST_F()
[all …]
Ddatabase_impl.h58 AttestationDatabase* GetMutableProtobuf() override;
Ddatabase_impl.cc74 AttestationDatabase* DatabaseImpl::GetMutableProtobuf() { in GetMutableProtobuf() function in attestation::DatabaseImpl
Dattestation_service.cc364 database_->GetMutableProtobuf()->mutable_identity_key()-> in ActivateAttestationKeyTask()
591 database_->GetMutableProtobuf()->mutable_identity_key()-> in FinishEnroll()
800 auto* database_pb = database_->GetMutableProtobuf(); in AddDeviceKey()
815 auto* database_pb = database_->GetMutableProtobuf(); in RemoveDeviceKey()