Home
last modified time | relevance | path

Searched refs:authErrCode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_adapter.c103 uint32_t authErrCode = 0; in AuthDevice() local
110 (void)GetSoftbusHichainAuthErrorCode((uint32_t)ret, &authErrCode); in AuthDevice()
113 authErrCode); in AuthDevice()
114 return authErrCode; in AuthDevice()
120 return authErrCode; in AuthDevice()
H A Dauth_hichain.c266 uint32_t authErrCode = 0; in OnError() local
267 (void)GetSoftbusHichainAuthErrorCode((uint32_t)errCode, &authErrCode); in OnError()
269 authSeq, errCode, authErrCode); in OnError()
271 (void)AuthSessionHandleAuthError(authSeq, authErrCode); in OnError()