| /base/tee/tee_os_kernel/kernel/include/common/ |
| D | kprint.h | 21 /* LOG_LEVEL is INFO by default */ 23 #if LOG_LEVEL >= WARNING 29 #if LOG_LEVEL >= INFO 35 #if LOG_LEVEL >= DEBUG
|
| /base/tee/tee_os_framework/lib/teelib/libteeos/src/log/ |
| D | tee_log.c | 65 uint8_t log_level; member 176 …c void tee_print_helper(const char *log_tag, enum log_source_type source_type, LOG_LEVEL log_level, in tee_print_helper() argument 192 log_item->log_level = log_level; in tee_print_helper() 224 void __attribute__((weak)) tee_print(LOG_LEVEL log_level, const char *fmt, ...) in tee_print() argument 232 tee_print_helper(g_debug_prefix, COMMON_SOURCE, log_level, fmt, ap); in tee_print() 237 void __attribute__((weak)) tee_print_driver(LOG_LEVEL log_level, const char *log_tag, const char *f… in tee_print_driver() argument 245 tee_print_helper(log_tag, DRIVER_SOURCE, log_level, fmt, ap); in tee_print_driver()
|
| /base/tee/tee_os_framework/lib/teelib/libteeos/include/tee/ |
| D | tee_log.h | 47 } LOG_LEVEL; typedef 51 void tee_print_driver(LOG_LEVEL log_level, const char *log_tag, const char *fmt, ...); 53 void tee_print(LOG_LEVEL log_level, const char *fmt, ...);
|
| /base/startup/init/services/log/ |
| D | init_log.c | 106 static const LogLevel LOG_LEVEL[] = { LOG_DEBUG, LOG_INFO, LOG_WARN, LOG_ERROR, LOG_FATAL }; in PrintLog() local 107 (void)HiLogPrint(INIT_LOG_INIT, LOG_LEVEL[logLevel], domain, tag, "%s", logInfo); in PrintLog() 113 static const LogLevel LOG_LEVEL[] = { LOG_DEBUG, LOG_INFO, LOG_WARN, LOG_ERROR, LOG_FATAL }; in PrintLog() local 114 HiLogBasePrint(LOG_CORE, LOG_LEVEL[logLevel], domain, tag, "%{public}s", logInfo); in PrintLog()
|
| /base/tee/tee_os_kernel/kernel/include/arch/aarch64/arch/trustzone/ |
| D | tlogger.h | 32 u8 log_level; member 52 u32 log_level; member
|
| /base/tee/tee_client/frameworks/include/ |
| D | tee_hilog_lock.h | 43 } LOG_LEVEL; typedef
|
| /base/powermgr/power_manager/ |
| D | powermanager.yaml | 23 LOG_LEVEL: {type: INT32, desc: runninglock log level}
|
| /base/tee/tee_os_kernel/kernel/arch/aarch64/trustzone/ |
| D | tlogger.c | 115 item->log_level = 2; in append_chcore_log()
|
| /base/hiviewdfx/hiview/test/unittest/xpower_event/ |
| D | xpower_jsevent_test.cpp | 32 option.SetLogLevel(RuntimeOption::LOG_LEVEL::ERROR); in SetUp()
|
| /base/tee/tee_os_kernel/kernel/irq/ |
| D | timer.c | 138 #if LOG_LEVEL == DEBUG in handle_timer_irq()
|
| /base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
| D | stats_service_config_parse_test.cpp | 642 cJSON_AddNumberToObject(root_, "LOG_LEVEL", NUMBER_PID); 658 cJSON_AddStringToObject(root_, "LOG_LEVEL", "log_level");
|
| /base/powermgr/battery_statistics/services/native/src/ |
| D | battery_stats_listener.cpp | 504 cJSON* logLevelItem = cJSON_GetObjectItemCaseSensitive(root, "LOG_LEVEL"); in ProcessWakelockEventInternal() 506 data.eventDebugInfo.append(" LOG_LEVEL = ").append(std::to_string(logLevelItem->valueint)); in ProcessWakelockEventInternal()
|
| /base/sensors/medical_sensor/interfaces/plugin/test/unittest/ |
| D | medical_js_test.cpp | 64 option.SetLogLevel(panda::RuntimeOption::LOG_LEVEL::ERROR); in MedicalJsTest()
|
| /base/powermgr/power_manager/services/native/src/ |
| D | power_state_machine.cpp | 2595 "LOG_LEVEL", logLevel, "TAG", tag, "MESSAGE", message); in RegisterDisplayOffTimeObserver()
|
| /base/powermgr/power_manager/power_dialog/hvigor/ |
| D | hvigor-wrapper.js | 15 …LOG_LEVEL=h.ANALYZE=h.PARALLEL=h.INCREMENTAL=h.DAEMON=h.DOT=h.PROPERTIES=h.HVIGOR_ARK_COMPILE_MAX_… property
|
| /base/customization/enterprise_device_management/test/unittest/test_bundle/right_hap/hvigor/ |
| D | hvigor-wrapper.js | 15 …LOG_LEVEL=h.ANALYZE=h.PARALLEL=h.INCREMENTAL=h.DAEMON=h.DOT=h.PROPERTIES=h.HVIGOR_ARK_COMPILE_MAX_… property
|