Searched refs:m_communicationSocket (Results 1 – 2 of 2) sorted by relevance
63 : m_communicationSocket(std::move(communicationSocket)) in ServiceController()86 if (!m_communicationSocket) { in GetMsgHeader()90 int ret = m_communicationSocket->Read(reinterpret_cast<char *>(&hdr), sizeof(MsgHeader)); in GetMsgHeader()104 int ret = m_communicationSocket->Read(rqst, hdr.len); in GetRqst()115 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&header), sizeof(MsgHeader)); in WriteRspHeader()122 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&header), sizeof(MsgHeader)); in WriteErrorRsp()131 return m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp)); in WriteQueryResponse()151 return m_communicationSocket->WriteV(vec, vec_num); in WriteQueryResponse()196 m_communicationSocket->Write(reinterpret_cast<char *>(&rsp), sizeof(StatsQueryRsp)); in SendOverallStats()234 m_communicationSocket->Write(tmp, msgSize); in SendLogTypeDomainStats()[all …]
90 std::unique_ptr<Socket> m_communicationSocket; variable