Searched refs:onException (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_interface.c | 88 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 D | auth_manager.c | 1429 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 D | auth_common.h | 115 void (*onException)(AuthHandle authHandle, int32_t error); member
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 178 void (*onException)(AuthHandle authHandle, int32_t error); member
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/ |
H A D | auth_negotiate_channel.cpp | 298 .onException = OnAuthException, in Init()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_info_manager.c | 867 .onException = NULL, in LnnInitSyncInfoManager() 888 .onException = NULL, in LnnInitSyncInfoManager()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test.cpp | 999 .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 D | trans_udp_negotiation.c | 1168 .onException = NULL, in TransUdpChannelInit()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_p2p.c | 1215 .onException = NULL, in P2pDirectChannelInit()
|
Completed in 15 milliseconds