Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
H A Dhiview_log.h80 #define CLEAR_HASH_FLAG(level_) ((level_) & 0x7) macro
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c413 level = CLEAR_HASH_FLAG(commonContentPtr->level); in LogCommonFmt()