Home
last modified time | relevance | path

Searched refs:SendMessage (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
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/toolchain/inspector/
Dconnect_inspector.cpp62 g_inspector->connectServer_->SendMessage(info.second); in OnMessage()
203 g_inspector->connectServer_->SendMessage(message); in SendLayoutMessage()
207 void SendMessage(const std::string& message) in SendMessage() function
210 g_inspector->connectServer_->SendMessage(message); in SendMessage()
Dconnect_server.h39 void SendMessage(const std::string& message) const;
Dconnect_server.cpp77 void ConnectServer::SendMessage(const std::string& message) const in SendMessage() function in OHOS::ArkCompiler::Toolchain::ConnectServer
Dconnect_inspector.h39 void SendMessage(const std::string& message);
/arkcompiler/toolchain/test/fuzztest/connectserver_fuzzer/
Dconnectserver_fuzzer.cpp39 connectServer.SendMessage(message); in ConnectServerFuzzTest()
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
Dipc_message.h68 bool SendMessage(int fd, const Message &message);
Dipc_message.cpp21 bool SendMessage(int fd, const Message &message) in SendMessage() function
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.h67 static void SendMessage(ActionInfo action, std::string recv);
Dtest_util.cpp125 SendMessage(action, recv); in ForkSocketClient()
179 void TestUtil::SendMessage(ActionInfo action, std::string recv) in SendMessage() function in panda::ecmascript::tooling::test::TestUtil