Searched refs:AUTH_LOGD (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/ |
H A D | auth_device_profile_listener.cpp | 53 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 D | auth_log.h | 48 #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 D | auth_session_json.c | 256 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 D | auth_request.c | 52 AUTH_LOGD(AUTH_CONN, in GetAuthRequestWaitNum() 177 AUTH_LOGD(AUTH_CONN, "del auth request requestId=%{public}u", requestId); in DelAuthRequest()
|
H A D | auth_common.c | 526 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() 542 …AUTH_LOGD(AUTH_CONN, "print AuthConninfo bleMac=**:**:**:**:%{public}s, udidhash=%{public}s", anon… in PrintAuthConnInfo()
|
H A D | auth_session_key.c | 257 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 D | auth_hichain_adapter.c | 231 AUTH_LOGD(AUTH_HICHAIN, "ignore same account group"); in HasTrustedRelationWithLocalDevice()
|
H A D | auth_interface.c | 661 …AUTH_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 D | auth_tcp_connection.c | 513 AUTH_LOGD(AUTH_CONN, "invalid fd, maybe has shutdown. fd=%{public}d", fd); in SocketDisconnectDevice()
|
H A D | auth_session_fsm.c | 181 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 D | auth_manager.c | 521 AUTH_LOGD(AUTH_CONN, in GetLatestIdByConnInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/ |
H A D | auth_log_test.cpp | 63 AUTH_LOGD(AUTH_TEST, "test log");
|