Home
last modified time | relevance | path

Searched refs:AuthGetLaneAllocInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_lane_test.cpp197 int32_t ret = AuthGetLaneAllocInfo(nullptr, &allocInfo); in HWTEST_F()
200 ret = AuthGetLaneAllocInfo(NETWORK_ID, nullptr); in HWTEST_F()
203 ret = AuthGetLaneAllocInfo(NETWORK_ID, &allocInfo); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c379 static int32_t AuthGetLaneAllocInfo(const char *networkId, LaneAllocInfo *allocInfo) in AuthGetLaneAllocInfo() function
439 if (AuthGetLaneAllocInfo(networkId, &allocInfo) != SOFTBUS_OK) { in AuthAllocLane()

Completed in 2 milliseconds