Home
last modified time | relevance | path

Searched refs:response_string (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DTestClient.cpp183 Error TestClient::SendMessage(StringRef message, std::string &response_string) { in SendMessage() argument
184 if (Error E = SendMessage(message, response_string, PacketResult::Success)) in SendMessage()
186 StringExtractorGDBRemote Extractor(response_string); in SendMessage()
192 Error TestClient::SendMessage(StringRef message, std::string &response_string, in SendMessage() argument
197 response.GetEscapedBinaryData(response_string); in SendMessage()
198 GTEST_LOG_(INFO) << "Read Packet: " << response_string; in SendMessage()
DTestClient.h73 std::string &response_string);
74 llvm::Error SendMessage(llvm::StringRef message, std::string &response_string,
/external/libchrome/mojo/public/cpp/bindings/tests/
Drouter_test_util.cc75 std::string response_string(request_string); in SendResponse() local
76 response_string += " world!"; in SendResponse()
77 AllocResponseMessage(name, response_string.c_str(), request_id, &response); in SendResponse()
/external/openscreen/cast/receiver/channel/
Ddevice_auth_namespace_handler.cc146 std::string response_string; in OnMessage() local
147 response_auth_message.SerializeToString(&response_string); in OnMessage()
153 response.set_payload_binary(std::move(response_string)); in OnMessage()
/external/libchrome/dbus/
Dend_to_end_async_unittest.cc191 std::string response_string; in OnResponse() local
192 ASSERT_TRUE(reader.PopString(&response_string)); in OnResponse()
193 response_strings_.push_back(response_string); in OnResponse()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h81 std::string &response_string);
DProcessGDBRemote.cpp3975 std::string response_string; in GetAuxvData() local
3977 response_string) == in GetAuxvData()
3979 buf = std::make_shared<DataBufferHeap>(response_string.c_str(), in GetAuxvData()
3980 response_string.length()); in GetAuxvData()
DGDBRemoteCommunicationClient.cpp666 const char *payload_prefix, std::string &response_string) { in SendPacketsAndConcatenateResponses() argument
678 response_string = ""; in SendPacketsAndConcatenateResponses()
705 response_string.append(this_string, 1, std::string::npos); in SendPacketsAndConcatenateResponses()