Home
last modified time | relevance | path

Searched refs:hichainErrCode (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c146 void GetSoftbusHichainAuthErrorCode(uint32_t hichainErrCode, uint32_t *softbusErrCode) in GetSoftbusHichainAuthErrorCode() argument
152 if (hichainErrCode >= HICHAIN_DAS_ERRCODE_MIN && hichainErrCode <= HICHAIN_DAS_ERRCODE_MAX) { in GetSoftbusHichainAuthErrorCode()
153 *softbusErrCode = hichainErrCode & MASK_LOW_16BIT; in GetSoftbusHichainAuthErrorCode()
156 } else if (hichainErrCode >= HICHAIN_COMMON_ERRCODE_MIN && hichainErrCode <= HICHAIN_COMMON_ERRCODE_MAX) { in GetSoftbusHichainAuthErrorCode()
159 high4bit = hichainErrCode & MASK_HIGH_4BIT; in GetSoftbusHichainAuthErrorCode()
161 tempCode = hichainErrCode & MASK_LOW_8BIT; in GetSoftbusHichainAuthErrorCode()
165 *softbusErrCode = hichainErrCode; in GetSoftbusHichainAuthErrorCode()
166 AUTH_LOGI(AUTH_HICHAIN, "unknow hichain errcode=%{public}d", hichainErrCode); in GetSoftbusHichainAuthErrorCode()
[all...]
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain.h47 void GetSoftbusHichainAuthErrorCode(uint32_t hichainErrCode, uint32_t *softbusErrCode);

Completed in 2 milliseconds