OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProtoDebugStringWithIndent
(Results
1 - 12
of
12
) 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
(
82
GetProtoDebugStringWithIndent
(value.key_type(),
89
GetProtoDebugStringWithIndent
(value.key_usage(),
95
base::StringAppendF(&output, "%s",
GetProtoDebugStringWithIndent
(
115
return
GetProtoDebugStringWithIndent
(value, 0);
118
std::string
GetProtoDebugStringWithIndent
(
129
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) {
126
return
GetProtoDebugStringWithIndent
(value, 0);
129
std::string
GetProtoDebugStringWithIndent
(const EncryptedData& value
[
all
...]
/system/tpm/tpm_manager/common/
print_tpm_nvram_interface_proto.h
28
std::string
GetProtoDebugStringWithIndent
(const DefineNvramRequest& value,
31
std::string
GetProtoDebugStringWithIndent
(const DefineNvramReply& value,
34
std::string
GetProtoDebugStringWithIndent
(const DestroyNvramRequest& value,
37
std::string
GetProtoDebugStringWithIndent
(const DestroyNvramReply& value,
40
std::string
GetProtoDebugStringWithIndent
(const WriteNvramRequest& value,
43
std::string
GetProtoDebugStringWithIndent
(const WriteNvramReply& value,
46
std::string
GetProtoDebugStringWithIndent
(const ReadNvramRequest& value,
49
std::string
GetProtoDebugStringWithIndent
(const ReadNvramReply& value,
52
std::string
GetProtoDebugStringWithIndent
(const IsNvramDefinedRequest& value,
55
std::string
GetProtoDebugStringWithIndent
(const IsNvramDefinedReply& value
[
all
...]
print_tpm_ownership_interface_proto.h
28
std::string
GetProtoDebugStringWithIndent
(const GetTpmStatusRequest& value,
31
std::string
GetProtoDebugStringWithIndent
(const GetTpmStatusReply& value,
34
std::string
GetProtoDebugStringWithIndent
(const TakeOwnershipRequest& value,
37
std::string
GetProtoDebugStringWithIndent
(const TakeOwnershipReply& value,
40
std::string
GetProtoDebugStringWithIndent
(
44
std::string
GetProtoDebugStringWithIndent
(
print_tpm_manager_status_proto.cc
29
return
GetProtoDebugStringWithIndent
(value, 0);
32
std::string
GetProtoDebugStringWithIndent
(TpmManagerStatus value,
print_tpm_nvram_interface_proto.cc
31
return
GetProtoDebugStringWithIndent
(value, 0);
34
std::string
GetProtoDebugStringWithIndent
(const DefineNvramRequest& value,
55
return
GetProtoDebugStringWithIndent
(value, 0);
58
std::string
GetProtoDebugStringWithIndent
(const DefineNvramReply& value,
68
GetProtoDebugStringWithIndent
(value.status(), indent_size + 2).c_str());
76
return
GetProtoDebugStringWithIndent
(value, 0);
79
std::string
GetProtoDebugStringWithIndent
(const DestroyNvramRequest& value,
95
return
GetProtoDebugStringWithIndent
(value, 0);
98
std::string
GetProtoDebugStringWithIndent
(const DestroyNvramReply& value,
108
GetProtoDebugStringWithIndent
(value.status(), indent_size + 2).c_str())
[
all
...]
print_local_data_proto.h
28
std::string
GetProtoDebugStringWithIndent
(const LocalData& value,
print_tpm_manager_status_proto.h
28
std::string
GetProtoDebugStringWithIndent
(TpmManagerStatus value,
print_tpm_ownership_interface_proto.cc
32
return
GetProtoDebugStringWithIndent
(value, 0);
35
std::string
GetProtoDebugStringWithIndent
(const GetTpmStatusRequest& value,
46
return
GetProtoDebugStringWithIndent
(value, 0);
49
std::string
GetProtoDebugStringWithIndent
(const GetTpmStatusReply& value,
59
GetProtoDebugStringWithIndent
(value.status(), indent_size + 2).c_str());
74
base::StringAppendF(&output, "%s",
GetProtoDebugStringWithIndent
(
107
return
GetProtoDebugStringWithIndent
(value, 0);
110
std::string
GetProtoDebugStringWithIndent
(const TakeOwnershipRequest& value,
121
return
GetProtoDebugStringWithIndent
(value, 0);
124
std::string
GetProtoDebugStringWithIndent
(const TakeOwnershipReply& value
[
all
...]
print_local_data_proto.cc
28
return
GetProtoDebugStringWithIndent
(value, 0);
31
std::string
GetProtoDebugStringWithIndent
(const LocalData& value,
Completed in 92 milliseconds