Home
last modified time | relevance | path

Searched refs:AUTH_HICHAIN (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_adapter.c97 AUTH_HICHAIN, "authParams or cb is null"); in AuthDevice()
116 AUTH_LOGW(AUTH_HICHAIN, in AuthDevice()
151 AUTH_LOGI(AUTH_HICHAIN, "hichain destroy succ"); in DestroyDeviceAuth()
172 AUTH_LOGE(AUTH_HICHAIN, "parse json fail"); in IsTrustedDeviceInAGroup()
180 AUTH_LOGE(AUTH_HICHAIN, "AUTH_ID not found"); in IsTrustedDeviceInAGroup()
214 AUTH_LOGI(AUTH_HICHAIN, "GetRelatedGroups zero"); in HasTrustedRelationWithLocalDevice()
220 AUTH_LOGE(AUTH_HICHAIN, "parse json fail"); in HasTrustedRelationWithLocalDevice()
262 AUTH_LOGE(AUTH_HICHAIN, "accountId is invalid"); in IsPotentialTrustedDevice()
268 AUTH_LOGE(AUTH_HICHAIN, "get udid fail"); in IsPotentialTrustedDevice()
304 AUTH_LOGE(AUTH_HICHAIN, "accountId is invalid"); in IsSameAccountGroupDevice()
[all …]
H A Dauth_hichain.c71 AUTH_LOGE(AUTH_HICHAIN, "create json fail"); in GenDeviceLevelParam()
85 AUTH_LOGI(AUTH_HICHAIN, "in account auth mode"); in GenDeviceLevelParam()
128 AUTH_LOGW(AUTH_HICHAIN, "invalid sessionKey"); in OnSessionKeyReturned()
195 AUTH_LOGE(AUTH_HICHAIN, "parse json fail"); in CheckErrReturnValidity()
205 AUTH_LOGE(AUTH_HICHAIN, "invalid para"); in ProcessAuthFailCallBack()
281 AUTH_LOGE(AUTH_HICHAIN, "get udid fail"); in OnRequest()
320 AUTH_LOGE(AUTH_HICHAIN, "param error"); in GetUdidHash()
356 AUTH_LOGE(AUTH_HICHAIN, "parse json fail"); in ParseGroupInfo()
395 AUTH_LOGW(AUTH_HICHAIN, "invalid udid"); in OnDeviceBound()
510 AUTH_LOGE(AUTH_HICHAIN, "data is null"); in HichainProcessData()
[all …]
H A Dauth_normalize_request.c37 AUTH_LOGI(AUTH_HICHAIN, "udidHash=%{public}s", anonyUdidHash); in GetSameRequestNum()
52 AUTH_LOGE(AUTH_HICHAIN, "udidHash is null"); in GetRequestListByUdidHash()
57 AUTH_LOGI(AUTH_HICHAIN, "no other requests exist."); in GetRequestListByUdidHash()
62 AUTH_LOGE(AUTH_HICHAIN, "malloc fail."); in GetRequestListByUdidHash()
106 AUTH_LOGE(AUTH_HICHAIN, "RequireAuthLock fail"); in GetNormalizeRequestList()
110 AUTH_LOGE(AUTH_HICHAIN, "not found normalize request"); in GetNormalizeRequestList()
122 AUTH_LOGE(AUTH_HICHAIN, "RequireAuthLock fail"); in DelAuthNormalizeRequest()
140 AUTH_LOGE(AUTH_HICHAIN, "RequireAuthLock fail"); in AuthIsRepeatedAuthRequest()
184 AUTH_LOGE(AUTH_HICHAIN, "requests is NULL"); in NotifyNormalizeRequestSuccess()
187 AUTH_LOGI(AUTH_HICHAIN, "request num=%{public}d", num); in NotifyNormalizeRequestSuccess()
[all …]
H A Dauth_interface.c628 AUTH_LOGW(AUTH_HICHAIN, "udid or uuid is null"); in AuthGetGroupType()
645 AUTH_LOGE(AUTH_HICHAIN, "device is null"); in AuthIsPotentialTrusted()
649 AUTH_LOGW(AUTH_HICHAIN, "devId is empty"); in AuthIsPotentialTrusted()
653 AUTH_LOGI(AUTH_HICHAIN, "devId accountHash is empty"); in AuthIsPotentialTrusted()
657 AUTH_LOGE(AUTH_HICHAIN, "get local accountHash fail"); in AuthIsPotentialTrusted()
661 …AUTH_LOGD(AUTH_HICHAIN, "account is same, continue verify progress. account=%{public}02X%{public}0… in AuthIsPotentialTrusted()
667 AUTH_LOGI(AUTH_HICHAIN, "device is potential trusted, continue verify progress"); in AuthIsPotentialTrusted()
676 AUTH_LOGE(AUTH_HICHAIN, "invalid param"); in IsSameAccountDevice()
682 AUTH_LOGE(AUTH_HICHAIN, "get local accountHash fail"); in IsSameAccountDevice()
686 AUTH_LOGI(AUTH_HICHAIN, "account is same, continue check same account group relation."); in IsSameAccountDevice()
[all …]
H A Dauth_device.c330 AUTH_LOGE(AUTH_HICHAIN, "invalid param"); in AuthDeviceNotTrust()
335 AUTH_LOGE(AUTH_HICHAIN, "get networkId by udid fail"); in AuthDeviceNotTrust()
344 AUTH_LOGE(AUTH_HICHAIN, "request leave specific fail"); in AuthDeviceNotTrust()
346 AUTH_LOGI(AUTH_HICHAIN, "request leave specific successful"); in AuthDeviceNotTrust()
389 AUTH_LOGW(AUTH_HICHAIN, "onDeviceNotTrusted not set"); in OnDeviceNotTrusted()
445 AUTH_LOGI(AUTH_HICHAIN, "regDataChangeListener success, times=%{public}d", i); in RetryRegTrustDataChangeListener()
448 …AUTH_LOGW(AUTH_HICHAIN, "retry regDataChangeListener, current retry times=%{public}d, err=%{public… in RetryRegTrustDataChangeListener()
540 AUTH_LOGE(AUTH_HICHAIN, "hichain regDataChangeListener failed"); in VerifyDevice()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dauth_log.h26 AUTH_HICHAIN, enumerator
36 { AUTH_HICHAIN, 0xd005721, "AuthHiChain" },
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/
H A Dauth_log_test.cpp44 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_HICHAIN, ++authDomainBase, "AuthHiChain");