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