Home
last modified time | relevance | path

Searched refs:headLines (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp295 uint16_t headLines; member
323 …HilogArgs() : headLines (0), baseLevel(0), blackDomain(false), domainCount(0), domains { 0 }, rege… in HilogArgs()
331 rqst.headLines = headLines; in ToOutputRqst()
444 context.headLines = static_cast<uint16_t>(lines); in HeadHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h71 uint16_t headLines; member
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp494 int lines = rqst.headLines ? rqst.headLines : rqst.tailLines; in HandleOutputRqst()