HomeSort by relevance Sort by last modified time
    Searched refs:GetProtobuf (Results 1 - 7 of 7) sorted by null

  /system/tpm/attestation/server/
database.h 30 virtual const AttestationDatabase& GetProtobuf() const = 0;
33 // be reflected immediately by GetProtobuf() but will not be persisted to disk
mock_database.cc 25 ON_CALL(*this, GetProtobuf()).WillByDefault(ReturnRef(fake_));
mock_database.h 31 MOCK_CONST_METHOD0(GetProtobuf, const AttestationDatabase&());
database_impl_test.cc 91 database_->GetProtobuf().credentials().conformance_credential());
98 EXPECT_FALSE(database_->GetProtobuf().has_credentials());
106 EXPECT_FALSE(database_->GetProtobuf().has_credentials());
114 database_->GetProtobuf().SerializeToString(&expected_data);
140 database_->GetProtobuf().credentials().conformance_credential());
148 database_->GetProtobuf().credentials().platform_credential());
151 database_->GetProtobuf().credentials().platform_credential());
159 database_->GetProtobuf().credentials().platform_credential());
162 database_->GetProtobuf().credentials().platform_credential());
database_impl.h 56 const AttestationDatabase& GetProtobuf() const override;
attestation_service.cc 217 auto database_pb = database_->GetProtobuf();
264 auto database_pb = database_->GetProtobuf();
318 auto database_pb = database_->GetProtobuf();
473 auto database_pb = database_->GetProtobuf();
483 auto database_pb = database_->GetProtobuf();
494 auto database_pb = database_->GetProtobuf();
526 auto database_pb = database_->GetProtobuf();
567 auto database_pb = database_->GetProtobuf();
661 auto database_pb = database_->GetProtobuf();
687 auto database_pb = database_->GetProtobuf();
    [all...]
database_impl.cc 69 const AttestationDatabase& DatabaseImpl::GetProtobuf() const {

Completed in 60 milliseconds