Home
last modified time | relevance | path

Searched refs:HilogProc (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_output_log.h73 void HiviewRegisterHilogProc(HilogProc func);
78 void HiviewUnRegisterHilogProc(HilogProc func);
Dhiview_log.c191 void HiLogRegisterProc(HilogProc func) in HiLogRegisterProc()
196 void HiLogUnRegisterProc(HilogProc func) in HiLogUnRegisterProc()
Dhiview_output_log.c64 static HilogProc g_hilogOutputProc = NULL;
638 void HiviewRegisterHilogProc(HilogProc func) in HiviewRegisterHilogProc()
648 void HiviewUnRegisterHilogProc(HilogProc func) in HiviewUnRegisterHilogProc()
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
Dhiview_log.h213 typedef boolean (*HilogProc)(const HiLogContent *hilogContent, uint32 len); typedef
219 void HiLogRegisterProc(HilogProc func);
224 void HiLogUnRegisterProc(HilogProc func);