| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | sp_thread_socket.h | 84 spSocket.Send("init::True"); in DealMsg() 86 spSocket.Send("init::False"); in DealMsg() 89 auto lambdaTask = [&spSocket](std::string data) { spSocket.Send(data); }; in DealMsg() 92 spSocket.Send("start::True"); in DealMsg() 94 spSocket.Send("start::False"); in DealMsg() 98 spSocket.Send("stop::True"); in DealMsg() 112 spSocket.Send(result); in DealMsg()
|
| D | sp_server_socket.h | 36 int Send(std::string sendBuf);
|
| /developtools/hdc/src/daemon/ |
| D | daemon.cpp | 210 Send(hSession->sessionId, channelId, CMD_KERNEL_HANDSHAKE, in HandDaemonAuth() 230 Send(hSession->sessionId, channelId, CMD_KERNEL_HANDSHAKE, in HandDaemonAuth() 301 Send(hSession->sessionId, channelId, CMD_KERNEL_HANDSHAKE, (uint8_t *)failedString.c_str(), in DaemonSessionHandshake() 320 Send(hSession->sessionId, channelId, CMD_KERNEL_HANDSHAKE, in DaemonSessionHandshake() 409 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, payload, 1); in FetchCommand() 421 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, &count, 1); in FetchCommand() 462 return Send(sessionId, channelId, command, reinterpret_cast<uint8_t *>(bufPtr), size) > 0; in ServerCommand()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/rpc/ |
| D | http_socket.h | 33 bool Send(const void* data, size_t len);
|
| D | http_server.cpp | 338 if (!client.Send(chunkLenbuff.str().data(), chunkLenbuff.str().size())) { in ProcessRequest() 342 if (!client.Send(result.data(), result.size())) { in ProcessRequest() 346 if (!client.Send("\r\n", strlen("\r\n"))) { in ProcessRequest() 352 if (!client.Send("0\r\n\r\n", strlen("0\r\n\r\n"))) { // chunk tail in ProcessRequest() 431 if (!client.Send(res.data(), res.size())) { in HttpResponse()
|
| D | http_socket.cpp | 142 bool HttpSocket::Send(const void* data, size_t len) in Send() function in SysTuning::TraceStreamer::HttpSocket
|
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/ |
| D | http_socket.h | 33 bool Send(const void* data, size_t len);
|
| D | http_socket.cpp | 142 bool HttpSocket::Send(const void* data, size_t len) in Send() function in SysTuning::TraceStreamer::HttpSocket
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/ |
| D | http_socket.h | 33 bool Send(const void* data, size_t len);
|
| D | http_socket.cpp | 142 bool HttpSocket::Send(const void* data, size_t len) in Send() function in SysTuning::TraceStreamer::HttpSocket
|
| /developtools/smartperf_host/trace_streamer/src/rpc/ |
| D | http_socket.h | 33 bool Send(const void* data, size_t len);
|
| D | http_server.cpp | 339 if (!client.Send(chunkLenbuff.str().data(), chunkLenbuff.str().size())) { in ProcessRequest() 343 if (!client.Send(result.data(), result.size())) { in ProcessRequest() 347 if (!client.Send("\r\n", strlen("\r\n"))) { in ProcessRequest() 353 if (!client.Send("0\r\n\r\n", strlen("0\r\n\r\n"))) { // chunk tail in ProcessRequest() 432 if (!client.Send(res.data(), res.size())) { in HttpResponse()
|
| D | http_socket.cpp | 142 bool HttpSocket::Send(const void* data, size_t len) in Send() function in SysTuning::TraceStreamer::HttpSocket
|
| /developtools/profiler/host/smartperf/ide/src/doc/md/ |
| D | quickstart_ability_monitor.md | 108 + Data Send:发送的网络数据总字节数。 109 + Data Send/sec:每秒发送的网络数据字节数。
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_ability_monitor.md | 108 + Data Send:发送的网络数据总字节数。 109 + Data Send/sec:每秒发送的网络数据字节数。
|
| /developtools/hdc/src/host/ |
| D | client.cpp | 421 thisClass->Send(thisClass->channel->channelId, in CommandWorker() 445 thisClass->Send(hChannel->channelId, reinterpret_cast<uint8_t *>(cmd), strlen(cmd)); in ReadStd() 551 Send(hChannel->channelId, reinterpret_cast<uint8_t *>(hShake), sizeof(ChannelHandShake)); in PreHandshake() 554 …Send(hChannel->channelId, reinterpret_cast<uint8_t *>(hShake), offsetof(struct ChannelHandShake, v… in PreHandshake() 559 Send(hChannel->channelId, in PreHandshake() 638 …Send(this->channel->channelId, reinterpret_cast<uint8_t *>(const_cast<char *>(this->command.c_str(… in WaitFor()
|
| D | server.cpp | 452 Send(hSession->sessionId, 0, CMD_KERNEL_HANDSHAKE, in HandServerAuth() 467 Send(hSession->sessionId, 0, CMD_KERNEL_HANDSHAKE, in HandServerAuth() 550 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, &flag, 1); in FetchCommand() 577 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, payload, 1); in FetchCommand() 903 Send(hSession->sessionId, hChannel->channelId, CMD_KERNEL_CHANNEL_CLOSE, &count, 1); in DeatchChannel()
|
| D | server_for_client.cpp | 87 thisClass->Send(hChannel->channelId, (uint8_t *)&handShake, sizeof(struct ChannelHandShake)); in AcceptClient() 90 thisClass->Send(hChannel->channelId, reinterpret_cast<uint8_t *>(&handShake), in AcceptClient() 214 …if (ptrServer->Send(hdi->hSession->sessionId, hChannel->channelId, commandFlag, bufPtr, bufSize) <… in SendToDaemon()
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | sp_server_socket.cpp | 71 int SpServerSocket::Send(std::string sendBuf) in Send() function in OHOS::SmartPerf::SpServerSocket
|
| /developtools/hdc/src/common/ |
| D | channel.h | 49 void Send(const uint32_t channelId, uint8_t *bufPtr, const int size);
|
| D | task.cpp | 67 … return sessionBase->Send(taskInfo->sessionId, taskInfo->channelId, command, bufPtr, size) > 0; in SendToAnother()
|
| D | session.h | 92 …int Send(const uint32_t sessionId, const uint32_t channelId, const uint16_t commandFlag, const uin…
|
| D | channel.cpp | 330 void HdcChannelBase::Send(const uint32_t channelId, uint8_t *bufPtr, const int size) in Send() function in Hdc::HdcChannelBase
|
| D | session.cpp | 798 int HdcSessionBase::Send(const uint32_t sessionId, const uint32_t channelId, const uint16_t command… in Send() function in Hdc::HdcSessionBase 1074 Send(hSession->sessionId, 0, CMD_KERNEL_HANDSHAKE, in WorkThreadStartSession()
|