Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_module.h27 typedef struct AddLogContentOutParams { struct
31 } AddLogContentOutParams; argument
51 const AddLogContentOutParams *outParams);
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp81 AddLogContentOutParams outParams = { in ParseLogContent()
95 const AddLogContentOutParams *outParams) in AddLogContent()