/base/security/code_signature/services/key_enable/utils/src/ |
H A D | devices_security.cpp | 43 LOG_DEBUG(LABEL, "Oemode is rd"); in CheckDeviceMode() 46 LOG_DEBUG(LABEL, "Not rd mode, cmdline = %{private}s", buf); in CheckDeviceMode() 54 LOG_DEBUG(LABEL, "device is not efused"); in CheckEfuseStatus() 57 LOG_DEBUG(LABEL, "Not efused, cmdline = %{private}s", buf); in CheckEfuseStatus()
|
/base/hiviewdfx/hilog_lite/command/ |
H A D | hilog_command.c | 55 .level = LOG_DEBUG, 85 if (level >= LOG_DEBUG && level < HILOG_LEVEL_MAX) { in SetLogLevel() 119 unsigned char level = LOG_DEBUG; in SetOutputLevel() 120 if (cmd == g_logLevelInfo[LOG_DEBUG]) { in SetOutputLevel() 121 level = LOG_DEBUG; in SetOutputLevel() 232 for (logMinLevel = LOG_DEBUG; logMinLevel < HILOG_LEVEL_MAX; logMinLevel++) { in FilterLevelLog()
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_performance_test.cpp | 146 g_logLevel = LOG_DEBUG; in ParseIndexCost() 184 g_logLevel = LOG_DEBUG; in TestLoadFromIndex() 192 g_logLevel = LOG_DEBUG; in TestLoadFromIndex() 240 g_logLevel = LOG_DEBUG; in HWTEST_F() 274 g_logLevel = LOG_DEBUG; in HWTEST_F() 311 g_logLevel = LOG_DEBUG; in HWTEST_F() 341 g_logLevel = LOG_DEBUG; in HWTEST_F() 371 g_logLevel = LOG_DEBUG; in HWTEST_F() 408 g_logLevel = LOG_DEBUG; in HWTEST_F() 438 g_logLevel = LOG_DEBUG; in HWTEST_F() [all...] |
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | resource_manager_performance_test.cpp | 145 g_logLevel = LOG_DEBUG; in TestLoadFromIndex() 185 g_logLevel = LOG_DEBUG; in TestLoadFromIndex() 233 g_logLevel = LOG_DEBUG; in HWTEST_F() 267 g_logLevel = LOG_DEBUG; in HWTEST_F() 304 g_logLevel = LOG_DEBUG; in HWTEST_F() 334 g_logLevel = LOG_DEBUG; in HWTEST_F() 364 g_logLevel = LOG_DEBUG; in HWTEST_F() 401 g_logLevel = LOG_DEBUG; in HWTEST_F() 431 g_logLevel = LOG_DEBUG; in HWTEST_F() 460 g_logLevel = LOG_DEBUG; in HWTEST_F() [all...] |
/base/update/updater/services/flashd/daemon/ |
H A D | daemon.cpp | 34 WRITE_LOG(LOG_DEBUG, "~HdcDaemon"); in ~HdcDaemon() 53 WRITE_LOG(LOG_DEBUG, "~HdcDaemon finish"); in ClearInstanceResource() 60 WRITE_LOG(LOG_DEBUG, "Stop TCP"); in TryStopInstance() 64 WRITE_LOG(LOG_DEBUG, "Stop USB"); in TryStopInstance() 70 WRITE_LOG(LOG_DEBUG, "Stop loopmain"); in TryStopInstance() 75 WRITE_LOG(LOG_DEBUG, "HdcDaemon InitMod"); in InitMod() 102 WRITE_LOG(LOG_DEBUG, "RedirectToTask command %d", command); in RedirectToTask() 186 WRITE_LOG(LOG_DEBUG, "Auth host OK, postUIConfirm"); in HandDaemonAuth() 239 WRITE_LOG(LOG_DEBUG, "FetchCommand command %d", command); in FetchCommand()
|
H A D | flashd_main.cpp | 39 WRITE_LOG(LOG_DEBUG, "flashd main run %d", argc); in FlashdMain() 42 WRITE_LOG(LOG_DEBUG, "Background mode, persist.hdc.mode %s", modeSet); in FlashdMain()
|
/base/msdp/device_status/utils/common/include/ |
H A D | fi_log.h | 49 if (HiLogIsLoggable(LOG_DOMAIN, LOG_TAG, LOG_DEBUG)) { \ 95 #define CALL_DEBUG_ENTER InnerFunctionTracer __innerFuncTracer_Debug___ { LOG_DEBUG, LOG_TAG, __FUNCTION__ } 97 #define CALL_TEST_DEBUG InnerFunctionTracer ___innerFuncTracer_Info___ { LOG_DEBUG, LOG_TAG, \
|
/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | common.h | 52 #define LOG_DEBUG(format, ...) \ macro 58 #define LOG_DEBUG(format, ...) macro
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/ |
H A D | musl_log.h | 51 LOG_DEBUG = 3, enumerator 70 #define DFXLOGD(...) DFXMUSL_PRINT(LOG_DEBUG, __VA_ARGS__)
|
/base/tee/tee_client/services/tlogcat/src/ |
H A D | sys_hilog_cfg.c | 42 uint32_t hiLogLevel[TOTAL_LEVEL_NUMS] = {LOG_ERROR, LOG_WARN, LOG_INFO, LOG_DEBUG, LOG_DEBUG}; in TeeHilogPrint()
|
/base/hiviewdfx/hilog/interfaces/native/kits/include/hilog/ |
H A D | log.h | 119 LOG_DEBUG = 3, enumerator 137 * @param level Indicates the log level, which can be <b>LOG_DEBUG</b>, <b>LOG_INFO</b>, <b>LOG_WARN</b>, 179 #define OH_LOG_DEBUG(type, ...) ((void)OH_LOG_Print((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) 253 * @param level Indicates the log level, which can be <b>LOG_DEBUG</b>, <b>LOG_INFO</b>, <b>LOG_WARN</b>,
|
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/ |
H A D | log.h | 156 LOG_DEBUG = 3, enumerator 175 * @param level Indicates the log level, which can be <b>LOG_DEBUG</b>, <b>LOG_INFO</b>, <b>LOG_WARN</b>, 216 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
H A D | log_c.h | 65 LOG_DEBUG = 3,
enumerator 97 #define HILOG_DEBUG(type, ...) ((void)HILOG_IMPL((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
130 * @param level Indicates the log level, which can be <b>LOG_DEBUG</b>, <b>LOG_INFO</b>, <b>LOG_WARN</b>,
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/ |
H A D | log_base.h | 65 LOG_DEBUG = 3, enumerator 91 #define HILOG_BASE_DEBUG(type, ...) ((void)HiLogBasePrint((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | zip_output.cpp | 92 LOG_DEBUG("ZipOutput::Execute() memcpy_s failed!\n"); in Execute() 120 LOG_DEBUG("ZipOutput::CompressAndWriteToFd() Write to FD failed!\n"); in CompressAndWriteToFd() 124 LOG_DEBUG("ZipOutput::CompressAndWriteToFd() Compress failed!\n"); in CompressAndWriteToFd() 153 LOG_DEBUG("ZipOutput::CompressBigLine() memcpy_s failed!\n"); in CompressBigLine()
|
/base/security/code_signature/interfaces/innerkits/local_code_sign/src/ |
H A D | local_code_sign_client.cpp | 61 LOG_DEBUG("Start LocalCodeSignService");
in StartSA() 90 LOG_DEBUG("LocalCodeSignClient FinishStartSA");
in FinishStartSA() 143 LOG_DEBUG("InitLocalCertificate called");
in InitLocalCertificate() 165 LOG_DEBUG("SignLocalCode called");
in SignLocalCode()
|
/base/sensors/miscdevice/utils/common/include/ |
H A D | sensors_errors.h | 102 if (HiLogIsLoggable(LOG_DOMAIN, tag_, LOG_DEBUG)) { 104 HILOG_IMPL(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, tag_, "in %{public}s, enter", func_); 110 if (HiLogIsLoggable(LOG_DOMAIN, tag_, LOG_DEBUG)) { in ~InnerFunctionTracer() 112 HILOG_IMPL(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, tag_, "in %{public}s, leave", func_); in ~InnerFunctionTracer()
|
/base/inputmethod/imf/test/unittest/cpp_test/mock/ |
H A D | global.h | 47 #define LOG_DEBUG(fmt, args...) \ macro 51 #define LOG_DEBUG(fmt, args...) 73 (void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, OHOS::MiscServices::g_SMALL_SERVICES_LABEL.domain, \
|
/base/inputmethod/imf/common/include/ |
H A D | global.h | 42 #define LOG_DEBUG(fmt, args...) \ macro 46 #define LOG_DEBUG(fmt, args...) 122 (void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, OHOS::MiscServices::g_SMALL_SERVICES_LABEL.domain, \
|
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | event_logger.h | 54 if (HiLogIsLoggable(OHOS::AppExecFwk::EH_LOG_DOMAIN, EH_LOG_LABEL, LOG_DEBUG)) { \ 55 ((void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, EH_LOG_DOMAIN, EH_LOG_LABEL, fmt, ##__VA_ARGS__)); \ 136 EH_PRINT_LIMIT(LOG_CORE, LOG_DEBUG, EH_LOG_LIMIT_INTERVALS, can); \
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | kmsg_parser.cpp | 43 #undef LOG_DEBUG macro 76 level = LOG_DEBUG; in KmsgLevelMap()
|
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/ |
H A D | hiview_log.h | 156 LOG_DEBUG = 3, enumerator 175 * @param level Indicates the log level, which can be <b>LOG_DEBUG</b>, <b>LOG_INFO</b>, <b>LOG_WARN</b>, 231 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
|
/base/security/code_signature/interfaces/innerkits/code_sign_attr_utils/src/ |
H A D | code_sign_attr_utils.c | 40 LOG_DEBUG("Ioctl cmd %{public}x success", cmd); in XpmIoctl() 62 LOG_DEBUG("Set type = %{public}u, ownerId = %{public}s", idType, ownerId ? ownerId : "NULL"); in DoSetXpmOwnerId()
|
/base/security/code_signature/utils/include/ |
H A D | log.h | 32 #define LOG_DEBUG(fmt, ...) HILOG_DEBUG(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS__)
macro 45 #define LOG_DEBUG(label, fmt, ...) \
macro
|
/base/telephony/ril_adapter/utils/native/include/ |
H A D | telephony_log_wrapper.h | 43 (void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, TELEPHONY_LOG_TAG, fmt, ##__VA_ARGS__) 78 (void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, TELEPHONY_LOG_TAG, "[%{public}s-(%{public}s:%{public}d)] " fmt, \
|