Searched refs:LogCollector (Results 1 – 6 of 6) sorted by relevance
26 class LogCollector {28 explicit LogCollector(HilogBuffer& buffer) : m_hilogBuffer(buffer) in LogCollector() function43 ~LogCollector() = default;
38 …explicit CmdExecutor(LogCollector& collector, HilogBuffer& buffer, const CmdList& list, const std:… in CmdExecutor()47 LogCollector& m_logCollector;
45 …ServiceController(std::unique_ptr<Socket> communicationSocket, LogCollector& collector, HilogBuffe…91 LogCollector& m_logCollector;
33 void LogCollector::InsertDropInfo(const HilogMsg &msg, int droppedCount) in InsertDropInfo()67 void LogCollector::onDataRecv(std::vector<char>& data) in onDataRecv()69 void LogCollector::onDataRecv(const ucred& cred, std::vector<char>& data) in onDataRecv()128 size_t LogCollector::InsertLogToBuffer(const HilogMsg& msg) in InsertLogToBuffer()133 void LogCollector::SetLogFlowControl(bool on) in SetLogFlowControl()138 void LogCollector::SetDebuggable(bool on) in SetDebuggable()
145 LogCollector logCollector(hilogBuffer); in HilogdEntry()
61 LogCollector& collector, HilogBuffer& buffer) in ServiceController()