Searched defs:rqst (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | service_controller.h | 113 T *rqst = reinterpret_cast<T *>(data); RequestHandler() local [all...] |
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/ |
H A D | log_ioctl.h | 67 int LogIoctl::RequestMsgHead(const T1& rqst)
in RequestMsgHead() argument 97 int LogIoctl::Request(const T1& rqst, std::function<int(const T2& rsp)> handle)
in Request() argument
|
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/ |
H A D | log_ioctl.cpp | 31 LogIoctl::LogIoctl(IoctlCmd rqst, IoctlCmd rsp) : socket(GetSocketName(rqst), 0)
in LogIoctl() argument 301 int LogIoctl::RequestOutput(const OutputRqst& rqst, std::function<int(const OutputRsp& rsp)> handle)
in RequestOutput() argument 329 int LogIoctl::RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& rsp)> handle)
in RequestStatsQuery() argument
|
/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | main.cpp | 411 OutputRqst rqst = { 0 }; QueryLogHandler() local 531 BufferSizeGetRqst rqst = { 0 }; BufferSizeGetHandler() local 555 BufferSizeSetRqst rqst; BufferSizeSetHandler() local 607 KmsgEnableRqst rqst = { kmsgOn }; KmsgFeatureSetHandler() local 695 DomainFlowCtrlRqst rqst = { 0 }; SetDomainFlowCtrl() local 729 LogRemoveRqst rqst = { 0 }; RemoveHandler() local 744 StatsQueryRqst rqst = { 0 }; StatsInfoQueryHandler() local 759 StatsClearRqst rqst = { 0 }; StatsInfoClearHandler() local 871 PersistStartRqst rqst = { { 0 }, 0 }; PersistTaskStart() local 886 PersistStopRqst rqst = { 0 }; PersistTaskStop() local 909 PersistQueryRqst rqst = { 0 }; PersistTaskQuery() local 925 PersistRefreshRqst rqst = { 0 }; PersistTaskRefresh() local 941 PersistClearRqst rqst = { 0 }; ClearPersistLog() local [all...] |
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | service_controller.cpp | 110 int ServiceController::GetRqst(const MsgHeader& hdr, char* rqst, int expectedLen) in GetRqst() argument 430 int ServiceController::CheckOutputRqst(const OutputRqst& rqst) in CheckOutputRqst() argument 452 void ServiceController::LogFilterFromOutputRqst(const OutputRqst& rqst, LogFilte argument 497 HandleOutputRqst(const OutputRqst &rqst) HandleOutputRqst() argument 541 CheckPersistStartRqst(const PersistStartRqst &rqst) CheckPersistStartRqst() argument 563 PersistStartRqst2Msg(const PersistStartRqst &rqst, LogPersistStartMsg &msg) PersistStartRqst2Msg() argument 596 HandlePersistStartRqst(const PersistStartRqst &rqst) HandlePersistStartRqst() argument 634 HandlePersistStopRqst(const PersistStopRqst &rqst) HandlePersistStopRqst() argument 659 HandlePersistQueryRqst(const PersistQueryRqst& rqst) HandlePersistQueryRqst() argument 683 HandlePersistRefreshRqst(const PersistRefreshRqst& rqst) HandlePersistRefreshRqst() argument 716 HandleBufferSizeGetRqst(const BufferSizeGetRqst& rqst) HandleBufferSizeGetRqst() argument 740 HandleBufferSizeSetRqst(const BufferSizeSetRqst& rqst) HandleBufferSizeSetRqst() argument 770 HandleStatsQueryRqst(const StatsQueryRqst& rqst) HandleStatsQueryRqst() argument 793 HandleStatsClearRqst(const StatsClearRqst& rqst) HandleStatsClearRqst() argument 801 HandleDomainFlowCtrlRqst(const DomainFlowCtrlRqst& rqst) HandleDomainFlowCtrlRqst() argument 811 HandleLogRemoveRqst(const LogRemoveRqst& rqst) HandleLogRemoveRqst() argument 835 HandleLogKmsgEnableRqst(const KmsgEnableRqst& rqst) HandleLogKmsgEnableRqst() argument [all...] |
Completed in 4 milliseconds