Home
last modified time | relevance | path

Searched refs:LogContentFmt (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.h60 int32 LogContentFmt(char *outStr, int32 outStrLen, const uint8 *pLogContent);
H A Dhiview_output_log.c164 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), data) > 0) { in OutputLog()
227 len = LogContentFmt(tempOutStr, sizeof(tempOutStr), (uint8 *)&logContent); in OutputLogRealtime()
259 len = LogContentFmt(tempOutStr, sizeof(tempOutStr), (uint8 *)&logContent); in OutputLog2TextFile()
366 int32 LogContentFmt(char *outStr, int32 outStrLen, const uint8 *pLogContent) in LogContentFmt() function
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-stm32f407-on-minisystem-eth.md1076 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) {
H A Dporting-bes2600w-on-minisystem-display-demo.md1160 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) {
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-stm32f407-on-minisystem-eth.md1074 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) {
H A Dporting-bes2600w-on-minisystem-display-demo.md1159 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) {