/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_tcp_connection_virtual.c | 26 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 D | auth_interface_virtual.c | 23 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 D | customized_security_protocol_virtual.c | 23 AUTH_LOGW(AUTH_INIT, "not implement"); in CustomizedSecurityProtocolInit()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | auth_log.h | 46 #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 D | auth_hichain.c | 128 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 D | auth_device.c | 368 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() 448 …AUTH_LOGW(AUTH_HICHAIN, "retry regDataChangeListener, current retry times=%{public}d, err=%{public… in RetryRegTrustDataChangeListener()
|
H A D | auth_common.c | 370 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 D | auth_session_json.c | 379 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 D | auth_interface.c | 611 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 D | auth_hichain_adapter.c | 116 AUTH_LOGW(AUTH_HICHAIN, in AuthDevice()
|
H A D | auth_connection.c | 673 AUTH_LOGW(AUTH_CONN, "connId nulptr"); in DisconnectAuthDevice() 760 AUTH_LOGW(AUTH_CONN, "invalid param"); in AuthStartListening()
|
H A D | auth_session_fsm.c | 556 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 D | auth_tcp_connection.c | 247 AUTH_LOGW(AUTH_CONN, "data is out of size, abandon it."); in ProcessSocketInEvent()
|
H A D | auth_manager.c | 67 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 D | auth_log_test.cpp | 93 AUTH_LOGW(AUTH_TEST, "test log");
|