Lines Matching refs:m_communicationSocket

72     : m_communicationSocket(std::move(communicationSocket)),
98 if (!m_communicationSocket) {
102 int ret = m_communicationSocket->Read(reinterpret_cast<char *>(&hdr), sizeof(MsgHeader));
116 int ret = m_communicationSocket->Read(rqst, hdr.len);
127 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&header), sizeof(MsgHeader));
134 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&header), sizeof(MsgHeader));
143 return m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
163 return m_communicationSocket->WriteV(vec, vec_num);
208 m_communicationSocket->Write(reinterpret_cast<char *>(&rsp), sizeof(StatsQueryRsp));
246 m_communicationSocket->Write(tmp, msgSize);
283 m_communicationSocket->Write(tmp, msgSize);
344 m_communicationSocket->Write(tmp, msgSize);
386 m_communicationSocket->Write(tmp, msgSize);
425 m_communicationSocket->Write(tmp, msgSize);
445 uid_t uid = m_communicationSocket->GetUid();
483 uid_t uid = m_communicationSocket->GetUid();
484 uint32_t pid = static_cast<uint32_t>(m_communicationSocket->GetPid());
631 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
656 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
680 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
705 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
713 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
737 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
767 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
798 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
808 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
832 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));
848 (void)m_communicationSocket->Write(reinterpret_cast<char*>(&rsp), sizeof(rsp));