Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device.h37 int32_t AuthDevicePostTransData(AuthHandle authHandle, const AuthTransData *dataInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp678 int32_t ret = AuthDevicePostTransData(authHandle, NULL);
683 ret = AuthDevicePostTransData(authHandle, dataInfo);
H A Dauth_test.cpp931 ret = AuthDevicePostTransData(authHandle, nullptr);
933 ret = AuthDevicePostTransData(authHandle, &dataInfo);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c174 int32_t AuthDevicePostTransData(AuthHandle authHandle, const AuthTransData *dataInfo) in AuthDevicePostTransData() function
H A Dauth_interface.c268 return AuthDevicePostTransData(authHandle, dataInfo); in AuthPostTransData()