OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetProtoDebugStringWithIndent
(Results
1 - 6
of
6
) sorted by null
/system/tpm/attestation/common/
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
...]
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
...]
/system/tpm/tpm_manager/common/
print_local_data_proto.cc
28
return
GetProtoDebugStringWithIndent
(value, 0);
31
std::string
GetProtoDebugStringWithIndent
(const LocalData& value,
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_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
...]
Completed in 68 milliseconds