Searched refs:response_string (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
D | TestClient.cpp | 183 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()
|
D | TestClient.h | 73 std::string &response_string); 74 llvm::Error SendMessage(llvm::StringRef message, std::string &response_string,
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | router_test_util.cc | 75 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/ |
D | device_auth_namespace_handler.cc | 146 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/ |
D | end_to_end_async_unittest.cc | 191 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/ |
D | GDBRemoteCommunicationClient.h | 81 std::string &response_string);
|
D | ProcessGDBRemote.cpp | 3975 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()
|
D | GDBRemoteCommunicationClient.cpp | 666 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()
|