Home
last modified time | relevance | path

Searched refs:RegAuthChannelListener (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_channel.h39 int32_t RegAuthChannelListener(int32_t module, const AuthChannelListener *listener);
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_tcp_connection_virtual.c22 int32_t RegAuthChannelListener(int32_t module, const AuthChannelListener *listener) in RegAuthChannelListener() function
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp695 ret = RegAuthChannelListener(module, nullptr); in HWTEST_F()
698 ret = RegAuthChannelListener(module, &listener); in HWTEST_F()
1995 int32_t ret = RegAuthChannelListener(module, listener); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c615 int32_t RegAuthChannelListener(int32_t module, const AuthChannelListener *listener) in RegAuthChannelListener() function
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c788 if (RegAuthChannelListener(MODULE_AUTH_CHANNEL, &channelListener) != SOFTBUS_OK || in TransAuthInit()
789 RegAuthChannelListener(MODULE_AUTH_MSG, &msgListener) != SOFTBUS_OK) { in TransAuthInit()

Completed in 8 milliseconds