Searched refs:GetSoftbusHichainAuthErrorCode (Results 1 – 4 of 4) sorted by relevance
48 void GetSoftbusHichainAuthErrorCode(uint32_t hichainErrCode, uint32_t *softbusErrCode);
130 GetSoftbusHichainAuthErrorCode(HICHAIN_DAS_ERRCODE_MIN, &softbusErrCode);131 GetSoftbusHichainAuthErrorCode(0, &softbusErrCode);
154 void GetSoftbusHichainAuthErrorCode(uint32_t hichainErrCode, uint32_t *softbusErrCode) in GetSoftbusHichainAuthErrorCode() function267 (void)GetSoftbusHichainAuthErrorCode((uint32_t)errCode, &authErrCode); in OnError()
110 (void)GetSoftbusHichainAuthErrorCode((uint32_t)ret, &authErrCode); in AuthDevice()