Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_lane.h32 void AuthFreeLane(const AuthHandle *authHandle);
H A Dauth_manager.h76 void AuthFreeLane(const AuthHandle *authHandle);
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1170 AuthFreeLane(&authHandle);
1173 AuthFreeLane(&authHandle);
1176 AuthFreeLane(&authHandle);
1179 AuthFreeLane(&authHandle);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c212 void AuthFreeLane(const AuthHandle *authHandle) in AuthFreeLane() function
H A Dauth_interface.c303 AuthFreeLane(authHandle); in AuthFreeConn()