Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/log/
H A Dlog.c34 static void hc_logw(const char *tag, const char *func, const char *format, ...);
37 static struct log_f_group g_log_func = { hc_logd, hc_logi, hc_logw, hc_loge };
92 static void hc_logw(const char *tag, const char *func, const char *format, ...) in hc_logw() function