Home
last modified time | relevance | path

Searched refs:FreeMessage (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h55 void (*FreeMessage)(SoftBusMessage *msg); member
60 void FreeMessage(SoftBusMessage *msg);
/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H A Dmessage_handler_test.c72 msg4->FreeMessage = CustomfreeMessage; in TestMessageHandler()
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c71 FreeMessage(msg); in PostMessageToHandlerDelay()
76 FreeMessage(msg); in PostMessageToHandlerDelay()
246 msg->FreeMessage = FreeNotifyMessage; in PostNotifyMessage()
266 msg->FreeMessage = FreeNotifyMessage; in PostNotifyNodeStatusMessage()
279 msg->FreeMessage = FreeNotifyMessage; in PostNotifyMessageDelay()
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_common.c116 msg->FreeMessage = FreeMessageFunc; in CreateMessage()
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_async_callback_utils.c74 msg->FreeMessage = FreeAsyncCallbackMessage; in InitAsyncCallbackMessage()
H A Dlnn_state_machine.c75 msg->FreeMessage = FreeFsmHandleMsg; in CreateFsmHandleMsg()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_broadcast.c49 msg->FreeMessage = NULL; in CreateBroadcastHandlerMsg()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c212 msg->FreeMessage = TransProxyPipelineFreeMessage; in TransProxyPipelineOpenChannel()
338 msg->FreeMessage = TransProxyPipelineFreeMessage; in TransProxyPipelineCloseChannelDelay()
394 msg->FreeMessage = TransProxyPipelineFreeMessage; in TransProxyPipelineOnChannelOpened()
460 msg->FreeMessage = TransProxyPipelineFreeMessage; in TransProxyPipelineOnChannelOpenFailed()
H A Dsoftbus_proxychannel_transceiver.c246 msg->FreeMessage = TransProxyFreeLoopMsg; in TransProxyCreateLoopMsg()
/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c66 if (msg->FreeMessage == NULL) { in FreeSoftBusMsg()
69 msg->FreeMessage(msg); in FreeSoftBusMsg()
83 void FreeMessage(SoftBusMessage *msg) in FreeMessage() function
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c107 msg->FreeMessage = ConnFreeMessage; in ConnPostMsgToLooper()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c90 msg->FreeMessage = DelAuthMessage; in NewAuthMessage()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp973 msg->FreeMessage = FreeMessageFunc;
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c1282 msg->FreeMessage = NULL; in CreateBleHandlerMsg()

Completed in 13 milliseconds