Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_lane.h35 int32_t AuthAllocLane(const char *networkId, uint32_t authRequestId, AuthConnCallback *callback);
H A Dauth_manager.h79 int32_t AuthAllocLane(const char *networkId, uint32_t authRequestId, AuthConnCallback *callback);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_lane_test.cpp245 int32_t ret = AuthAllocLane(NETWORK_ID, authRequestId, nullptr); in HWTEST_F()
248 ret = AuthAllocLane(nullptr, authRequestId, &authConnCb); in HWTEST_F()
254 ret = AuthAllocLane(NETWORK_ID, authRequestId, &authConnCb); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c419 int32_t AuthAllocLane(const char *networkId, uint32_t authRequestId, AuthConnCallback *callback) in AuthAllocLane() function
H A Dauth_interface.c291 return AuthAllocLane(networkId, authRequestId, callback); in AuthAllocConn()

Completed in 4 milliseconds