Home
last modified time | relevance | path

Searched refs:SendString (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/osp/impl/presentation/
Dpresentation_connection_unittest.cc182 controller.SendString(message); in TEST_F()
192 receiver.SendString(string_response); in TEST_F()
Dpresentation_connection.cc104 Error Connection::SendString(absl::string_view message) { in SendString() function in openscreen::osp::Connection
/external/openscreen/osp/demo/
Dosp_demo.cc275 connection->SendString("--echo-- " + std::string(message)); in OnStringMessage()
409 request_delegate.connection->SendString( in RunControllerPollLoop()
475 delegate.connection->SendString(argument_tail); in HandleReceiverCommand()
/external/openscreen/osp/public/presentation/
Dpresentation_connection.h144 Error SendString(absl::string_view message);
/external/libchrome/mojo/public/cpp/bindings/tests/
Dwtf_types_unittest.cc193 TEST_F(WTFTypesTest, SendString) { in TEST_F() argument
/external/libchrome/ipc/
Dipc_channel_mojo_unittest.cc61 void SendString(IPC::Sender* sender, const std::string& str) { in SendString() function
97 static void SendOK(IPC::Sender* sender) { SendString(sender, "OK"); } in SendOK()