Home
last modified time | relevance | path

Searched refs:AUTH_LOGW (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_tcp_connection_virtual.c26 AUTH_LOGW(AUTH_CONN, "not implement."); in RegAuthChannelListener()
39 AUTH_LOGW(AUTH_CONN, "not implement."); in AuthOpenChannel()
72 AUTH_LOGW(AUTH_CONN, "not implement."); in SocketConnectDevice()
103 AUTH_LOGW(AUTH_CONN, "not implement."); in StartSocketListening()
H A Dauth_interface_virtual.c23 AUTH_LOGW(AUTH_INIT, "not implement"); in RegAuthVerifyListener()
44 AUTH_LOGW(AUTH_CONN, "not implement"); in AuthStartVerify()
243 AUTH_LOGW(AUTH_FSM, "not implement"); in AuthInit()
H A Dcustomized_security_protocol_virtual.c23 AUTH_LOGW(AUTH_INIT, "not implement"); in CustomizedSecurityProtocolInit()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dauth_log.h46 #define AUTH_LOGW(label, fmt, ...) SOFTBUS_LOGW_INNER(label, fmt, ##__VA_ARGS__) macro
52 #define AUTH_LOGW(label, fmt, ...) SOFTBUS_LOG_INNER(LOG_WARN, AUTH_LABELS[label], fmt, ##__VA_ARGS… macro
58 CHECK_AND_RETURN_RET_LOG_INNER(cond, ret, AUTH_LOGW, label, fmt, ##__VA_ARGS__)
62 CHECK_AND_RETURN_LOG_INNER(cond, AUTH_LOGW, label, fmt, ##__VA_ARGS__)
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c128 AUTH_LOGW(AUTH_HICHAIN, "invalid sessionKey"); in OnSessionKeyReturned()
222 AUTH_LOGW(AUTH_HICHAIN, "errorReturn=%{public}s, errorReturnLen=%{public}u, errCode=%{public}d", in NotifyAuthFailEvent()
378 AUTH_LOGW(AUTH_HICHAIN, "invalid group info"); in OnGroupCreated()
395 AUTH_LOGW(AUTH_HICHAIN, "invalid udid"); in OnDeviceBound()
444 AUTH_LOGW(AUTH_HICHAIN, "hichain get invalid udid"); in OnDeviceNotTrusted()
H A Dauth_device.c368 AUTH_LOGW(AUTH_FSM, "onDeviceVerifyPass not set"); in AuthNotifyDeviceVerifyPassed()
377 AUTH_LOGW(AUTH_FSM, "onDeviceDisconnect not set"); in AuthNotifyDeviceDisconnect()
389 AUTH_LOGW(AUTH_HICHAIN, "onDeviceNotTrusted not set"); in OnDeviceNotTrusted()
448AUTH_LOGW(AUTH_HICHAIN, "retry regDataChangeListener, current retry times=%{public}d, err=%{public… in RetryRegTrustDataChangeListener()
H A Dauth_common.c370 AUTH_LOGW(AUTH_CONN, "only support LNN_PROTOCOL_IP"); in ConvertToAuthConnInfo()
472 AUTH_LOGW(AUTH_CONN, "param err"); in GetPeerUdidByNetworkId()
492 AUTH_LOGW(AUTH_CONN, "param err"); in GetIsExchangeUdidByNetworkId()
H A Dauth_session_json.c379 AUTH_LOGW(AUTH_FSM, "can't find common key, unsupport fastAuth"); in GetFastAuthKey()
496 AUTH_LOGW(AUTH_FSM, "can't find device key"); in PackNormalizedKey()
715 AUTH_LOGW(AUTH_FSM, "can't find device key, fastAuth not support"); in UnpackFastAuth()
1228 AUTH_LOGW(AUTH_FSM, "convert static cap fail"); in PackWifiDirectInfo()
1232 AUTH_LOGW(AUTH_FSM, "add static capability fail"); in PackWifiDirectInfo()
1576 AUTH_LOGW(AUTH_FSM, in UnpackCommon()
1874 AUTH_LOGW(AUTH_FSM, "GenerateCertificate fail"); in PackCertificateInfo()
1902 AUTH_LOGW(AUTH_FSM, "malloc fail."); in UnpackCertificateInfo()
2053 AUTH_LOGW(AUTH_FSM, "strcpy_s fail, use default name"); in UpdatePeerDeviceName()
H A Dauth_interface.c611 AUTH_LOGW(AUTH_CONN, "invalid param"); in AuthGetMetaType()
628 AUTH_LOGW(AUTH_HICHAIN, "udid or uuid is null"); in AuthGetGroupType()
649 AUTH_LOGW(AUTH_HICHAIN, "devId is empty"); in AuthIsPotentialTrusted()
H A Dauth_hichain_adapter.c116 AUTH_LOGW(AUTH_HICHAIN, in AuthDevice()
H A Dauth_connection.c673 AUTH_LOGW(AUTH_CONN, "connId nulptr"); in DisconnectAuthDevice()
760 AUTH_LOGW(AUTH_CONN, "invalid param"); in AuthStartListening()
H A Dauth_session_fsm.c556 AUTH_LOGW(AUTH_FSM, in HandleCommonMsg()
789 AUTH_LOGW(AUTH_FSM, "unknow param type!"); in AuditReportSetPeerDevInfo()
909 AUTH_LOGW(AUTH_FSM, "udidhash is empty, udid=%{public}s", anonyUdid); in UpdateUdidHashIfEmpty()
H A Dauth_tcp_connection.c247 AUTH_LOGW(AUTH_CONN, "data is out of size, abandon it."); in ProcessSocketInEvent()
H A Dauth_manager.c67 AUTH_LOGW(AUTH_FSM, "malloc AuthManager fail"); in NewAuthManager()
76 AUTH_LOGW(AUTH_FSM, "copy uuid/udid fail"); in NewAuthManager()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/
H A Dauth_log_test.cpp93 AUTH_LOGW(AUTH_TEST, "test log");