Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp53 AUTH_LOGD(AUTH_INIT, "OnTrustDeviceProfileAdd success!"); in OnTrustDeviceProfileAdd()
65 AUTH_LOGD(AUTH_INIT, "OnTrustDeviceProfileDelete success!"); in OnTrustDeviceProfileDelete()
140 AUTH_LOGD(AUTH_INIT, "RegistertoDpHelper start!"); in RegisterToDpHelper()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dauth_log.h48 #define AUTH_LOGD(label, fmt, ...) SOFTBUS_LOGD_INNER(label, fmt, ##__VA_ARGS__) macro
54 #define AUTH_LOGD(label, fmt, ...) SOFTBUS_LOG_INNER(LOG_DEBUG, AUTH_LABELS[label], fmt, ##__VA_ARG… macro
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c256 AUTH_LOGD(AUTH_FSM, "pack fastAuthTag=%{public}s", encryptFastAuth); in PackFastAuthValue()
280 AUTH_LOGD(AUTH_FSM, "client(enhance p2p), use conninfo udid"); in GetUdidOrShortHash()
323 AUTH_LOGD(AUTH_FSM, "client(enhance p2p), use conninfo udid"); in GetUdidShortHash()
338 AUTH_LOGD(AUTH_FSM, "get ble authKey succ"); in GetEnhancedP2pAuthKey()
388 AUTH_LOGD(AUTH_FSM, "pack fastAuth, isServer=%{public}d", info->isServer); in PackFastAuth()
543 AUTH_LOGD(AUTH_FSM, "parse fastAuth succ"); in ParseFastAuthValue()
879 AUTH_LOGD(AUTH_FSM, "isn't wifi link, ignore"); in UnpackWifiSinglePassInfo()
884 AUTH_LOGD(AUTH_FSM, "devIpHash hash not found, ignore"); in UnpackWifiSinglePassInfo()
1183 AUTH_LOGD(AUTH_FSM, "base Ptk=%{public}s", anonyPtk); in AuthPrintBase64Ptk()
1645 AUTH_LOGD(AUTH_FSM, "discTypeStr=%{public}s", discTypeStr); in AddDiscoveryType()
[all …]
H A Dauth_request.c52 AUTH_LOGD(AUTH_CONN, in GetAuthRequestWaitNum()
177 AUTH_LOGD(AUTH_CONN, "del auth request requestId=%{public}u", requestId); in DelAuthRequest()
H A Dauth_common.c526 AUTH_LOGD(AUTH_CONN, "print AuthConninfo ip=*.*.*%{public}s", anonyIp); in PrintAuthConnInfo()
531 AUTH_LOGD(AUTH_CONN, "print AuthConninfo brMac=**:**:**:**:%{public}s", anonyMac); in PrintAuthConnInfo()
542AUTH_LOGD(AUTH_CONN, "print AuthConninfo bleMac=**:**:**:**:%{public}s, udidhash=%{public}s", anon… in PrintAuthConnInfo()
H A Dauth_session_key.c257 AUTH_LOGD(AUTH_FSM, "keyLen=%{public}d", key->len); in AddSessionKey()
429 AUTH_LOGD(AUTH_FSM, "keyLen=%{public}d", sessionKey.len); in EncryptData()
H A Dauth_hichain_adapter.c231 AUTH_LOGD(AUTH_HICHAIN, "ignore same account group"); in HasTrustedRelationWithLocalDevice()
H A Dauth_interface.c661AUTH_LOGD(AUTH_HICHAIN, "account is same, continue verify progress. account=%{public}02X%{public}0… in AuthIsPotentialTrusted()
711 AUTH_LOGD(AUTH_CONN, "auth get trusted relation num=%{public}u", num); in AuthHasTrustedRelation()
H A Dauth_tcp_connection.c513 AUTH_LOGD(AUTH_CONN, "invalid fd, maybe has shutdown. fd=%{public}d", fd); in SocketDisconnectDevice()
H A Dauth_session_fsm.c181 AUTH_LOGD(AUTH_FSM, "is not client"); in AddUdidInfo()
1067 AUTH_LOGD(AUTH_FSM, "auth has finished, ignore this processing failure"); in HandleMsgRecvAuthData()
H A Dauth_manager.c521 AUTH_LOGD(AUTH_CONN, in GetLatestIdByConnInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/
H A Dauth_log_test.cpp63 AUTH_LOGD(AUTH_TEST, "test log");