Home
last modified time | relevance | path

Searched refs:Putc (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_string.h31 static char Putc(char c, HilogString *str);
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_string.cpp78 char HilogString::Putc(char c, HilogString *str) in Putc() function in OHOS::ACELite::HilogString
H A Dhilog_module.cpp65 HilogString::Putc(format[pos], logContent); in ParseLogContent()
133 HilogString::Putc(format[*(outParams->pos)], outParams->logContent); in AddLogContent()
137 HilogString::Putc(format[*(outParams->pos)], outParams->logContent); in AddLogContent()
/base/hiviewdfx/hilog_lite/test/unittest/
H A Dhilog_lite_test.cpp545 * @tc.desc: Call Putc.
554 ACELite::HilogString::Putc(TEST_CHAR, &fmtStringBuffer); in HWTEST_F()
560 * @tc.desc: Call Putc.
570 char resultValue = ACELite::HilogString::Putc('0', nullptr); in HWTEST_F()

Completed in 3 milliseconds