1 // 2 // Copyright (C) 2015 The Android Open Source Project 3 // 4 // Licensed under the Apache License, Version 2.0 (the "License"); 5 // you may not use this file except in compliance with the License. 6 // You may obtain a copy of the License at 7 // 8 // http://www.apache.org/licenses/LICENSE-2.0 9 // 10 // Unless required by applicable law or agreed to in writing, software 11 // distributed under the License is distributed on an "AS IS" BASIS, 12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 // See the License for the specific language governing permissions and 14 // limitations under the License. 15 // 16 17 // THIS CODE IS GENERATED. 18 19 #ifndef TPM_MANAGER_COMMON_PRINT_TPM_NVRAM_INTERFACE_PROTO_H_ 20 #define TPM_MANAGER_COMMON_PRINT_TPM_NVRAM_INTERFACE_PROTO_H_ 21 22 #include <string> 23 24 #include "tpm_manager/common/tpm_nvram_interface.pb.h" 25 26 namespace tpm_manager { 27 28 std::string GetProtoDebugStringWithIndent(const DefineNvramRequest& value, 29 int indent_size); 30 std::string GetProtoDebugString(const DefineNvramRequest& value); 31 std::string GetProtoDebugStringWithIndent(const DefineNvramReply& value, 32 int indent_size); 33 std::string GetProtoDebugString(const DefineNvramReply& value); 34 std::string GetProtoDebugStringWithIndent(const DestroyNvramRequest& value, 35 int indent_size); 36 std::string GetProtoDebugString(const DestroyNvramRequest& value); 37 std::string GetProtoDebugStringWithIndent(const DestroyNvramReply& value, 38 int indent_size); 39 std::string GetProtoDebugString(const DestroyNvramReply& value); 40 std::string GetProtoDebugStringWithIndent(const WriteNvramRequest& value, 41 int indent_size); 42 std::string GetProtoDebugString(const WriteNvramRequest& value); 43 std::string GetProtoDebugStringWithIndent(const WriteNvramReply& value, 44 int indent_size); 45 std::string GetProtoDebugString(const WriteNvramReply& value); 46 std::string GetProtoDebugStringWithIndent(const ReadNvramRequest& value, 47 int indent_size); 48 std::string GetProtoDebugString(const ReadNvramRequest& value); 49 std::string GetProtoDebugStringWithIndent(const ReadNvramReply& value, 50 int indent_size); 51 std::string GetProtoDebugString(const ReadNvramReply& value); 52 std::string GetProtoDebugStringWithIndent(const IsNvramDefinedRequest& value, 53 int indent_size); 54 std::string GetProtoDebugString(const IsNvramDefinedRequest& value); 55 std::string GetProtoDebugStringWithIndent(const IsNvramDefinedReply& value, 56 int indent_size); 57 std::string GetProtoDebugString(const IsNvramDefinedReply& value); 58 std::string GetProtoDebugStringWithIndent(const IsNvramLockedRequest& value, 59 int indent_size); 60 std::string GetProtoDebugString(const IsNvramLockedRequest& value); 61 std::string GetProtoDebugStringWithIndent(const IsNvramLockedReply& value, 62 int indent_size); 63 std::string GetProtoDebugString(const IsNvramLockedReply& value); 64 std::string GetProtoDebugStringWithIndent(const GetNvramSizeRequest& value, 65 int indent_size); 66 std::string GetProtoDebugString(const GetNvramSizeRequest& value); 67 std::string GetProtoDebugStringWithIndent(const GetNvramSizeReply& value, 68 int indent_size); 69 std::string GetProtoDebugString(const GetNvramSizeReply& value); 70 71 } // namespace tpm_manager 72 73 #endif // TPM_MANAGER_COMMON_PRINT_TPM_NVRAM_INTERFACE_PROTO_H_ 74