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

  /system/tpm/attestation/common/
print_common_proto.h 28 std::string GetProtoDebugStringWithIndent(KeyType value, int indent_size);
30 std::string GetProtoDebugStringWithIndent(KeyUsage value, int indent_size);
32 std::string GetProtoDebugStringWithIndent(CertificateProfile value,
35 std::string GetProtoDebugStringWithIndent(const Quote& value, int indent_size);
37 std::string GetProtoDebugStringWithIndent(const EncryptedData& value,
40 std::string GetProtoDebugStringWithIndent(const SignedData& value,
43 std::string GetProtoDebugStringWithIndent(
print_interface_proto.h 28 std::string GetProtoDebugStringWithIndent(AttestationStatus value,
31 std::string GetProtoDebugStringWithIndent(
35 std::string GetProtoDebugStringWithIndent(
39 std::string GetProtoDebugStringWithIndent(const GetKeyInfoRequest& value,
42 std::string GetProtoDebugStringWithIndent(const GetKeyInfoReply& value,
45 std::string GetProtoDebugStringWithIndent(
49 std::string GetProtoDebugStringWithIndent(const GetEndorsementInfoReply& value,
52 std::string GetProtoDebugStringWithIndent(
56 std::string GetProtoDebugStringWithIndent(
60 std::string GetProtoDebugStringWithIndent(
    [all...]
print_interface_proto.cc 31 return GetProtoDebugStringWithIndent(value, 0);
34 std::string GetProtoDebugStringWithIndent(AttestationStatus value,
64 return GetProtoDebugStringWithIndent(value, 0);
67 std::string GetProtoDebugStringWithIndent(
81 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
88 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
96 GetProtoDebugStringWithIndent(
116 return GetProtoDebugStringWithIndent(value, 0);
119 std::string GetProtoDebugStringWithIndent(
130 GetProtoDebugStringWithIndent(value.status(), indent_size + 2).c_str())
    [all...]
print_common_proto.cc 29 return GetProtoDebugStringWithIndent(value, 0);
32 std::string GetProtoDebugStringWithIndent(KeyType value, int indent_size) {
43 return GetProtoDebugStringWithIndent(value, 0);
46 std::string GetProtoDebugStringWithIndent(KeyUsage value, int indent_size) {
57 return GetProtoDebugStringWithIndent(value, 0);
60 std::string GetProtoDebugStringWithIndent(CertificateProfile value,
84 return GetProtoDebugStringWithIndent(value, 0);
87 std::string GetProtoDebugStringWithIndent(const Quote& value, int indent_size) {
128 return GetProtoDebugStringWithIndent(value, 0);
131 std::string GetProtoDebugStringWithIndent(const EncryptedData& value
    [all...]
  /system/tpm/tpm_manager/common/
print_tpm_manager_proto.h 16 std::string GetProtoDebugStringWithIndent(TpmManagerStatus value,
19 std::string GetProtoDebugStringWithIndent(NvramResult value, int indent_size);
21 std::string GetProtoDebugStringWithIndent(NvramSpaceAttribute value,
24 std::string GetProtoDebugStringWithIndent(NvramSpacePolicy value,
27 std::string GetProtoDebugStringWithIndent(const NvramPolicyRecord& value,
30 std::string GetProtoDebugStringWithIndent(const LocalData& value,
33 std::string GetProtoDebugStringWithIndent(const DefineSpaceRequest& value,
36 std::string GetProtoDebugStringWithIndent(const DefineSpaceReply& value,
39 std::string GetProtoDebugStringWithIndent(const DestroySpaceRequest& value,
42 std::string GetProtoDebugStringWithIndent(const DestroySpaceReply& value
    [all...]
print_tpm_manager_proto.cc 17 return GetProtoDebugStringWithIndent(value, 0);
20 std::string GetProtoDebugStringWithIndent(TpmManagerStatus value,
35 return GetProtoDebugStringWithIndent(value, 0);
38 std::string GetProtoDebugStringWithIndent(NvramResult value, int indent_size) {
70 return GetProtoDebugStringWithIndent(value, 0);
73 std::string GetProtoDebugStringWithIndent(NvramSpaceAttribute value,
109 return GetProtoDebugStringWithIndent(value, 0);
112 std::string GetProtoDebugStringWithIndent(NvramSpacePolicy value,
124 return GetProtoDebugStringWithIndent(value, 0);
127 std::string GetProtoDebugStringWithIndent(const NvramPolicyRecord& value
    [all...]

Completed in 265 milliseconds