/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_performance_test.cpp | 87 g_logLevel = LOG_INFO; in SetUp() 146 g_logLevel = LOG_DEBUG; in ParseIndexCost() 184 g_logLevel = LOG_DEBUG; in TestLoadFromIndex() 186 g_logLevel = LOG_INFO; in TestLoadFromIndex() 192 g_logLevel = LOG_DEBUG; in TestLoadFromIndex() 240 g_logLevel = LOG_DEBUG; 274 g_logLevel = LOG_DEBUG; 311 g_logLevel = LOG_DEBUG; 341 g_logLevel = LOG_DEBUG; 371 g_logLevel = LOG_DEBUG; [all …]
|
H A D | res_config_test.cpp | 43 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | hap_manager_test.cpp | 45 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | res_desc_test.cpp | 41 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | hap_parser_test.cpp | 44 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | theme_manager_test.cpp | 48 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | string_utils_test.cpp | 41 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | theme_config_test.cpp | 47 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | hap_resource_test.cpp | 47 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | resource_manager_performance_test.cpp | 87 g_logLevel = LOG_INFO; in SetUp() 145 g_logLevel = LOG_DEBUG; in TestLoadFromIndex() 147 g_logLevel = LOG_INFO; in TestLoadFromIndex() 185 g_logLevel = LOG_DEBUG; in TestLoadFromIndex() 233 g_logLevel = LOG_DEBUG; 267 g_logLevel = LOG_DEBUG; 304 g_logLevel = LOG_DEBUG; 334 g_logLevel = LOG_DEBUG; 364 g_logLevel = LOG_DEBUG; 401 g_logLevel = LOG_DEBUG; [all …]
|
H A D | res_config_test.cpp | 43 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | string_utils_test.cpp | 42 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | hap_manager_test.cpp | 44 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | global_test.cpp | 45 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | hap_parser_test.cpp | 44 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
H A D | res_desc_test.cpp | 41 g_logLevel = LOG_DEBUG; in SetUpTestCase()
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxlog/ |
H A D | dfx_log.cpp | 26 static LogLevel g_logLevel = LogLevel::LOG_INFO; variable 76 return LogLevel::LOG_DEBUG >= g_logLevel ? true : false; in CheckDebugLevel() 81 g_logLevel = logLevel; in SetLogLevel() 86 return g_logLevel; in GetLogLevel() 92 if (logLevel < g_logLevel) { in DfxLogPrint()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | hilog_wrapper.h | 47 extern LogLevel g_logLevel; 57 if (OHOS::Global::Resource::g_logLevel <= LOG_WARN) { \ 63 if (OHOS::Global::Resource::g_logLevel <= LOG_INFO) { \ 69 if (OHOS::Global::Resource::g_logLevel <= LOG_DEBUG) { \
|
/ohos5.0/base/startup/init/services/log/ |
H A D | init_log.c | 40 static InitLogLevel g_logLevel = INIT_INFO; variable 133 if ((int)g_logLevel > logLevel) { in InitLog() 142 g_logLevel = level; in SetInitLogLevel() 149 g_logLevel = level; in EnableInitLog() 155 return g_logLevel; in GetInitLogLevel()
|
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/ |
H A D | selinux_log.c | 28 static int g_logLevel = SELINUX_HILOG_ERROR; variable 32 g_logLevel = logLevel; in SetSelinuxHilogLevel() 37 if (logLevel != SELINUX_HILOG_AVC && logLevel > g_logLevel) { in SelinuxHilog()
|
H A D | selinux_klog.c | 24 static int g_logLevel = SELINUX_KERROR; variable 33 g_logLevel = logLevel; in SetSelinuxKmsgLevel() 48 if (logLevel != SELINUX_KAVC && logLevel > g_logLevel) { in SelinuxKmsg()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_log.c | 21 static uint32_t g_logLevel = NSTACKX_LOG_LEVEL_INFO; variable 39 return g_logLevel; in GetLogLevel() 47 g_logLevel = logLevel; in SetLogLevel()
|
/ohos5.0/base/update/updater/services/log/ |
H A D | log.cpp | 37 static int g_logLevel = INFO; variable 54 if (g_logLevel > level_) { in ~UpdaterLogger() 82 g_logLevel = level; in SetLogLevel() 102 if (g_logLevel <= level_) { in OutputUpdaterLog()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-log.md | 162 …设置完成之后init的g_logLevel等级立即生效,上述log接口中log等级大于等于g_logLevel才会打印日志。例如:begetctl setloglevel 3,即设置log等级为I…
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hilog_wrapper.h | 46 extern LogLevel g_logLevel;
|