Searched refs:AUTH_LABELS (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/ |
H A D | auth_log_test.cpp | 43 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[index], AUTH_INIT, authDomainBase, "AuthInit"); 44 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_HICHAIN, ++authDomainBase, "AuthHiChain"); 45 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_CONN, ++authDomainBase, "AuthConn"); 46 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_FSM, ++authDomainBase, "AuthFsm"); 47 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_KEY, ++authDomainBase, "AuthKey"); 48 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_TEST, DOMAIN_ID_TEST, "AuthTest"); 59 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST]; 74 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST]; 89 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST]; 104 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST]; [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | auth_log.h | 34 static const SoftBusLogLabel AUTH_LABELS[MODULE_DOMAIN_MAX_LEN] = { variable 50 #define AUTH_LOGF(label, fmt, ...) SOFTBUS_LOG_INNER(LOG_FATAL, AUTH_LABELS[label], fmt, ##__VA_ARG… 51 #define AUTH_LOGE(label, fmt, ...) SOFTBUS_LOG_INNER(LOG_ERROR, AUTH_LABELS[label], fmt, ##__VA_ARG… 52 #define AUTH_LOGW(label, fmt, ...) SOFTBUS_LOG_INNER(LOG_WARN, AUTH_LABELS[label], fmt, ##__VA_ARGS… 53 #define AUTH_LOGI(label, fmt, ...) SOFTBUS_LOG_INNER(LOG_INFO, AUTH_LABELS[label], fmt, ##__VA_ARGS… 54 #define AUTH_LOGD(label, fmt, ...) SOFTBUS_LOG_INNER(LOG_DEBUG, AUTH_LABELS[label], fmt, ##__VA_ARG…
|