Searched refs:GetProtobuf (Results 1 – 7 of 7) sorted by relevance
92 database_->GetProtobuf().credentials().conformance_credential()); in TEST_F()99 EXPECT_FALSE(database_->GetProtobuf().has_credentials()); in TEST_F()107 EXPECT_FALSE(database_->GetProtobuf().has_credentials()); in TEST_F()114 database_->GetProtobuf().SerializeToString(&expected_data); in TEST_F()138 database_->GetProtobuf().credentials().conformance_credential()); in TEST_F()146 database_->GetProtobuf().credentials().platform_credential()); in TEST_F()149 database_->GetProtobuf().credentials().platform_credential()); in TEST_F()157 database_->GetProtobuf().credentials().platform_credential()); in TEST_F()160 database_->GetProtobuf().credentials().platform_credential()); in TEST_F()
30 virtual const AttestationDatabase& GetProtobuf() const = 0;
242 auto database_pb = database_->GetProtobuf(); in GetEndorsementInfoTask()293 auto database_pb = database_->GetProtobuf(); in GetAttestationKeyInfoTask()351 auto database_pb = database_->GetProtobuf(); in ActivateAttestationKeyTask()527 auto database_pb = database_->GetProtobuf(); in IsPreparedForEnrollment()537 auto database_pb = database_->GetProtobuf(); in IsEnrolled()548 auto database_pb = database_->GetProtobuf(); in CreateEnrollRequest()580 auto database_pb = database_->GetProtobuf(); in FinishEnroll()621 auto database_pb = database_->GetProtobuf(); in CreateCertificateRequest()718 auto database_pb = database_->GetProtobuf(); in FindKeyByLabel()744 auto database_pb = database_->GetProtobuf(); in CreateKey()[all …]
31 MOCK_CONST_METHOD0(GetProtobuf, const AttestationDatabase&());
25 ON_CALL(*this, GetProtobuf()).WillByDefault(ReturnRef(fake_)); in MockDatabase()
57 const AttestationDatabase& GetProtobuf() const override;
69 const AttestationDatabase& DatabaseImpl::GetProtobuf() const { in GetProtobuf() function in attestation::DatabaseImpl