Home
last modified time | relevance | path

Searched refs:onConnected (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_tcp_connection.h41 void (*onConnected)(ListenerModule module, int32_t fd, bool isClient); member
/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h141 void (*onConnected)(uint32_t connectionId); member
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c123 if (g_callback.onConnected != NULL) { in NotifyConnected()
124 g_callback.onConnected(module, fd, isClient); in NotifyConnected()
H A Dauth_connection.c428 .onConnected = OnWiFiConnected, in InitWiFiConn()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c855 g_connectionListener.onConnected(connection->connectionId); in HandleBasicInfo()
1193 CONN_CHECK_AND_RETURN_RET_LOGW(listener->onConnected != NULL, SOFTBUS_INVALID_PARAM, CONN_INIT, in CheckBleInitConnectionPara()
1194 "init ble connection failed: invalid param, listener onConnected is null"); in CheckBleInitConnectionPara()
H A Dsoftbus_conn_ble_manager.c2336 .onConnected = OnConnected, in ConnInitBle()

Completed in 10 milliseconds