Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dhilog_collector_impl.cpp80 constexpr uint32_t MAX_LINE_NUM = 10000; in CollectLastLog() local
81 ExecuteHilog(pid, lineNum > MAX_LINE_NUM ? MAX_LINE_NUM : lineNum, fds[1]); in CollectLastLog()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp30 static const int MAX_LINE_NUM = 100; member
/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp26 static constexpr uint8_t MAX_LINE_NUM = 16; member
883 if ((i % MAX_LINE_NUM == 0) && (i != 0)) { in BuffToHex()

Completed in 4 milliseconds