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 92 database_->GetProtobuf().credentials().conformance_credential());
99 EXPECT_FALSE(database_->GetProtobuf().has_credentials());
107 EXPECT_FALSE(database_->GetProtobuf().has_credentials());
114 database_->GetProtobuf().SerializeToString(&expected_data);
138 database_->GetProtobuf().credentials().conformance_credential());
146 database_->GetProtobuf().credentials().platform_credential());
149 database_->GetProtobuf().credentials().platform_credential());
157 database_->GetProtobuf().credentials().platform_credential());
160 database_->GetProtobuf().credentials().platform_credential());
database_impl.h 57 const AttestationDatabase& GetProtobuf() const override;
attestation_service.cc 242 auto database_pb = database_->GetProtobuf();
293 auto database_pb = database_->GetProtobuf();
351 auto database_pb = database_->GetProtobuf();
527 auto database_pb = database_->GetProtobuf();
537 auto database_pb = database_->GetProtobuf();
548 auto database_pb = database_->GetProtobuf();
580 auto database_pb = database_->GetProtobuf();
621 auto database_pb = database_->GetProtobuf();
718 auto database_pb = database_->GetProtobuf();
744 auto database_pb = database_->GetProtobuf();
    [all...]
database_impl.cc 69 const AttestationDatabase& DatabaseImpl::GetProtobuf() const {

Completed in 69 milliseconds