Home
last modified time | relevance | path

Searched refs:m_communicationSocket (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp72 : 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 …]
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dservice_controller.h93 std::unique_ptr<Socket> m_communicationSocket; variable