/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/ |
H A D | trans_auth_mock.cpp | 164 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) in AuthGetConnInfo() function 166 return GetTransAuthInterface()->AuthGetConnInfo(authHandle, connInfo); in AuthGetConnInfo()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/ |
H A D | trans_tcp_direct_message_test_mock.cpp | 150 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo)
in AuthGetConnInfo() function 152 return GetTransTcpDirectMessageInterface()->AuthGetConnInfo(authHandle, connInfo);
in AuthGetConnInfo()
|
H A D | trans_tcp_direct_message_test_mock.h | 63 virtual int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) = 0;
113 MOCK_METHOD2(AuthGetConnInfo, int32_t (AuthHandle authHandle, AuthConnInfo *connInfo));
|
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/ |
H A D | trans_auth_mock.h | 64 virtual int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) = 0; 127 MOCK_METHOD2(AuthGetConnInfo, int32_t (AuthHandle, AuthConnInfo *));
|
/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_interface_virtual.c | 205 int32_t AuthGetConnInfo(int64_t authId, AuthConnInfo *connInfo) in AuthGetConnInfo() function
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/ |
H A D | lnn_lane_deps_mock.h | 86 virtual int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) = 0; 152 MOCK_METHOD2(AuthGetConnInfo, int32_t (AuthHandle, AuthConnInfo *));
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_deps_mock.cpp | 319 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) in AuthGetConnInfo() function 321 return GetLaneDepsInterface()->AuthGetConnInfo(authHandle, connInfo); in AuthGetConnInfo()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_builder_deps_mock.h | 111 virtual int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo); 251 MOCK_METHOD2(AuthGetConnInfo, int32_t (AuthHandle, AuthConnInfo *));
|
H A D | lnn_data_cloud_sync_mock.h | 108 virtual int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo); 239 MOCK_METHOD2(AuthGetConnInfo, int32_t (AuthHandle, AuthConnInfo *));
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_deps_mock.cpp | 282 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) in AuthGetConnInfo() function 284 return GetNetBuilderDepsInterface()->AuthGetConnInfo(authHandle, connInfo); in AuthGetConnInfo()
|
H A D | lnn_net_builder_mock_test.cpp | 320 EXPECT_CALL(NetBuilderMock, AuthGetConnInfo(_, _)) in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/ |
H A D | lnn_data_cloud_sync_mock.cpp | 263 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) in AuthGetConnInfo() function 265 return GetNetBuilderDepsInterface()->AuthGetConnInfo(authHandle, connInfo); in AuthGetConnInfo()
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 205 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo);
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_listener.c | 71 ret = AuthGetConnInfo(authHandle, &info); in GetCipherFlagByAuthId()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_control.c | 85 ret = AuthGetConnInfo(info->authHandle, &connInfo); in SetCipherOfHandshakeMsg()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_other_test.cpp | 1060 EXPECT_TRUE(AuthGetConnInfo(authHandle, &connInfo) == SOFTBUS_INVALID_PARAM); in HWTEST_F() 1064 EXPECT_TRUE(AuthGetConnInfo(authHandle, &connInfo) == SOFTBUS_INVALID_PARAM); in HWTEST_F()
|
H A D | auth_test.cpp | 1278 ret = AuthGetConnInfo(authHandle, nullptr); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_append_test.cpp | 1615 EXPECT_CALL(TcpMessageMock, AuthGetConnInfo).WillOnce(Return(SOFTBUS_OK)); in HWTEST_F() 1647 EXPECT_CALL(TcpMessageMock, AuthGetConnInfo).WillRepeatedly(Return(SOFTBUS_OK)); in HWTEST_F() 1876 EXPECT_CALL(TcpMessageMock, AuthGetConnInfo).WillOnce(Return(SOFTBUS_INVALID_PARAM)); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_init.c | 545 if (AuthGetConnInfo(authHandle, &connInfo) != SOFTBUS_OK) { in OnDeviceVerifyPass()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_interface.c | 566 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) in AuthGetConnInfo() function
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_message_test.cpp | 620 EXPECT_CALL(authMock, AuthGetConnInfo).WillOnce(Return(SOFTBUS_MEM_ERR)) in HWTEST_F()
|