Home
last modified time | relevance | path

Searched refs:HilogModule (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp44 void HilogModule::ParseLogContent(const HilogString *formatStr, const HilogVector *params, HilogString *logContent) in ParseLogContent()
94 void HilogModule::AddLogContent(const char *format, const HilogVector *params, bool showPriv, in AddLogContent()
142 JSIValue HilogModule::Debug(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Debug()
144 return HilogModule::HilogImpl(thisVal, args, argsNum, LogLevel::LOG_DEBUG); in Debug()
147 JSIValue HilogModule::Info(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Info()
149 return HilogModule::HilogImpl(thisVal, args, argsNum, LogLevel::LOG_INFO); in Info()
152 JSIValue HilogModule::Error(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Error()
154 return HilogModule::HilogImpl(thisVal, args, argsNum, LogLevel::LOG_ERROR); in Error()
157 JSIValue HilogModule::Warn(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Warn()
159 return HilogModule in Warn()
[all...]
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_module.h33 class HilogModule { class
35 HilogModule() = default;
36 ~HilogModule() = default;
/base/hiviewdfx/hilog_lite/test/unittest/
H A Dhilog_lite_test.cpp95 ACELite::HilogModule::ParseLogContent(&fmtStringBuffer, &params, &logContent); in HWTEST_F()
117 ACELite::HilogModule::ParseLogContent(&fmtStringBuffer, &params, &logContent); in HWTEST_F()
139 ACELite::HilogModule::ParseLogContent(&fmtStringBuffer, &params, &logContent); in HWTEST_F()
161 ACELite::HilogModule::ParseLogContent(&fmtStringBuffer, &params, &logContent); in HWTEST_F()
183 ACELite::HilogModule::ParseLogContent(&fmtStringBuffer, &params, &logContent); in HWTEST_F()
205 ACELite::HilogModule::ParseLogContent(&fmtStringBuffer, &params, &logContent); in HWTEST_F()
227 ACELite::HilogModule::ParseLogContent(&fmtStringBuffer, &params, &logContent); in HWTEST_F()
243 ACELite::JSIValue resultValue = ACELite::HilogModule::Debug(thisVal, &args, LOG_ARG_NUMBER); in HWTEST_F()
259 ACELite::JSIValue resultValue = ACELite::HilogModule::Info(thisVal, &args, LOG_ARG_NUMBER); in HWTEST_F()
275 ACELite::JSIValue resultValue = ACELite::HilogModule in HWTEST_F()
[all...]

Completed in 2 milliseconds