/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 299 AUTH_LOGE(AUTH_FSM, "param error"); in GetUdidShortHash() 357 AUTH_LOGE(AUTH_FSM, "get key fail"); in GetEnhancedP2pAuthKey() 364 AUTH_LOGE(AUTH_FSM, "memcpy fail"); in GetEnhancedP2pAuthKey() 465 AUTH_LOGE(AUTH_FSM, "force auth."); in PackNormalizedKey() 490 AUTH_LOGE(AUTH_FSM, "malloc fail"); in PackNormalizedKey() 616 AUTH_LOGI(AUTH_FSM, "find another key"); in ParseNormalizeData() 656 AUTH_LOGE(AUTH_FSM, "malloc fail"); in UnpackNormalizedKey() 981 AUTH_LOGI(AUTH_FSM, in SetExchangeIdTypeAndValue() 1576 AUTH_LOGW(AUTH_FSM, in UnpackCommon() 1902 AUTH_LOGW(AUTH_FSM, "malloc fail."); in UnpackCertificateInfo() [all …]
|
H A D | auth_session_message.c | 58 AUTH_LOGE(AUTH_FSM, "is not server"); in UnPackBtDeviceIdV1() 62 AUTH_LOGE(AUTH_FSM, "memcpy fail"); in UnPackBtDeviceIdV1() 78 AUTH_LOGE(AUTH_FSM, "post device id fail"); in PostDeviceIdData() 92 AUTH_LOGE(AUTH_FSM, "get uuid fail"); in PostBtV1DevId() 106 AUTH_LOGE(AUTH_FSM, "pack devId fail"); in PostWifiV1DevId() 131 AUTH_LOGE(AUTH_FSM, "pack devId fail"); in PostDeviceIdNew() 369 AUTH_LOGE(AUTH_FSM, "create json fail"); in PackVerifyDeviceMessage() 373 AUTH_LOGE(AUTH_FSM, "add uuid fail"); in PackVerifyDeviceMessage() 424 AUTH_LOGE(AUTH_FSM, "parse json fail"); in IsDeviceMessagePacket() 469 AUTH_LOGE(AUTH_FSM, "invalid param"); in GetLocalUdidHash() [all …]
|
H A D | auth_session_fsm.c | 146 AUTH_LOGE(AUTH_FSM, "fsm is null"); in TranslateToAuthFsm() 181 AUTH_LOGD(AUTH_FSM, "is not client"); in AddUdidInfo() 293 AUTH_LOGI(AUTH_FSM, in CreateAuthFsm() 320 AUTH_LOGE(AUTH_FSM, "fsm is null"); in AuthFsmDeinitCallback() 556 AUTH_LOGW(AUTH_FSM, in HandleCommonMsg() 573 AUTH_LOGE(AUTH_FSM, in HandleCommonMsg() 607 AUTH_LOGE(AUTH_FSM, "fsm is null"); in SyncNegotiationEnter() 640 AUTH_LOGE(AUTH_FSM, "fsm is null"); in SyncDevIdStateEnter() 1129 AUTH_LOGE(AUTH_FSM, in HandleMsgAuthError() 1157 AUTH_LOGI(AUTH_FSM, in TryFinishAuthSession() [all …]
|
H A D | auth_session_key.c | 207 AUTH_LOGE(AUTH_FSM, "type error"); in GetLatestAvailableSessionKeyTime() 254 AUTH_LOGE(AUTH_FSM, "type error"); in AddSessionKey() 285 AUTH_LOGE(AUTH_FSM, "type error"); in GetLatestSessionKey() 325 AUTH_LOGE(AUTH_FSM, "type error"); in SetSessionKeyAuthLinkType() 349 AUTH_LOGE(AUTH_FSM, "type error"); in GetSessionKeyByIndex() 422 AUTH_LOGE(AUTH_FSM, "invalid param"); in EncryptData() 428 AUTH_LOGE(AUTH_FSM, "get key fail"); in EncryptData() 436 AUTH_LOGE(AUTH_FSM, "set key fail"); in EncryptData() 464 AUTH_LOGE(AUTH_FSM, "get key fail"); in DecryptData() 469 AUTH_LOGE(AUTH_FSM, "set key fail"); in DecryptData() [all …]
|
H A D | auth_manager.c | 124 AUTH_LOGE(AUTH_FSM, "type error."); in DelAuthManager() 736 AUTH_FSM, "connInfo type error"); in AuthManagerSetSessionKey() 776 AUTH_LOGI(AUTH_FSM, in AuthManagerSetSessionKey() 788 AUTH_FSM, "connInfo type error"); in AuthManagerGetSessionKey() 1181 AUTH_LOGE(AUTH_FSM, in HandleDeviceIdData() 1202 AUTH_LOGE(AUTH_FSM, in HandleDeviceIdData() 1209 AUTH_LOGE(AUTH_FSM, in HandleDeviceIdData() 1219 AUTH_LOGE(AUTH_FSM, in HandleAuthData() 1291 AUTH_LOGI(AUTH_FSM, in HandleDeviceInfoData() 1974 AUTH_FSM, "connInfo type error"); in AuthDeviceGetIdByConnInfo() [all …]
|
H A D | auth_device.c | 53 AUTH_LOGI(AUTH_FSM, "authLimit map init success"); in AuthMapInit() 60 AUTH_LOGE(AUTH_FSM, "SoftBusMutexLock fail"); in InsertToAuthLimitMap() 64 AUTH_LOGE(AUTH_FSM, "LnnMapSet fail"); in InsertToAuthLimitMap() 77 AUTH_LOGE(AUTH_FSM, "SoftBusMutexLock fail"); in GetNodeFromAuthLimitMap() 82 AUTH_LOGE(AUTH_FSM, "LnnMapGet fail"); in GetNodeFromAuthLimitMap() 94 AUTH_LOGE(AUTH_FSM, "invalid param"); in IsNeedAuthLimit() 504 AUTH_FSM, "connInfo type error"); in AuthDirectOnlineCreateAuthManager() 524 AUTH_LOGI(AUTH_FSM, in AuthDirectOnlineCreateAuthManager() 664 AUTH_FSM, "connInfo type error"); in AuthDeviceOpenConn() 737 AUTH_FSM, "connInfo type error"); in AuthStartVerify() [all …]
|
H A D | auth_common.c | 507 AUTH_CHECK_AND_RETURN_RET_LOGE(connInfo != NULL, false, AUTH_FSM, "connInfo is null"); in CheckAuthConnInfoType()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | auth_log.h | 28 AUTH_FSM, enumerator 38 { AUTH_FSM, 0xd005723, "AuthFsm" },
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/ |
H A D | auth_log_test.cpp | 46 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_FSM, ++authDomainBase, "AuthFsm");
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_interface_virtual.c | 243 AUTH_LOGW(AUTH_FSM, "not implement"); in AuthInit()
|