Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H A Dhilog_napi_base.cpp37 static constexpr int PRIVATE_LEN = 7; variable
71 } else if (((pos + PRIVATE_LEN + PROPERTY_POS) < len) && in ParseLogContent()
72 formatStr.substr(pos + PROPERTY_POS, PRIVATE_LEN) == "private") { in ParseLogContent()
73 pos += (PRIVATE_LEN + PROPERTY_POS); in ParseLogContent()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp34 static const int32_t PRIVATE_LEN = 7; variable
73 } else if (((pos + PRIVATE_LEN + PROPERTY_POS) < len) && in ParseLogContent()
74 (strncmp(format + pos + PROPERTY_POS, "private", PRIVATE_LEN) == 0)) { in ParseLogContent()
75 pos += (PRIVATE_LEN + PROPERTY_POS); in ParseLogContent()