Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h214 void AuthFreeConn(const AuthHandle *authHandle);
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1083 AuthFreeConn(nullptr);
1084 AuthFreeConn(&authHandle);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c297 void AuthFreeConn(const AuthHandle *authHandle) in AuthFreeConn() function