Searched refs:AUTH_LOGF (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | auth_log.h | 44 #define AUTH_LOGF(label, fmt, ...) SOFTBUS_LOGF_INNER(label, fmt, ##__VA_ARGS__) macro 50 #define AUTH_LOGF(label, fmt, ...) SOFTBUS_LOG_INNER(LOG_FATAL, AUTH_LABELS[label], fmt, ##__VA_ARG… macro
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/ |
H A D | auth_log_test.cpp | 123 AUTH_LOGF(AUTH_TEST, "test log");
|