Searched refs:CONN_SIDE_SERVER (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | ble_service_connection_test.cpp | 464 ConnBleConnection *connection = ConnBleCreateConnection(bleAddr, BLE_GATT, CONN_SIDE_SERVER, 1, false); in HWTEST_F() 486 ConnBleConnection *connection = ConnBleCreateConnection(bleAddr, BLE_GATT, CONN_SIDE_SERVER, 11, false); in HWTEST_F() 501 ConnBleConnection *bleConnection = ConnBleCreateConnection(bleMac, BLE_GATT, CONN_SIDE_SERVER, 20, false); in HWTEST_F()
|
H A D | connection_ble_manager_test.cpp | 410 ConnBleCreateConnection(bleMac, BLE_GATT, CONN_SIDE_SERVER, INVALID_UNDERLAY_HANDLE, false); in HWTEST_F() 558 bleConnection->side = CONN_SIDE_SERVER; in HWTEST_F() 813 connection->side = CONN_SIDE_SERVER; in HWTEST_F() 859 connection->side = CONN_SIDE_SERVER; in HWTEST_F() 907 connection->side = CONN_SIDE_SERVER; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_server.c | 637 ConnBleConnection *connection = ConnBleGetConnectionByHandle(underlayerHandle, CONN_SIDE_SERVER, BLE_GATT); in BleConnectServerCallback() 644 connection = ConnBleCreateConnection(address, BLE_GATT, CONN_SIDE_SERVER, underlayerHandle, false); in BleConnectServerCallback() 667 ConnBleConnection *connection = ConnBleGetConnectionByHandle(underlayerHandle, CONN_SIDE_SERVER, BLE_GATT); in BleMtuChangeCallback() 1005 ConnBleConnection *connection = ConnBleGetConnectionByHandle(underlayerHandle, CONN_SIDE_SERVER, BLE_GATT); in BleDisconnectServerCallback() 1072 ConnBleConnection *connection = ConnBleGetConnectionByHandle(underlayerHandle, CONN_SIDE_SERVER, BLE_GATT); in BleRequestWriteCallback()
|
H A D | softbus_conn_ble_connection.c | 497 if (connection->side == CONN_SIDE_SERVER) { in ConnBleUpdateConnectionPriority() 517 return connection->side == CONN_SIDE_SERVER ? in ConnBleSend() 838 if (connection->side == CONN_SIDE_SERVER) { in HandleBasicInfo()
|
H A D | softbus_conn_ble_manager.c | 309 info->isServer = connection->side == CONN_SIDE_SERVER ? 1 : 0; in BleConvert2ConnectionInfo() 427 ConnBleConnection *serverConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_SERVER, BLE_PROTOCOL_ANY); in AttempReuseConnect() 703 ConnBleGetConnectionByAddr(connection->addr, CONN_SIDE_SERVER, connectingDevice->protocol); in BleTryReuseServerOrRetryConnect()
|
/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 148 CONN_SIDE_SERVER enumerator
|
/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | connection_br_connection_test.cpp | 228 ConnBrConnection *connection = ConnBrCreateConnection(mac, CONN_SIDE_SERVER, socketHandle); in HWTEST_F() 253 ConnBrConnection *connection = ConnBrCreateConnection(mac, CONN_SIDE_SERVER, socketHandle); in HWTEST_F() 739 target->side = CONN_SIDE_SERVER; in HWTEST_F() 1123 ConnBrConnection *connection = ConnBrCreateConnection(mac, CONN_SIDE_SERVER, socketHandle); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_manager.c | 208 info->isServer = connection->side == CONN_SIDE_SERVER ? 1 : 0; in Convert2ConnectionInfo() 493 ConnBrConnection *serverConnection = ConnBrGetConnectionByAddr(device->addr, CONN_SIDE_SERVER); in AttempReuseConnect() 768 ConnBrConnection *serverConnection = ConnBrGetConnectionByAddr(connection->addr, CONN_SIDE_SERVER); in ClientConnectFailed()
|
H A D | softbus_conn_br_connection.c | 246 ConnBrConnection *connection = ConnBrCreateConnection(mac, CONN_SIDE_SERVER, socketHandle); in CreateAndSaveConnection()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_connection.c | 747 return info.isServer ? CONN_SIDE_SERVER : CONN_SIDE_CLIENT; in GetConnSideType()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test.cpp | 1559 ConnSideType sideType = CONN_SIDE_SERVER; in HWTEST_F()
|
Completed in 26 milliseconds