Searched refs:authErrCode (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_hichain_adapter.c | 105 uint32_t authErrCode = 0; in AuthDevice() local 112 (void)GetSoftbusHichainAuthErrorCode((uint32_t)ret, &authErrCode); in AuthDevice() 114 AUTH_LOGE(AUTH_HICHAIN, "hichain call authDevice failed, err=%{public}d, authErrCode=%{public}d", ret, in AuthDevice() 115 authErrCode); in AuthDevice() 116 return authErrCode; in AuthDevice() 122 return authErrCode; in AuthDevice()
|
H A D | auth_hichain.c | 186 uint32_t authErrCode = 0; in OnError() local 187 (void)GetSoftbusHichainAuthErrorCode((uint32_t)errCode, &authErrCode); in OnError() 188 AUTH_LOGE(AUTH_HICHAIN, "hichain OnError: authSeq=%{public}" PRId64 ", errCode=%{public}d authErrCode=%{public}d", in OnError() 189 authSeq, errCode, authErrCode); in OnError() 194 (void)AuthSessionHandleAuthError(authSeq, authErrCode); in OnError()
|
Completed in 3 milliseconds