Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device.h37 int32_t AuthDevicePostTransData(AuthHandle authHandle, const AuthTransData *dataInfo);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp660 int32_t ret = AuthDevicePostTransData(authHandle, NULL); in HWTEST_F()
665 ret = AuthDevicePostTransData(authHandle, dataInfo); in HWTEST_F()
H A Dauth_test.cpp931 ret = AuthDevicePostTransData(authHandle, nullptr); in HWTEST_F()
933 ret = AuthDevicePostTransData(authHandle, &dataInfo); in HWTEST_F()
/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.c265 return AuthDevicePostTransData(authHandle, dataInfo); in AuthPostTransData()

Completed in 8 milliseconds