Home
last modified time | relevance | path

Searched refs:AuthCloseConn (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_wifi_direct_test.cpp232 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
279 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
328 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
381 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
434 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
471 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
528 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
559 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
H A Dlnn_lane_link_test.cpp896 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
1003 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
1103 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
1365 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
1422 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
1473 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
1532 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in HWTEST_F()
1580 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in SetCommonFunction()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp109 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function
111 GetTransAuthInterface()->AuthCloseConn(authHandle); in AuthCloseConn()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_auth_mock.h50 virtual void AuthCloseConn(AuthHandle authHandle) = 0;
113 MOCK_METHOD1(AuthCloseConn, void (AuthHandle));
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_interface_virtual.c112 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_wifi_direct.c184 AuthCloseConn(forceDownInfo->authHandle); in FreeResourceForForceDisconnect()
267 AuthCloseConn(forceDownInfo.authHandle); in OnWifiDirectForceDisconnectFailure()
358 AuthCloseConn(authHandle); in OnConnOpenedForForceDisconnect()
H A Dlnn_lane_link_p2p.c367 AuthCloseConn(authHandle); in RecycleLinkedListResource()
553 AuthCloseConn(authHandle); in OnConnOpenedForDisconnect()
854 AuthCloseConn(reqInfo.auth.authHandle); in NotifyLinkFail()
929 AuthCloseConn(reqInfo.auth.authHandle); in NotifyLinkSucc()
2584 AuthCloseConn(authHandle); in RecycleP2pLinkedReqByLinkType()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h74 virtual void AuthCloseConn(AuthHandle authHandle) = 0;
141 MOCK_METHOD1(AuthCloseConn, void (AuthHandle));
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp116 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function
118 return OHOS::SoftBus::WifiDirectInterfaceMock::GetMock()->AuthCloseConn(authHandle); in AuthCloseConn()
H A Dwifi_direct_mock.h59 virtual void AuthCloseConn(AuthHandle authHandle) = 0;
144 MOCK_METHOD(void, AuthCloseConn, (AuthHandle), (override));
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp266 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function
268 GetLaneDepsInterface()->AuthCloseConn(authHandle); in AuthCloseConn()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h185 void AuthCloseConn(AuthHandle authHandle);
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp52 AuthCloseConn(handle_); in ~AuthNegotiateChannel()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1058 AuthCloseConn(authHandle); in HWTEST_F()
1062 AuthCloseConn(authHandle); in HWTEST_F()
H A Dauth_test.cpp1096 AuthCloseConn(authHandle); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c828 AuthCloseConn(authHandle); in UdpOnAuthConnOpened()
1133 AuthCloseConn(authHandle); in UdpModuleCb()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c313 AuthCloseConn(item->authHandle); in TransDelSessionConnById()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c270 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp277 EXPECT_CALL(mock, AuthCloseConn(_)).WillRepeatedly([](AuthHandle authHandle) {}); in InjectCommonMock()

Completed in 45 milliseconds