Home
last modified time | relevance | path

Searched refs:ServiceController (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp70 ServiceController::ServiceController(std::unique_ptr<Socket> communicationSocket, in ServiceController() function in OHOS::HiviewDFX::ServiceController
81 ServiceController::~ServiceController() in ~ServiceController()
96 int ServiceController::GetMsgHeader(MsgHeader& hdr) in GetMsgHeader()
124 void ServiceController::WriteRspHeader(IoctlCmd cmd, size_t len) in WriteRspHeader()
131 void ServiceController::WriteErrorRsp(int code) in WriteErrorRsp()
183 void ServiceController::SendOverallStats(const LogStats& stats) in SendOverallStats()
251 void ServiceController::SendDomainStats(const LogStats& stats) in SendDomainStats()
302 void ServiceController::SendProcStats(const LogStats& stats) in SendProcStats()
400 void ServiceController::SendTagStats(const TagTable &tagTable) in SendTagStats()
708 void ServiceController::HandlePersistClearRqst() in HandlePersistClearRqst()
[all …]
H A Dcmd_executor.cpp96 ServiceController serviceCtrl(std::move(handler), m_logCollector, m_hilogBuffer, m_kmsgBuffer); in ClientEventLoop()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dservice_controller.h40 class ServiceController {
45ServiceController(std::unique_ptr<Socket> communicationSocket, LogCollector& collector, HilogBuffe…
47 ~ServiceController();
104 void ServiceController::RequestHandler(const MsgHeader& hdr, std::function<void(const T& rqst)> han… in RequestHandler()