Home
last modified time | relevance | path

Searched refs:AuthGetConnInfo (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp164 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 Dtrans_tcp_direct_message_test_mock.cpp150 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) in AuthGetConnInfo() function
152 return GetTransTcpDirectMessageInterface()->AuthGetConnInfo(authHandle, connInfo); in AuthGetConnInfo()
H A Dtrans_tcp_direct_message_test_mock.h63 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 Dtrans_auth_mock.h64 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 Dauth_interface_virtual.c205 int32_t AuthGetConnInfo(int64_t authId, AuthConnInfo *connInfo) in AuthGetConnInfo() function
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h86 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 Dlnn_lane_deps_mock.cpp319 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 Dlnn_net_builder_deps_mock.h111 virtual int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo);
251 MOCK_METHOD2(AuthGetConnInfo, int32_t (AuthHandle, AuthConnInfo *));
H A Dlnn_data_cloud_sync_mock.h108 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 Dlnn_net_builder_deps_mock.cpp282 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) in AuthGetConnInfo() function
284 return GetNetBuilderDepsInterface()->AuthGetConnInfo(authHandle, connInfo); in AuthGetConnInfo()
H A Dlnn_net_builder_mock_test.cpp320 EXPECT_CALL(NetBuilderMock, AuthGetConnInfo(_, _)) in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dlnn_data_cloud_sync_mock.cpp263 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 Dauth_interface.h205 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo);
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c71 ret = AuthGetConnInfo(authHandle, &info); in GetCipherFlagByAuthId()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c85 ret = AuthGetConnInfo(info->authHandle, &connInfo); in SetCipherOfHandshakeMsg()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1060 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 Dauth_test.cpp1278 ret = AuthGetConnInfo(authHandle, nullptr); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_append_test.cpp1615 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 Dlnn_net_builder_init.c545 if (AuthGetConnInfo(authHandle, &connInfo) != SOFTBUS_OK) { in OnDeviceVerifyPass()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c566 int32_t AuthGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) in AuthGetConnInfo() function
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp620 EXPECT_CALL(authMock, AuthGetConnInfo).WillOnce(Return(SOFTBUS_MEM_ERR)) in HWTEST_F()

Completed in 24 milliseconds