• Home
  • Raw
  • Download

Lines Matching refs:ServiceController

60 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()
276 void ServiceController::SendDomainTagStats(const LogStats& stats) in SendDomainTagStats()
289 void ServiceController::SendProcStats(const LogStats& stats) in SendProcStats()
336 void ServiceController::SendProcLogTypeStats(const LogStats& stats) in SendProcLogTypeStats()
379 void ServiceController::SendProcTagStats(const LogStats& stats) in SendProcTagStats()
387 void ServiceController::SendTagStats(const TagTable &tagTable) in SendTagStats()
417 int ServiceController::CheckOutputRqst(const OutputRqst& rqst) in CheckOutputRqst()
439 void ServiceController::LogFilterFromOutputRqst(const OutputRqst& rqst, LogFilter& filter) in LogFilterFromOutputRqst()
484 void ServiceController::HandleOutputRqst(const OutputRqst &rqst) in HandleOutputRqst()
524 int ServiceController::CheckPersistStartRqst(const PersistStartRqst &rqst) in CheckPersistStartRqst()
546 void ServiceController::PersistStartRqst2Msg(const PersistStartRqst &rqst, LogPersistStartMsg &msg) in PersistStartRqst2Msg()
579 void ServiceController::HandlePersistStartRqst(const PersistStartRqst &rqst) in HandlePersistStartRqst()
616 void ServiceController::HandlePersistStopRqst(const PersistStopRqst &rqst) in HandlePersistStopRqst()
641 void ServiceController::HandlePersistQueryRqst(const PersistQueryRqst& rqst) in HandlePersistQueryRqst()
665 void ServiceController::HandleBufferSizeGetRqst(const BufferSizeGetRqst& rqst) in HandleBufferSizeGetRqst()
688 void ServiceController::HandleBufferSizeSetRqst(const BufferSizeSetRqst& rqst) in HandleBufferSizeSetRqst()
717 void ServiceController::HandleStatsQueryRqst(const StatsQueryRqst& rqst) in HandleStatsQueryRqst()
740 void ServiceController::HandleStatsClearRqst(const StatsClearRqst& rqst) in HandleStatsClearRqst()
748 void ServiceController::HandleDomainFlowCtrlRqst(const DomainFlowCtrlRqst& rqst) in HandleDomainFlowCtrlRqst()
758 void ServiceController::HandleLogRemoveRqst(const LogRemoveRqst& rqst) in HandleLogRemoveRqst()
781 void ServiceController::HandleLogKmsgEnableRqst(const KmsgEnableRqst& rqst) in HandleLogKmsgEnableRqst()
797 bool ServiceController::IsValidCmd(const CmdList& list, IoctlCmd cmd) in IsValidCmd()
803 void ServiceController::CommunicationLoop(std::atomic<bool>& stopLoop, const CmdList& list) in CommunicationLoop()
894 void ServiceController::NotifyForNewData() in NotifyForNewData()