Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_connection.h80 #define CONN_DATA(connId) GetConnTypeStr(connId), GetConnId(connId) macro
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c707 head->dataType, head->module, head->seq, head->flag, head->len, CONN_DATA(connId), in PostAuthData()
727 AUTH_LOGE(AUTH_CONN, "WiFi not supported, " CONN_INFO, CONN_DATA(connId)); in GetConnSideType()
733 AUTH_LOGE(AUTH_CONN, "ConnGetConnectionInfo fail, " CONN_INFO, CONN_DATA(connId)); in GetConnSideType()
737 AUTH_LOGE(AUTH_CONN, "connection not available, " CONN_INFO, CONN_DATA(connId)); in GetConnSideType()
H A Dauth_manager.c491 GetAuthSideStr(isServer), CONN_DATA(connId)); in GetAuthIdByConnId()
1294 head->dataType, head->module, head->seq, head->flag, head->len, CONN_DATA(connId), in HandleDeviceInfoData()
1476 …head->dataType, head->module, head->seq, head->flag, head->len, CONN_DATA(connId), GetAuthSideStr(… in OnDataReceived()
H A Dauth_session_fsm.c295 …_INFO, authFsm->authSeq, authFsm->fsmName, GetAuthSideStr(isServer), requestId, CONN_DATA(connId)); in CreateAuthFsm()
1429 AUTH_LOGE(AUTH_FSM, "auth fsm not found. " CONN_INFO, CONN_DATA(connId)); in GetAuthFsmByConnId()