Home
last modified time | relevance | path

Searched refs:onException (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c88 g_moduleListener[i].listener.onException = listener->onException; in RegAuthTransListener()
103 g_moduleListener[i].listener.onException = NULL; in UnregAuthTransListener()
150 if (g_moduleListener[i].listener.onException != NULL) { in NotifyTransException()
151 g_moduleListener[i].listener.onException(authHandle, error); in NotifyTransException()
733 .onException = NotifyTransException, in AuthInit()
H A Dauth_manager.c1429 if (g_transCallback.onException != NULL) { in HandleDecryptFailData()
1431 g_transCallback.onException(authHandle, SOFTBUS_AUTH_DECRYPT_ERR); in HandleDecryptFailData()
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_common.h115 void (*onException)(AuthHandle authHandle, int32_t error); member
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h178 void (*onException)(AuthHandle authHandle, int32_t error); member
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp298 .onException = OnAuthException, in Init()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c867 .onException = NULL, in LnnInitSyncInfoManager()
888 .onException = NULL, in LnnInitSyncInfoManager()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp999 .onException = NULL, in HWTEST_F()
1421 .onException = NULL, in HWTEST_F()
2043 .onException = NULL, in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c1168 .onException = NULL, in TransUdpChannelInit()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c1215 .onException = NULL, in P2pDirectChannelInit()

Completed in 15 milliseconds