Home
last modified time | relevance | path

Searched refs:GetProtoDebugString (Results 1 – 8 of 8) sorted by relevance

/system/tpm/tpm_manager/common/
Dprint_tpm_manager_proto.h18 std::string GetProtoDebugString(TpmManagerStatus value);
20 std::string GetProtoDebugString(NvramResult value);
23 std::string GetProtoDebugString(NvramSpaceAttribute value);
26 std::string GetProtoDebugString(NvramSpacePolicy value);
29 std::string GetProtoDebugString(const NvramPolicyRecord& value);
32 std::string GetProtoDebugString(const LocalData& value);
35 std::string GetProtoDebugString(const DefineSpaceRequest& value);
38 std::string GetProtoDebugString(const DefineSpaceReply& value);
41 std::string GetProtoDebugString(const DestroySpaceRequest& value);
44 std::string GetProtoDebugString(const DestroySpaceReply& value);
[all …]
Dprint_tpm_manager_proto.cc16 std::string GetProtoDebugString(TpmManagerStatus value) { in GetProtoDebugString() function
34 std::string GetProtoDebugString(NvramResult value) { in GetProtoDebugString() function
69 std::string GetProtoDebugString(NvramSpaceAttribute value) { in GetProtoDebugString() function
108 std::string GetProtoDebugString(NvramSpacePolicy value) { in GetProtoDebugString() function
123 std::string GetProtoDebugString(const NvramPolicyRecord& value) { in GetProtoDebugString() function
172 std::string GetProtoDebugString(const LocalData& value) { in GetProtoDebugString() function
229 std::string GetProtoDebugString(const DefineSpaceRequest& value) { in GetProtoDebugString() function
278 std::string GetProtoDebugString(const DefineSpaceReply& value) { in GetProtoDebugString() function
299 std::string GetProtoDebugString(const DestroySpaceRequest& value) { in GetProtoDebugString() function
318 std::string GetProtoDebugString(const DestroySpaceReply& value) { in GetProtoDebugString() function
[all …]
/system/tpm/attestation/common/
Dprint_interface_proto.h30 std::string GetProtoDebugString(AttestationStatus value);
34 std::string GetProtoDebugString(const CreateGoogleAttestedKeyRequest& value);
38 std::string GetProtoDebugString(const CreateGoogleAttestedKeyReply& value);
41 std::string GetProtoDebugString(const GetKeyInfoRequest& value);
44 std::string GetProtoDebugString(const GetKeyInfoReply& value);
48 std::string GetProtoDebugString(const GetEndorsementInfoRequest& value);
51 std::string GetProtoDebugString(const GetEndorsementInfoReply& value);
55 std::string GetProtoDebugString(const GetAttestationKeyInfoRequest& value);
59 std::string GetProtoDebugString(const GetAttestationKeyInfoReply& value);
63 std::string GetProtoDebugString(const ActivateAttestationKeyRequest& value);
[all …]
Dprint_common_proto.h29 std::string GetProtoDebugString(KeyType value);
31 std::string GetProtoDebugString(KeyUsage value);
34 std::string GetProtoDebugString(CertificateProfile value);
36 std::string GetProtoDebugString(const Quote& value);
39 std::string GetProtoDebugString(const EncryptedData& value);
42 std::string GetProtoDebugString(const SignedData& value);
46 std::string GetProtoDebugString(const EncryptedIdentityCredential& value);
Dprint_interface_proto.cc30 std::string GetProtoDebugString(AttestationStatus value) { in GetProtoDebugString() function
63 std::string GetProtoDebugString(const CreateGoogleAttestedKeyRequest& value) { in GetProtoDebugString() function
115 std::string GetProtoDebugString(const CreateGoogleAttestedKeyReply& value) { in GetProtoDebugString() function
147 std::string GetProtoDebugString(const GetKeyInfoRequest& value) { in GetProtoDebugString() function
171 std::string GetProtoDebugString(const GetKeyInfoReply& value) { in GetProtoDebugString() function
238 std::string GetProtoDebugString(const GetEndorsementInfoRequest& value) { in GetProtoDebugString() function
260 std::string GetProtoDebugString(const GetEndorsementInfoReply& value) { in GetProtoDebugString() function
297 std::string GetProtoDebugString(const GetAttestationKeyInfoRequest& value) { in GetProtoDebugString() function
319 std::string GetProtoDebugString(const GetAttestationKeyInfoReply& value) { in GetProtoDebugString() function
379 std::string GetProtoDebugString(const ActivateAttestationKeyRequest& value) { in GetProtoDebugString() function
[all …]
Dprint_common_proto.cc28 std::string GetProtoDebugString(KeyType value) { in GetProtoDebugString() function
42 std::string GetProtoDebugString(KeyUsage value) { in GetProtoDebugString() function
56 std::string GetProtoDebugString(CertificateProfile value) { in GetProtoDebugString() function
83 std::string GetProtoDebugString(const Quote& value) { in GetProtoDebugString() function
127 std::string GetProtoDebugString(const EncryptedData& value) { in GetProtoDebugString() function
179 std::string GetProtoDebugString(const SignedData& value) { in GetProtoDebugString() function
207 std::string GetProtoDebugString(const EncryptedIdentityCredential& value) { in GetProtoDebugString() function
/system/tpm/tpm_manager/client/
Dmain.cc303 LOG(INFO) << "Message Reply: " << GetProtoDebugString(reply); in PrintReplyAndQuit()
444 LOG(INFO) << "Message Reply: " << GetProtoDebugString(reply); in HandleReadSpaceReply()
/system/tpm/attestation/client/
Dmain.cc260 printf("%s\n", GetProtoDebugString(reply).c_str()); in PrintReplyAndQuit()