Home
last modified time | relevance | path

Searched refs:ConnGetConnectionInfo (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_conn_mock.cpp46 int32_t ConnGetConnectionInfo(uint32_t connectionId, ConnectionInfo *info) in ConnGetConnectionInfo() function
48 return GetConnectInterface()->ConnGetConnectionInfo(connectionId, info); in ConnGetConnectionInfo()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_conn_mock.h37 virtual int32_t ConnGetConnectionInfo(uint32_t connectionId, ConnectionInfo *info) = 0;
63 MOCK_METHOD2(ConnGetConnectionInfo, int32_t (uint32_t, ConnectionInfo *));
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/mock/
H A Dtrans_manager_mock.cpp49 int32_t ConnGetConnectionInfo(uint32_t connectionId, ConnectionInfo *info) in ConnGetConnectionInfo() function
51 return GetTransManagerInterface()->ConnGetConnectionInfo(connectionId, info); in ConnGetConnectionInfo()
H A Dtrans_manager_mock.h37 virtual int32_t ConnGetConnectionInfo(uint32_t connectionId, ConnectionInfo *info) = 0;
58 MOCK_METHOD2(ConnGetConnectionInfo, int32_t (uint32_t, ConnectionInfo *));
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_connection_mock.h35 virtual int32_t ConnGetConnectionInfo(uint32_t connectionId, ConnectionInfo *info) = 0;
53 MOCK_METHOD2(ConnGetConnectionInfo, int32_t(uint32_t, ConnectionInfo *));
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_connection_mock.cpp43 int32_t ConnGetConnectionInfo(uint32_t connectionId, ConnectionInfo *info) in ConnGetConnectionInfo() function
45 return GetConnInterface()->ConnGetConnectionInfo(connectionId, info); in ConnGetConnectionInfo()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_transceiver_test.cpp144 EXPECT_CALL(connMock, ConnGetConnectionInfo(_, _)) in HWTEST_F()
187 EXPECT_CALL(connMock, ConnGetConnectionInfo(_, _)) in HWTEST_F()
215 EXPECT_CALL(connMock, ConnGetConnectionInfo(_, _)) in HWTEST_F()
H A Dtrans_proxy_manager_test.cpp547 EXPECT_CALL(connMock, ConnGetConnectionInfo(_, _)) in HWTEST_F()
646 EXPECT_CALL(connMock, ConnGetConnectionInfo) in HWTEST_F()
H A Dtrans_proxy_message_test.cpp521 EXPECT_CALL(connMock, ConnGetConnectionInfo).WillOnce(Return(SOFTBUS_MEM_ERR)) in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_switch_test.cpp163 * @tc.require: The ConnSetConnectCallback and ConnGetConnectionInfo and ConnDisconnectDeviceAllConn operates normally.
188 ret = ConnGetConnectionInfo(g_connId, &info); in HWTEST_F()
294 ret = ConnGetConnectionInfo(g_connId, &info); in HWTEST_F()
451 ret = ConnGetConnectionInfo(g_connId, &info); in HWTEST_F()
562 ret = ConnGetConnectionInfo(g_connId, &info); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_test.cpp276 ret = ConnGetConnectionInfo(g_connId, &info); in HWTEST_F()
404 ret = ConnGetConnectionInfo(g_connId, &info); in HWTEST_F()
599 ret = ConnGetConnectionInfo(id, NULL); in HWTEST_F()
603 ret = ConnGetConnectionInfo(id, &info); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_auth_negotiation_test/
H A Dtrans_auth_negotiation_test.cpp436 EXPECT_CALL(mock, ConnGetConnectionInfo).WillOnce(Return(SOFTBUS_OK)); in HWTEST_F()
451 EXPECT_CALL(mock, ConnGetConnectionInfo).WillOnce(Return(SOFTBUS_CONN_MANAGER_TYPE_NOT_SUPPORT)); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h314 int32_t ConnGetConnectionInfo(uint32_t connectionId, ConnectionInfo *info);
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c454 int32_t ret = ConnGetConnectionInfo(connectionId, &info); in GetConnInfoByConnectionId()
740 if (ConnGetConnectionInfo(GetConnId(connId), &info)) { in GetConnSideType()
741 AUTH_LOGE(AUTH_CONN, "ConnGetConnectionInfo fail, " CONN_INFO, CONN_DATA(connId)); in GetConnSideType()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_auth_negotiation.c325 int32_t ret = ConnGetConnectionInfo(connectionId, &connInfo); in GetAuthConnInfoByConnId()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp162 ON_CALL(*mockInterface->connMock, ConnGetConnectionInfo) in ClientFSMCreate()
H A Dauth_other_test.cpp514 EXPECT_CALL(connMock, ConnGetConnectionInfo).WillRepeatedly(Return(true)); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_manager_test.cpp403 ret = ConnGetConnectionInfo(g_connId, &info); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c447 int32_t ConnGetConnectionInfo(uint32_t connectionId, ConnectionInfo *info) in ConnGetConnectionInfo() function
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c501 if (ConnGetConnectionInfo(connId, &info) != SOFTBUS_OK) { in TransCreateConnByConnId()
H A Dsoftbus_proxychannel_message.c115 int32_t ret = ConnGetConnectionInfo(connId, &info); in TransProxyGetAuthConnInfo()
117 ret == SOFTBUS_OK, ret, TRANS_CTRL, "ConnGetConnectionInfo fail, connId=%{public}u", connId); in TransProxyGetAuthConnInfo()
H A Dsoftbus_proxychannel_manager.c1029 ret = ConnGetConnectionInfo(msg->connId, &info); in TransProxyFillChannelInfo()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp590 if (ConnGetConnectionInfo(connId, &info) != SOFTBUS_OK) {

Completed in 23 milliseconds