1 // Copyright 2016 The Chromium OS Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 // THIS CODE IS GENERATED. 6 7 #ifndef TPM_MANAGER_COMMON_PRINT_TPM_MANAGER_PROTO_H_ 8 #define TPM_MANAGER_COMMON_PRINT_TPM_MANAGER_PROTO_H_ 9 10 #include <string> 11 12 #include "tpm_manager/common/tpm_manager.pb.h" 13 14 namespace tpm_manager { 15 16 std::string GetProtoDebugStringWithIndent(TpmManagerStatus value, 17 int indent_size); 18 std::string GetProtoDebugString(TpmManagerStatus value); 19 std::string GetProtoDebugStringWithIndent(NvramResult value, int indent_size); 20 std::string GetProtoDebugString(NvramResult value); 21 std::string GetProtoDebugStringWithIndent(NvramSpaceAttribute value, 22 int indent_size); 23 std::string GetProtoDebugString(NvramSpaceAttribute value); 24 std::string GetProtoDebugStringWithIndent(NvramSpacePolicy value, 25 int indent_size); 26 std::string GetProtoDebugString(NvramSpacePolicy value); 27 std::string GetProtoDebugStringWithIndent(const NvramPolicyRecord& value, 28 int indent_size); 29 std::string GetProtoDebugString(const NvramPolicyRecord& value); 30 std::string GetProtoDebugStringWithIndent(const LocalData& value, 31 int indent_size); 32 std::string GetProtoDebugString(const LocalData& value); 33 std::string GetProtoDebugStringWithIndent(const DefineSpaceRequest& value, 34 int indent_size); 35 std::string GetProtoDebugString(const DefineSpaceRequest& value); 36 std::string GetProtoDebugStringWithIndent(const DefineSpaceReply& value, 37 int indent_size); 38 std::string GetProtoDebugString(const DefineSpaceReply& value); 39 std::string GetProtoDebugStringWithIndent(const DestroySpaceRequest& value, 40 int indent_size); 41 std::string GetProtoDebugString(const DestroySpaceRequest& value); 42 std::string GetProtoDebugStringWithIndent(const DestroySpaceReply& value, 43 int indent_size); 44 std::string GetProtoDebugString(const DestroySpaceReply& value); 45 std::string GetProtoDebugStringWithIndent(const WriteSpaceRequest& value, 46 int indent_size); 47 std::string GetProtoDebugString(const WriteSpaceRequest& value); 48 std::string GetProtoDebugStringWithIndent(const WriteSpaceReply& value, 49 int indent_size); 50 std::string GetProtoDebugString(const WriteSpaceReply& value); 51 std::string GetProtoDebugStringWithIndent(const ReadSpaceRequest& value, 52 int indent_size); 53 std::string GetProtoDebugString(const ReadSpaceRequest& value); 54 std::string GetProtoDebugStringWithIndent(const ReadSpaceReply& value, 55 int indent_size); 56 std::string GetProtoDebugString(const ReadSpaceReply& value); 57 std::string GetProtoDebugStringWithIndent(const LockSpaceRequest& value, 58 int indent_size); 59 std::string GetProtoDebugString(const LockSpaceRequest& value); 60 std::string GetProtoDebugStringWithIndent(const LockSpaceReply& value, 61 int indent_size); 62 std::string GetProtoDebugString(const LockSpaceReply& value); 63 std::string GetProtoDebugStringWithIndent(const ListSpacesRequest& value, 64 int indent_size); 65 std::string GetProtoDebugString(const ListSpacesRequest& value); 66 std::string GetProtoDebugStringWithIndent(const ListSpacesReply& value, 67 int indent_size); 68 std::string GetProtoDebugString(const ListSpacesReply& value); 69 std::string GetProtoDebugStringWithIndent(const GetSpaceInfoRequest& value, 70 int indent_size); 71 std::string GetProtoDebugString(const GetSpaceInfoRequest& value); 72 std::string GetProtoDebugStringWithIndent(const GetSpaceInfoReply& value, 73 int indent_size); 74 std::string GetProtoDebugString(const GetSpaceInfoReply& value); 75 std::string GetProtoDebugStringWithIndent(const GetTpmStatusRequest& value, 76 int indent_size); 77 std::string GetProtoDebugString(const GetTpmStatusRequest& value); 78 std::string GetProtoDebugStringWithIndent(const GetTpmStatusReply& value, 79 int indent_size); 80 std::string GetProtoDebugString(const GetTpmStatusReply& value); 81 std::string GetProtoDebugStringWithIndent(const TakeOwnershipRequest& value, 82 int indent_size); 83 std::string GetProtoDebugString(const TakeOwnershipRequest& value); 84 std::string GetProtoDebugStringWithIndent(const TakeOwnershipReply& value, 85 int indent_size); 86 std::string GetProtoDebugString(const TakeOwnershipReply& value); 87 std::string GetProtoDebugStringWithIndent( 88 const RemoveOwnerDependencyRequest& value, 89 int indent_size); 90 std::string GetProtoDebugString(const RemoveOwnerDependencyRequest& value); 91 std::string GetProtoDebugStringWithIndent( 92 const RemoveOwnerDependencyReply& value, 93 int indent_size); 94 std::string GetProtoDebugString(const RemoveOwnerDependencyReply& value); 95 96 } // namespace tpm_manager 97 98 #endif // TPM_MANAGER_COMMON_PRINT_TPM_MANAGER_PROTO_H_ 99