Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c66 static ConnBrEventListener g_eventListener = { 0 }; variable
96 g_eventListener.onDataReceived(connectionId, data, dataLen); in LoopRead()
189 g_eventListener.onClientConnectFailed(connectionId, SOFTBUS_CONN_BR_INTERNAL_ERR); in StartClientConnect()
199 g_eventListener.onClientConnectFailed(connection->connectionId, ret); in StartClientConnect()
205 g_eventListener.onClientConnected(connection->connectionId); in StartClientConnect()
223 g_eventListener.onConnectionException(connection->connectionId, ret); in StartClientConnect()
271 g_eventListener.onServerAccepted(connection->connectionId); in StartServerServe()
290 g_eventListener.onConnectionException(connection->connectionId, ret); in StartServerServe()
536 g_eventListener.onConnectionResume(connectionId); in NotifyReferenceRequest()
648 g_eventListener.onConnectionResume(connection->connectionId); in ConnBrOnReferenceResponse()
[all …]