Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
Dhiview_log.h79 #define CHECK_HASH_FLAG(level_) (((level_) & 0x8) == 0x8) macro
/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_output_log.c372 boolean isHash = CHECK_HASH_FLAG(logContentPtr->commonContent.level); in LogContentFmt()