Searched refs:GetMutableProtobuf (Results 1 – 8 of 8) sorted by relevance
89 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()
35 virtual AttestationDatabase* GetMutableProtobuf() = 0;
32 MOCK_METHOD0(GetMutableProtobuf, AttestationDatabase*());
26 ON_CALL(*this, GetMutableProtobuf()).WillByDefault(Return(&fake_)); in MockDatabase()
67 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 …]
58 AttestationDatabase* GetMutableProtobuf() override;
74 AttestationDatabase* DatabaseImpl::GetMutableProtobuf() { in GetMutableProtobuf() function in attestation::DatabaseImpl
364 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()