Searched refs:onConnected (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_tcp_connection.h | 41 void (*onConnected)(ListenerModule module, int32_t fd, bool isClient); member
|
/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_connection.h | 141 void (*onConnected)(uint32_t connectionId); member
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 123 if (g_callback.onConnected != NULL) { in NotifyConnected() 124 g_callback.onConnected(module, fd, isClient); in NotifyConnected()
|
H A D | auth_connection.c | 428 .onConnected = OnWiFiConnected, in InitWiFiConn()
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_connection.c | 855 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 D | softbus_conn_ble_manager.c | 2336 .onConnected = OnConnected, in ConnInitBle()
|
Completed in 11 milliseconds