Home
last modified time | relevance | path

Searched refs:LogCollector (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_collector.h26 class LogCollector { class
28 explicit LogCollector(HilogBuffer& buffer) : m_hilogBuffer(buffer) in LogCollector() function in OHOS::HiviewDFX::LogCollector
43 ~LogCollector() = default;
H A Dcmd_executor.h38 explicit CmdExecutor(LogCollector& collector, HilogBuffer& hilogBuffer, HilogBuffer& kmsgBuffer, in CmdExecutor()
48 LogCollector& m_logCollector;
H A Dservice_controller.h45 ServiceController(std::unique_ptr<Socket> communicationSocket, LogCollector& collector, HilogBuffer& hilogBuffer,
94 LogCollector& m_logCollector;
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_collector.cpp33 void LogCollector::InsertDropInfo(const HilogMsg &msg, int droppedCount) in InsertDropInfo()
67 void LogCollector::onDataRecv(std::vector<char>& data, int dataLen) in onDataRecv()
69 void LogCollector::onDataRecv(const ucred& cred, std::vector<char>& data, int dataLen) in onDataRecv()
128 size_t LogCollector::InsertLogToBuffer(const HilogMsg& msg) in InsertLogToBuffer()
134 void LogCollector::SetLogFlowControl(bool on) in SetLogFlowControl()
139 void LogCollector::SetDebuggable(bool on) in SetDebuggable()
H A Dmain.cpp145 LogCollector logCollector(hilogBuffer); in HilogdEntry()
H A Dservice_controller.cpp71 LogCollector& collector, HilogBuffer& hilogBuffer, HilogBuffer& kmsgBuffer) in ServiceController()
/base/hiviewdfx/hilog/test/fuzztest/hilogserver_fuzzer/
H A Dhilogserver_fuzzer.cpp29 HiviewDFX::LogCollector logCollector(hilogBuffer); in DoSomethingInterestingWithMyAPI()

Completed in 5 milliseconds