Home
last modified time | relevance | path

Searched refs:DelAuthReqInfoByAuthHandle (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_lane.h31 int32_t DelAuthReqInfoByAuthHandle(const AuthHandle *authHandle);
H A Dauth_manager.h75 int32_t DelAuthReqInfoByAuthHandle(const AuthHandle *authHandle);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1135 * @tc.desc: DelAuthReqInfoByAuthHandle test
1153 EXPECT_EQ(DelAuthReqInfoByAuthHandle(&authHandle), SOFTBUS_OK); in HWTEST_F()
1156 EXPECT_EQ(DelAuthReqInfoByAuthHandle(&authHandle), SOFTBUS_OK); in HWTEST_F()
1159 EXPECT_EQ(DelAuthReqInfoByAuthHandle(&authHandle), SOFTBUS_OK); in HWTEST_F()
1162 EXPECT_EQ(DelAuthReqInfoByAuthHandle(&authHandle), SOFTBUS_OK); in HWTEST_F()
H A Dauth_lane_test.cpp176 ret = DelAuthReqInfoByAuthHandle(&authHandle); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c188 int32_t DelAuthReqInfoByAuthHandle(const AuthHandle *authHandle) in DelAuthReqInfoByAuthHandle() function
H A Dauth_interface.c301 DelAuthReqInfoByAuthHandle(authHandle); in AuthFreeConn()

Completed in 6 milliseconds