Home
last modified time | relevance | path

Searched refs:UpdateConnection (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/core/connection/manager/
Dsoftbus_conn_manager.h100 int32_t (*UpdateConnection)(uint32_t connectionId, UpdateOption *option); member
Dsoftbus_conn_manager.c778 if (g_connManager[type]->UpdateConnection == NULL) { in ConnUpdateConnection()
781 return g_connManager[type]->UpdateConnection(connectionId, option); in ConnUpdateConnection()
/foundation/communication/dsoftbus/tests/core/connection/ble/
Dconnection_ble_manager_test.cpp549 ret = g_bleInterface->UpdateConnection(bleConnection->connectionId, &options);
554 ret = g_bleInterface->UpdateConnection(bleConnection->connectionId, &options);
/foundation/communication/dsoftbus/core/connection/tcp/src/
Dsoftbus_tcp_connect_manager.c767 g_tcpInterface.UpdateConnection = NULL; in InitTcpInterface()
/foundation/communication/dsoftbus/core/connection/br/src/
Dsoftbus_conn_br_manager.c1737 .UpdateConnection = NULL, in ConnInitBr()
/foundation/communication/dsoftbus/core/connection/ble/src/
Dsoftbus_conn_ble_manager.c2196 .UpdateConnection = BleUpdateConnection, in ConnInitBle()