Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain.h48 void GetSoftbusHichainAuthErrorCode(uint32_t hichainErrCode, uint32_t *softbusErrCode);
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp130 GetSoftbusHichainAuthErrorCode(HICHAIN_DAS_ERRCODE_MIN, &softbusErrCode);
131 GetSoftbusHichainAuthErrorCode(0, &softbusErrCode);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c154 void GetSoftbusHichainAuthErrorCode(uint32_t hichainErrCode, uint32_t *softbusErrCode) in GetSoftbusHichainAuthErrorCode() function
267 (void)GetSoftbusHichainAuthErrorCode((uint32_t)errCode, &authErrCode); in OnError()
H A Dauth_hichain_adapter.c110 (void)GetSoftbusHichainAuthErrorCode((uint32_t)ret, &authErrCode); in AuthDevice()