Home
last modified time | relevance | path

Searched refs:MAX_LINE_NUM (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/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()
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp37 const int32_t MAX_LINE_NUM = 100; variable
98 if ((++lineNum > MAX_LINE_NUM) || !IsValidLine(line)) { in Init()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.h52 static const int MAX_LINE_NUM = 100;
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp26 static constexpr uint8_t MAX_LINE_NUM = 16; variable
883 if ((i % MAX_LINE_NUM == 0) && (i != 0)) { in BuffToHex()