Searched defs:rqst (Results 1 – 5 of 5) sorted by relevance
430 int ServiceController::CheckOutputRqst(const OutputRqst& rqst) in CheckOutputRqst()497 void ServiceController::HandleOutputRqst(const OutputRqst &rqst) in HandleOutputRqst()541 int ServiceController::CheckPersistStartRqst(const PersistStartRqst &rqst) in CheckPersistStartRqst()596 void ServiceController::HandlePersistStartRqst(const PersistStartRqst &rqst) in HandlePersistStartRqst()634 void ServiceController::HandlePersistStopRqst(const PersistStopRqst &rqst) in HandlePersistStopRqst()659 void ServiceController::HandlePersistQueryRqst(const PersistQueryRqst& rqst) in HandlePersistQueryRqst()770 void ServiceController::HandleStatsQueryRqst(const StatsQueryRqst& rqst) in HandleStatsQueryRqst()793 void ServiceController::HandleStatsClearRqst(const StatsClearRqst& rqst) in HandleStatsClearRqst()811 void ServiceController::HandleLogRemoveRqst(const LogRemoveRqst& rqst) in HandleLogRemoveRqst()835 void ServiceController::HandleLogKmsgEnableRqst(const KmsgEnableRqst& rqst) in HandleLogKmsgEnableRqst()[all …]
67 int LogIoctl::RequestMsgHead(const T1& rqst) in RequestMsgHead()97 int LogIoctl::Request(const T1& rqst, std::function<int(const T2& rsp)> handle) in Request()
411 OutputRqst rqst = { 0 }; in QueryLogHandler() local531 BufferSizeGetRqst rqst = { 0 }; in BufferSizeGetHandler() local555 BufferSizeSetRqst rqst; in BufferSizeSetHandler() local695 DomainFlowCtrlRqst rqst = { 0 }; in SetDomainFlowCtrl() local729 LogRemoveRqst rqst = { 0 }; in RemoveHandler() local744 StatsQueryRqst rqst = { 0 }; in StatsInfoQueryHandler() local759 StatsClearRqst rqst = { 0 }; in StatsInfoClearHandler() local886 PersistStopRqst rqst = { 0 }; in PersistTaskStop() local909 PersistQueryRqst rqst = { 0 }; in PersistTaskQuery() local925 PersistRefreshRqst rqst = { 0 }; in PersistTaskRefresh() local[all …]
31 LogIoctl::LogIoctl(IoctlCmd rqst, IoctlCmd rsp) : socket(GetSocketName(rqst), 0) in LogIoctl()301 int LogIoctl::RequestOutput(const OutputRqst& rqst, std::function<int(const OutputRsp& rsp)> handle) in RequestOutput()329 int LogIoctl::RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& … in RequestStatsQuery()
113 T *rqst = reinterpret_cast<T *>(data); in RequestHandler() local