Home
last modified time | relevance | path

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

/ohos5.0/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);
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_lane_test.cpp245 int32_t ret = AuthAllocLane(NETWORK_ID, authRequestId, nullptr);
248 ret = AuthAllocLane(nullptr, authRequestId, &authConnCb);
254 ret = AuthAllocLane(NETWORK_ID, authRequestId, &authConnCb);
/ohos5.0/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.c294 return AuthAllocLane(networkId, authRequestId, callback); in AuthAllocConn()