Home
last modified time | relevance | path

Searched refs:OUTPUT_RQST (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
Dlog_ioctl.h99 if (rqstCmd == IoctlCmd::OUTPUT_RQST || rqstCmd == IoctlCmd::STATS_QUERY_RQST) { in Request()
/base/hiviewdfx/hilog/services/hilogd/
Dmain.cpp218 CmdList outputList {IoctlCmd::OUTPUT_RQST}; in HilogdEntry()
Dservice_controller.cpp819 case IoctlCmd::OUTPUT_RQST: { in CommunicationLoop()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h36 OUTPUT_RQST = 1, enumerator
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
Dlog_ioctl.cpp24 if (cmd == IoctlCmd::OUTPUT_RQST) { in GetSocketName()
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp403 LogIoctl ioctl(IoctlCmd::OUTPUT_RQST, IoctlCmd::OUTPUT_RSP); in QueryLogHandler()