Home
last modified time | relevance | path

Searched refs:needOccupy (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_conn_mock.cpp86 bool CheckActiveConnection(const ConnectOption *option, bool needOccupy) in CheckActiveConnection() argument
88 return GetConnectInterface()->CheckActiveConnection(option, needOccupy); in CheckActiveConnection()
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_connection_mock.cpp78 bool CheckActiveConnection(const ConnectOption *option, bool needOccupy) in CheckActiveConnection() argument
80 return GetConnInterface()->CheckActiveConnection(option, needOccupy); in CheckActiveConnection()
/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.h99 bool (*CheckActiveConnection)(const ConnectOption *info, bool needOccupy);
H A Dsoftbus_conn_manager.c586 bool CheckActiveConnection(const ConnectOption *info, bool needOccupy) in CheckActiveConnection() argument
601 return g_connManager[info->type]->CheckActiveConnection(info, needOccupy); in CheckActiveConnection()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_conn_mock.h44 virtual bool CheckActiveConnection(const ConnectOption *option, bool needOccupy) = 0;
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_connection_mock.h42 virtual bool CheckActiveConnection(const ConnectOption *option, bool needOccupy) = 0;
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp368 bool CheckActiveConnection(const ConnectOption *option, bool needOccupy) in CheckActiveConnection() argument
370 return GetLaneDepsInterface()->CheckActiveConnection(option, needOccupy); in CheckActiveConnection()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h404 bool CheckActiveConnection(const ConnectOption *option, bool needOccupy);
/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c732 static bool TcpCheckActiveConnection(const ConnectOption *info, bool needOccupy) in TcpCheckActiveConnection() argument
735 (void)needOccupy; in TcpCheckActiveConnection()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h96 virtual bool CheckActiveConnection(const ConnectOption *option, bool needOccupy) = 0;
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1598 static bool BrCheckActiveConnection(const ConnectOption *option, bool needOccupy) in BrCheckActiveConnection() argument
1612 if (isActive && needOccupy) { in BrCheckActiveConnection()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1892 static bool BleCheckActiveConnection(const ConnectOption *option, bool needOccupy) in BleCheckActiveConnection() argument
1910 if (isActive && needOccupy) { in BleCheckActiveConnection()

Completed in 14 milliseconds