Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hisysevent_plugin/src/
Dhisysevent_plugin.cpp32 constexpr int MIN_STRING_LEN = 10; variable
202 CHECK_TRUE(data != nullptr && len >= MIN_STRING_LEN, false, "NOTE %s: param invalid", __func__); in ParseSyseventLineInfo()