Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp60 ServiceController::ServiceController(std::unique_ptr<Socket> communicationSocket, in ServiceController() function in OHOS::HiviewDFX::ServiceController
69 ServiceController::~ServiceController() in ~ServiceController()
83 int ServiceController::GetMsgHeader(MsgHeader& hdr) in GetMsgHeader()
97 int ServiceController::GetRqst(const MsgHeader& hdr, char* rqst, int expectedLen) in GetRqst()
111 void ServiceController::WriteRspHeader(IoctlCmd cmd, size_t len) in WriteRspHeader()
118 void ServiceController::WriteErrorRsp(int code) in WriteErrorRsp()
125 int ServiceController::WriteQueryResponse(OptCRef<HilogData> pData) in WriteQueryResponse()
170 void ServiceController::SendOverallStats(const LogStats& stats) in SendOverallStats()
198 void ServiceController::SendLogTypeDomainStats(const LogStats& stats) in SendLogTypeDomainStats()
238 void ServiceController::SendDomainStats(const LogStats& stats) in SendDomainStats()
[all …]
Dcmd_executor.cpp94 ServiceController serviceCtrl(std::move(handler), m_logCollector, m_hilogBuffer); in ClientEventLoop()
/base/hiviewdfx/hilog/services/hilogd/include/
Dservice_controller.h40 class ServiceController {
45ServiceController(std::unique_ptr<Socket> communicationSocket, LogCollector& collector, HilogBuffe…
46 ~ServiceController();
100 void ServiceController::RequestHandler(const MsgHeader& hdr, std::function<void(const T& rqst)> han… in RequestHandler()