Home | History | Annotate | Download | only in generator

Lines Matching refs:Response

1226       const std::string& response"""
1310 VLOG(2) << "Response: " << base::HexEncode(response.data(), response.size());
1312 std::string buffer(response);"""
1333 if (response_size != response.size()) {
1401 const std::string& response) {
1409 response,%(method_arg_names_out)s
1449 std::string response = transceiver_->SendCommandAndWait(command);
1451 response,%(method_arg_names_out)s
1557 # Setup a serialized command code which is needed for the response hash.
1564 # Compute the response hash.
1571 # Parse response parameters.
1587 response callback via the error callback (see OutputErrorCallback).
1608 The error callback simply calls the command response callback with the error
1621 """Generates the implementation of a response callback for this command.
1623 The response callback takes the unmodified response from the TPM, parses it,
1624 and invokes the original response callback with the parsed response args.
1625 Errors during parsing or from the TPM are reported directly to the response
1655 This includes a method to serialize a request, a method to parse a response,
1819 """Returns a formatted argument list for a response-parse method."""
1965 out_file.write(_HANDLE_COUNT_FUNCTION_START % {'handle_type': 'Response'})