Home
last modified time | relevance | path

Searched refs:SendMessage (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
H A Dprofiling_data.cpp50 if (!SendMessage(sock.Get(), msgVersion)) { in DumpAndResetFeatures()
60 if (!SendMessage(sock.Get(), msgAppInfo)) { in DumpAndResetFeatures()
75 if (!SendMessage(sock.Get(), msgFeatureData)) { in DumpAndResetFeatures()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
H A Dendpoint_base.h72 virtual void SendMessage(const std::string &message) = 0;
82 SendMessage(message); in Send()
/arkcompiler/toolchain/inspector/
H A Dconnect_inspector.cpp57 g_inspector->connectServer_->SendMessage(info.second); in OnConnectedMessage()
261 g_inspector->connectServer_->SendMessage(message); in SendLayoutMessage()
265 void SendMessage(const std::string& message) in SendMessage() function
268 g_inspector->connectServer_->SendMessage(message); in SendMessage()
286 g_inspector->connectServer_->SendMessage(message); in SendProfilerMessage()
H A Dconnect_server.h38 void SendMessage(const std::string& message) const;
H A Dconnect_inspector.h39 void SendMessage(const std::string& message);
H A Dconnect_server.cpp89 void ConnectServer::SendMessage(const std::string& message) const in SendMessage() function in OHOS::ArkCompiler::Toolchain::ConnectServer
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
H A Dohos_ws_server_endpoint.h37 void SendMessage(const std::string &message) override
/arkcompiler/toolchain/test/fuzztest/connectserversendmessage_fuzzer/
H A Dconnectserversendmessage_fuzzer.cpp39 connectServer.SendMessage(message); in ConnectServerSendMessageFuzzTest()
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H A Dipc_message.h68 bool SendMessage(int fd, const Message &message);
H A Dipc_message.cpp21 bool SendMessage(int fd, const Message &message) in SendMessage() function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
H A Dserver_endpoint.h62 void SendMessage(const std::string &message) override
/arkcompiler/toolchain/tooling/test/client_utils/
H A Dtest_util.cpp126 SendMessage(action, recv); in ForkSocketClient()
180 void TestUtil::SendMessage(ActionInfo action, std::string recv) in SendMessage() function in panda::ecmascript::tooling::test::TestUtil
H A Dtest_util.h70 static void SendMessage(ActionInfo action, std::string recv);
/arkcompiler/toolchain/inspector/test/
H A Dconnect_server_test.cpp108 SendMessage(INSPECTOR_SERVER_OK); in ReturnValueVerification()

Completed in 5 milliseconds