Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c49 #define ERRCODE_SHIFT_16BIT 16 macro
159 ((AUTH_SUB_MODULE_CODE) << ERRCODE_SHIFT_16BIT) | (*softbusErrCode | ERRCODE_OR_BIT)); in GetSoftbusHichainAuthErrorCode()
167 … ((AUTH_SUB_MODULE_CODE) << ERRCODE_SHIFT_16BIT) | (tempCode | (high4bit << ERRCODE_SHIFT_8BIT))); in GetSoftbusHichainAuthErrorCode()