Searched refs:ServiceController (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | service_controller.cpp | 70 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() 110 int ServiceController::GetRqst(const MsgHeader& hdr, char* rqst, int expectedLen) in GetRqst() 124 void ServiceController::WriteRspHeader(IoctlCmd cmd, size_t len) in WriteRspHeader() 131 void ServiceController::WriteErrorRsp(int code) in WriteErrorRsp() 138 int ServiceController::WriteQueryResponse(OptCRef<HilogData> pData) in WriteQueryResponse() 183 void ServiceController [all...] |
H A D | cmd_executor.cpp | 96 ServiceController serviceCtrl(std::move(handler), m_logCollector, m_hilogBuffer, m_kmsgBuffer); in ClientEventLoop()
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | service_controller.h | 40 class ServiceController { class 45 ServiceController(std::unique_ptr<Socket> communicationSocket, LogCollector& collector, HilogBuffer& hilogBuffer, 47 ~ServiceController(); 104 void ServiceController::RequestHandler(const MsgHeader& hdr, std::function<void(const T& rqst)> handle) in RequestHandler()
|
Completed in 3 milliseconds