Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dservice_controller.h45 …ServiceController(std::unique_ptr<Socket> communicationSocket, LogCollector& collector, HilogBuffe…
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp60 ServiceController::ServiceController(std::unique_ptr<Socket> communicationSocket, in ServiceController() argument
62 : m_communicationSocket(std::move(communicationSocket)) in ServiceController()