Home
last modified time | relevance | path

Searched defs:rqst (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp430 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 …]
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
H A Dlog_ioctl.h67 int LogIoctl::RequestMsgHead(const T1& rqst) in RequestMsgHead()
97 int LogIoctl::Request(const T1& rqst, std::function<int(const T2& rsp)> handle) in Request()
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp411 OutputRqst rqst = { 0 }; in QueryLogHandler() local
531 BufferSizeGetRqst rqst = { 0 }; in BufferSizeGetHandler() local
555 BufferSizeSetRqst rqst; in BufferSizeSetHandler() local
695 DomainFlowCtrlRqst rqst = { 0 }; in SetDomainFlowCtrl() local
729 LogRemoveRqst rqst = { 0 }; in RemoveHandler() local
744 StatsQueryRqst rqst = { 0 }; in StatsInfoQueryHandler() local
759 StatsClearRqst rqst = { 0 }; in StatsInfoClearHandler() local
886 PersistStopRqst rqst = { 0 }; in PersistTaskStop() local
909 PersistQueryRqst rqst = { 0 }; in PersistTaskQuery() local
925 PersistRefreshRqst rqst = { 0 }; in PersistTaskRefresh() local
[all …]
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
H A Dlog_ioctl.cpp31 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()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dservice_controller.h113 T *rqst = reinterpret_cast<T *>(data); in RequestHandler() local