Home
last modified time | relevance | path

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

/ohos5.0/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());
279 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
328 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
381 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
434 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
471 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
528 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
559 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
H A Dlnn_lane_link_test.cpp893 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
1000 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
1100 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
1360 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
1417 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
1470 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
1529 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return());
1577 EXPECT_CALL(linkMock, AuthCloseConn).WillRepeatedly(Return()); in SetCommonFunction()
/ohos5.0/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()
/ohos5.0/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));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h74 virtual void AuthCloseConn(AuthHandle authHandle) = 0;
140 MOCK_METHOD1(AuthCloseConn, void (AuthHandle));
/ohos5.0/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.c356 AuthCloseConn(authHandle); in RecycleLinkedListResource()
577 AuthCloseConn(authHandle); in OnConnOpenedForDisconnect()
878 AuthCloseConn(reqInfo.auth.authHandle); in NotifyLinkFail()
953 AuthCloseConn(reqInfo.auth.authHandle); in NotifyLinkSucc()
2582 AuthCloseConn(authHandle); in RecycleP2pLinkedReqByLinkType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.h58 virtual void AuthCloseConn(AuthHandle authHandle) = 0;
140 MOCK_METHOD(void, AuthCloseConn, (AuthHandle), (override));
H A Dwifi_direct_mock.cpp101 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function
103 return OHOS::SoftBus::WifiDirectInterfaceMock::GetMock()->AuthCloseConn(authHandle); in AuthCloseConn()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_interface_virtual.c112 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function
/ohos5.0/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()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h185 void AuthCloseConn(AuthHandle authHandle);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp52 AuthCloseConn(handle_); in ~AuthNegotiateChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1076 AuthCloseConn(authHandle);
1080 AuthCloseConn(authHandle);
H A Dauth_test.cpp1096 AuthCloseConn(authHandle);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c313 AuthCloseConn(item->authHandle); in TransDelSessionConnById()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c833 AuthCloseConn(authHandle); in UdpOnAuthConnOpened()
1147 AuthCloseConn(authHandle); in UdpModuleCb()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c273 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function
/ohos5.0/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()