Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_connection.h82 void (*onConnectionException)(uint32_t connectionId, int32_t error); member
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c213 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()
H A Dsoftbus_conn_br_manager.c1820 .onConnectionException = OnConnectionException, in InitBrEventListener()