Home
last modified time | relevance | path

Searched refs:CONN_SIDE_SERVER (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dble_service_connection_test.cpp464 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 Dconnection_ble_manager_test.cpp410 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 Dsoftbus_conn_ble_server.c637 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 Dsoftbus_conn_ble_connection.c497 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 Dsoftbus_conn_ble_manager.c309 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 Dsoftbus_conn_interface.h148 CONN_SIDE_SERVER enumerator
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp228 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 Dsoftbus_conn_br_manager.c208 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 Dsoftbus_conn_br_connection.c246 ConnBrConnection *connection = ConnBrCreateConnection(mac, CONN_SIDE_SERVER, socketHandle); in CreateAndSaveConnection()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c747 return info.isServer ? CONN_SIDE_SERVER : CONN_SIDE_CLIENT; in GetConnSideType()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1559 ConnSideType sideType = CONN_SIDE_SERVER; in HWTEST_F()

Completed in 26 milliseconds