Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c533 #define PUBLIC_FLAG "{public}" macro
664 if (0 == strncmp(format, PUBLIC_FLAG, PUBLIC_FLAG_LEN)) { in HiLogSecOutputS()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl151 #define PUBLIC_FLAG "{public}" macro
529 if (strncmp(format, PUBLIC_FLAG, PUBLIC_FLAG_LEN) == 0) {