Searched refs:communicationSocket (Results 1 – 2 of 2) sorted by relevance
45 …ServiceController(std::unique_ptr<Socket> communicationSocket, LogCollector& collector, HilogBuffe…
60 ServiceController::ServiceController(std::unique_ptr<Socket> communicationSocket, in ServiceController() argument62 : m_communicationSocket(std::move(communicationSocket)) in ServiceController()