Searched refs:AuthAllocLane (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_lane.h | 35 int32_t AuthAllocLane(const char *networkId, uint32_t authRequestId, AuthConnCallback *callback);
|
H A D | auth_manager.h | 79 int32_t AuthAllocLane(const char *networkId, uint32_t authRequestId, AuthConnCallback *callback);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_lane_test.cpp | 245 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 D | auth_lane.c | 419 int32_t AuthAllocLane(const char *networkId, uint32_t authRequestId, AuthConnCallback *callback) in AuthAllocLane() function
|
H A D | auth_interface.c | 294 return AuthAllocLane(networkId, authRequestId, callback); in AuthAllocConn()
|