Home | History | Annotate | Download | only in trunks

Lines Matching refs:Response

66   auto on_success = [callback](const SendCommandResponse& response) {
67 callback.Run(response.response());
70 SendCommandResponse response;
71 response.set_response(CreateErrorResponse(SAPI_RC_NO_RESPONSE_RECEIVED));
72 callback.Run(response.response());
92 std::unique_ptr<dbus::Response> dbus_response =
103 return tpm_response_proto.response();
105 LOG(ERROR) << "TrunksProxy could not parse response: "