Home
last modified time | relevance | path

Searched refs:MODULE_AUTH_MSG (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp220 ret = ConnBlePostBytesInner(connectionId, value2, dataLen, pid, flag, MODULE_AUTH_MSG, seq, NULL); in HWTEST_F()
230 ret = ConnBlePostBytesInner(connectionId, value3, dataLen, pid, flag, MODULE_AUTH_MSG, seq, NULL); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h37 MODULE_AUTH_MSG = 9, enumerator
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp122 pktHead.module = MODULE_AUTH_MSG; in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c56 .module = MODULE_AUTH_MSG,
156 if (pktHead->module == MODULE_AUTH_CHANNEL || pktHead->module == MODULE_AUTH_MSG) { in NotifyDataReceived()
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c602 TRANS_LOGE(TRANS_SVC, "recv MODULE_AUTH_MSG err. authId=%{public}d", authId); in OnAuthMsgDataRecv()
789 RegAuthChannelListener(MODULE_AUTH_MSG, &msgListener) != SOFTBUS_OK) { in TransAuthInit()
791 UnregAuthChannelListener(MODULE_AUTH_MSG); in TransAuthInit()
809 UnregAuthChannelListener(MODULE_AUTH_MSG); in TransAuthDeinit()
1151 .module = MODULE_AUTH_MSG, in TransSendAuthMsg()
/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c52 MODULE_MESSAGE_SERVICE, MODULE_AUTH_CHANNEL, MODULE_AUTH_MSG, MODULE_BLUETOOTH_MANAGER, MODULE_CONNECTION, in ModuleCheck()

Completed in 6 milliseconds