Home
last modified time | relevance | path

Searched refs:DEV_AUTH_LOG_LEVEL_DEBUG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_log.h46 DEV_AUTH_LOG_LEVEL_DEBUG = 0, enumerator
60 #define LOGD(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__))
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H A Dhc_log.c51 case DEV_AUTH_LOG_LEVEL_DEBUG: in DevAuthOutPrint()