Home
last modified time | relevance | path

Searched full:log_level (Results 1 – 7 of 7) sorted by relevance

/base/web/webview/ohos_nweb/include/
Dnweb_console_log.h37 NWebConsoleLogLevel log_level, in NWebConsoleLog() argument
41 log_level_(log_level), in NWebConsoleLog()
/base/startup/init/services/log/
Dinit_log.c101 static const LogLevel LOG_LEVEL[] = { LOG_DEBUG, LOG_INFO, LOG_WARN, LOG_ERROR, LOG_FATAL }; in PrintLog() local
102 (void)HiLogPrint(INIT_LOG_INIT, LOG_LEVEL[logLevel], domain, tag, "%s", logInfo); in PrintLog()
108 static const LogLevel LOG_LEVEL[] = { LOG_DEBUG, LOG_INFO, LOG_WARN, LOG_ERROR, LOG_FATAL }; in PrintLog() local
109 HiLogBasePrint(LOG_CORE, LOG_LEVEL[logLevel], domain, tag, "%{public}s", logInfo); in PrintLog()
/base/powermgr/power_manager/
Dpowermanager.yaml23 LOG_LEVEL: {type: INT32, desc: runninglock log level}
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_listener.cpp388 if (!root["LOG_LEVEL"].asString().empty()) { in ProcessWakelockEvent()
389 data.eventDebugInfo.append(" LOG_LEVEL = ").append(root["LOG_LEVEL"].asString()); in ProcessWakelockEvent()
/base/sensors/medical_sensor/interfaces/plugin/test/unittest/
Dmedical_js_test.cpp64 option.SetLogLevel(panda::RuntimeOption::LOG_LEVEL::ERROR); in MedicalJsTest()
/base/powermgr/power_manager/services/native/src/
Dpower_state_machine.cpp1096 … HiviewDFX::HiSysEvent::EventType::FAULT, "LOG_LEVEL", logLevel, "TAG", tag, "MESSAGE", message); in RecordFailure()
Drunning_lock_mgr.cpp678 "LOG_LEVEL", logLevel, "TAG", tag); in NotifyHiView()