Searched refs:MODULE_AUTH_CHANNEL (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
H A D | connection_ble_client_mock.cpp | 88 head->module = MODULE_AUTH_CHANNEL; in ConnGattTransRecvReturnDefult() 103 head->module = MODULE_AUTH_CHANNEL; in ActionOfConnGattTransRecv()
|
/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 36 MODULE_AUTH_CHANNEL = 8, enumerator
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_tcp_connection_test.cpp | 120 pktHead.module = MODULE_AUTH_CHANNEL; in HWTEST_F()
|
H A D | auth_test.cpp | 1993 int32_t module = MODULE_AUTH_CHANNEL; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 788 if (RegAuthChannelListener(MODULE_AUTH_CHANNEL, &channelListener) != SOFTBUS_OK || in TransAuthInit() 790 UnregAuthChannelListener(MODULE_AUTH_CHANNEL); in TransAuthInit() 808 UnregAuthChannelListener(MODULE_AUTH_CHANNEL); in TransAuthDeinit() 840 .module = MODULE_AUTH_CHANNEL, in TransPostAuthChannelMsg() 868 .module = MODULE_AUTH_CHANNEL, in TransPostAuthChannelErrMsg()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 52 .module = MODULE_AUTH_CHANNEL, 156 if (pktHead->module == MODULE_AUTH_CHANNEL || pktHead->module == MODULE_AUTH_MSG) { in NotifyDataReceived()
|
/foundation/communication/dsoftbus/core/connection/manager/ |
H A D | softbus_conn_manager.c | 52 MODULE_MESSAGE_SERVICE, MODULE_AUTH_CHANNEL, MODULE_AUTH_MSG, MODULE_BLUETOOTH_MANAGER, MODULE_CONNECTION, in ModuleCheck()
|
Completed in 9 milliseconds