Searched refs:ServiceController (Results 1 – 3 of 3) sorted by relevance
70 ServiceController::ServiceController(std::unique_ptr<Socket> communicationSocket, in ServiceController() function in OHOS::HiviewDFX::ServiceController81 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 …]
96 ServiceController serviceCtrl(std::move(handler), m_logCollector, m_hilogBuffer, m_kmsgBuffer); in ClientEventLoop()
40 class ServiceController {45 …ServiceController(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()