Searched refs:m_communicationSocket (Results 1 – 2 of 2) sorted by relevance
72 : m_communicationSocket(std::move(communicationSocket)), in ServiceController()98 if (!m_communicationSocket) { in GetMsgHeader()116 int ret = m_communicationSocket->Read(rqst, hdr.len); in GetRqst()163 return m_communicationSocket->WriteV(vec, vec_num); in WriteQueryResponse()246 m_communicationSocket->Write(tmp, msgSize); in SendLogTypeDomainStats()283 m_communicationSocket->Write(tmp, msgSize); in SendDomainStats()344 m_communicationSocket->Write(tmp, msgSize); in SendProcStats()386 m_communicationSocket->Write(tmp, msgSize); in SendProcLogTypeStats()425 m_communicationSocket->Write(tmp, msgSize); in SendTagStats()445 uid_t uid = m_communicationSocket->GetUid(); in CheckOutputRqst()[all …]
93 std::unique_ptr<Socket> m_communicationSocket; variable