/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/ |
H A D | lnn_lane_link_wifi_direct_test.cpp | 232 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 D | lnn_lane_link_test.cpp | 896 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 D | trans_auth_mock.cpp | 109 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function 111 GetTransAuthInterface()->AuthCloseConn(authHandle); in AuthCloseConn()
|
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/ |
H A D | trans_auth_mock.h | 50 virtual void AuthCloseConn(AuthHandle authHandle) = 0; 113 MOCK_METHOD1(AuthCloseConn, void (AuthHandle));
|
/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_interface_virtual.c | 112 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_wifi_direct.c | 184 AuthCloseConn(forceDownInfo->authHandle); in FreeResourceForForceDisconnect() 267 AuthCloseConn(forceDownInfo.authHandle); in OnWifiDirectForceDisconnectFailure() 358 AuthCloseConn(authHandle); in OnConnOpenedForForceDisconnect()
|
H A D | lnn_lane_link_p2p.c | 367 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 D | lnn_lane_deps_mock.h | 74 virtual void AuthCloseConn(AuthHandle authHandle) = 0; 141 MOCK_METHOD1(AuthCloseConn, void (AuthHandle));
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_mock.cpp | 116 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function 118 return OHOS::SoftBus::WifiDirectInterfaceMock::GetMock()->AuthCloseConn(authHandle); in AuthCloseConn()
|
H A D | wifi_direct_mock.h | 59 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 D | lnn_lane_deps_mock.cpp | 266 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function 268 GetLaneDepsInterface()->AuthCloseConn(authHandle); in AuthCloseConn()
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 185 void AuthCloseConn(AuthHandle authHandle);
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/ |
H A D | auth_negotiate_channel.cpp | 52 AuthCloseConn(handle_); in ~AuthNegotiateChannel()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_other_test.cpp | 1058 AuthCloseConn(authHandle); in HWTEST_F() 1062 AuthCloseConn(authHandle); in HWTEST_F()
|
H A D | auth_test.cpp | 1096 AuthCloseConn(authHandle); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 828 AuthCloseConn(authHandle); in UdpOnAuthConnOpened() 1133 AuthCloseConn(authHandle); in UdpModuleCb()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_sessionconn.c | 313 AuthCloseConn(item->authHandle); in TransDelSessionConnById()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_interface.c | 270 void AuthCloseConn(AuthHandle authHandle) in AuthCloseConn() function
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 277 EXPECT_CALL(mock, AuthCloseConn(_)).WillRepeatedly([](AuthHandle authHandle) {}); in InjectCommonMock()
|