Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp60 bool showPriv = true; in ParseLogContent() local
72 showPriv = false; in ParseLogContent()
86 AddLogContent(format, params, showPriv, &outParams); in ParseLogContent()
94 void HilogModule::AddLogContent(const char *format, const HilogVector *params, bool showPriv, in AddLogContent() argument
110showPriv ? PRIV_STR : HilogVector::GetStr(params, *(outParams->count)), outParams->logContent); in AddLogContent()
118showPriv ? PRIV_STR : HilogVector::GetStr(params, *(outParams->count)), outParams->logContent); in AddLogContent()
127showPriv ? PRIV_STR : HilogVector::GetStr(params, *(outParams->count)), outParams->logContent); in AddLogContent()
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H A Dhilog_napi_base.cpp58 bool showPriv = true; in ParseLogContent() local
70 showPriv = false; in ParseLogContent()
83 ret += (priv && showPriv) ? PRIV_STR : params[count].val; in ParseLogContent()
91 ret += (priv && showPriv) ? PRIV_STR : params[count].val; in ParseLogContent()
99 ret += (priv && showPriv) ? PRIV_STR : params[count].val; in ParseLogContent()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_module.h50 static void AddLogContent(const char *format, const HilogVector *params, bool showPriv,