Searched refs:showPriv (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
H A D | hilog_module.cpp | 60 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 110 … showPriv ? PRIV_STR : HilogVector::GetStr(params, *(outParams->count)), outParams->logContent); in AddLogContent() 118 … showPriv ? PRIV_STR : HilogVector::GetStr(params, *(outParams->count)), outParams->logContent); in AddLogContent() 127 … showPriv ? 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 D | hilog_napi_base.cpp | 58 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 D | hilog_module.h | 50 static void AddLogContent(const char *format, const HilogVector *params, bool showPriv,
|