Searched refs:response_string (Results 1 – 1 of 1) sorted by relevance
75 std::string response_string(request_string); in SendResponse() local76 response_string += " world!"; in SendResponse()77 AllocResponseMessage(name, response_string.c_str(), request_id, &response); in SendResponse()