Lines Matching defs:HilogArgs
303 struct HilogArgs { struct
304 uint16_t headLines;
305 uint16_t baseLevel;
306 bool blackDomain;
307 int domainCount;
308 uint32_t domains[MAX_DOMAINS];
309 string regex;
310 string fileName;
311 int32_t buffSize;
312 uint32_t jobId;
313 uint32_t fileSize;
314 uint16_t levels;
315 string stream;
316 uint16_t fileNum;
317 bool blackPid;
318 int pidCount;
319 uint32_t pids[MAX_PIDS];
320 uint16_t types;
321 bool blackTag;
322 int tagCount;
323 string tags[MAX_TAGS];
324 bool colorful;
325 FormatTime timeFormat;
326 FormatTimeAccu timeAccuFormat;
327 bool year;
328 bool zone;
329 bool wrap;
330 bool noBlock;
331 uint16_t tailLines;
333 …HilogArgs() : headLines (0), baseLevel(0), blackDomain(false), domainCount(0), domains { 0 }, rege… in HilogArgs() argument
339 void ToOutputRqst(OutputRqst& rqst) in ToOutputRqst()
365 void ToPersistStartRqst(PersistStartRqst& rqst) in ToPersistStartRqst()
375 void ToPersistStopRqst(PersistStopRqst& rqst) in ToPersistStopRqst()
380 void ToBufferSizeSetRqst(BufferSizeSetRqst& rqst) in ToBufferSizeSetRqst()
386 void ToBufferSizeGetRqst(BufferSizeGetRqst& rqst) in ToBufferSizeGetRqst()
391 void ToStatsQueryRqst(StatsQueryRqst& rqst) in ToStatsQueryRqst()
401 void ToLogRemoveRqst(LogRemoveRqst& rqst) in ToLogRemoveRqst()