Home
last modified time | relevance | path

Searched refs:LogIoctl (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
H A Dlog_ioctl.cpp31 LogIoctl::LogIoctl(IoctlCmd rqst, IoctlCmd rsp) : socket(GetSocketName(rqst), 0) in LogIoctl() function in OHOS::HiviewDFX::LogIoctl
41 int LogIoctl::SendMsgHeader(IoctlCmd cmd, size_t len) in SendMsgHeader()
55 int LogIoctl::ReceiveMsgHeaer(MsgHeader& hdr) in ReceiveMsgHeaer()
64 int LogIoctl::GetRsp(char* rsp, int len) in GetRsp()
73 int LogIoctl::ReceiveProcTagStats(StatsQueryRsp &rsp) in ReceiveProcTagStats()
104 int LogIoctl::ReceiveProcLogTypeStats(StatsQueryRsp &rsp) in ReceiveProcLogTypeStats()
134 int LogIoctl::ReceiveProcStats(StatsQueryRsp &rsp) in ReceiveProcStats()
163 int LogIoctl::ReceiveDomainTagStats(StatsQueryRsp &rsp) in ReceiveDomainTagStats()
198 int LogIoctl
[all...]
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
H A Dlog_ioctl.h32 class LogIoctl { class
34 LogIoctl(IoctlCmd rqst, IoctlCmd rsp);
35 ~LogIoctl() = default;
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()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp413 LogIoctl ioctl(IoctlCmd::OUTPUT_RQST, IoctlCmd::OUTPUT_RSP); in QueryLogHandler()
533 LogIoctl ioctl(IoctlCmd::BUFFERSIZE_GET_RQST, IoctlCmd::BUFFERSIZE_GET_RSP); in BufferSizeGetHandler()
557 LogIoctl ioctl(IoctlCmd::BUFFERSIZE_SET_RQST, IoctlCmd::BUFFERSIZE_SET_RSP); in BufferSizeSetHandler()
608 LogIoctl ioctl(IoctlCmd::KMSG_ENABLE_RQST, IoctlCmd::KMSG_ENABLE_RSP); in KmsgFeatureSetHandler()
697 LogIoctl ioctl(IoctlCmd::DOMAIN_FLOWCTRL_RQST, IoctlCmd::DOMAIN_FLOWCTRL_RSP); in SetDomainFlowCtrl()
731 LogIoctl ioctl(IoctlCmd::LOG_REMOVE_RQST, IoctlCmd::LOG_REMOVE_RSP); in RemoveHandler()
746 LogIoctl ioctl(IoctlCmd::STATS_QUERY_RQST, IoctlCmd::STATS_QUERY_RSP); in StatsInfoQueryHandler()
760 LogIoctl ioctl(IoctlCmd::STATS_CLEAR_RQST, IoctlCmd::STATS_CLEAR_RSP); in StatsInfoClearHandler()
873 LogIoctl ioctl(IoctlCmd::PERSIST_START_RQST, IoctlCmd::PERSIST_START_RSP); in PersistTaskStart()
888 LogIoctl ioct in PersistTaskStop()
[all...]

Completed in 4 milliseconds