Searched refs:onConnectionException (Results 1 – 3 of 3) sorted by relevance
82 void (*onConnectionException)(uint32_t connectionId, int32_t error); member
213 g_eventListener.onConnectionException(connection->connectionId, SOFTBUS_LOCK_ERR); in StartClientConnect()223 g_eventListener.onConnectionException(connection->connectionId, ret); in StartClientConnect()280 g_eventListener.onConnectionException(connection->connectionId, SOFTBUS_LOCK_ERR); in StartServerServe()290 g_eventListener.onConnectionException(connection->connectionId, ret); in StartServerServe()949 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onConnectionException != NULL, SOFTBUS_INVALID_PARAM, CON… in ConnBrConnectionMuduleInit()
1820 .onConnectionException = OnConnectionException, in InitBrEventListener()