Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:FreeMessage
(Results
1 - 14
of
14
) sorted by relevance
/foundation/communication/dsoftbus/core/common/include/
H
A
D
message_handler.h
55
void (*
FreeMessage
)(SoftBusMessage *msg);
member
60
void
FreeMessage
(SoftBusMessage *msg);
/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H
A
D
message_handler_test.c
72
msg4->
FreeMessage
= CustomfreeMessage;
in TestMessageHandler()
/foundation/communication/dsoftbus/core/bus_center/service/src/
H
A
D
bus_center_event.c
71
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
D
softbus_hisysevt_common.c
116
msg->
FreeMessage
= FreeMessageFunc;
in CreateMessage()
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H
A
D
lnn_async_callback_utils.c
74
msg->
FreeMessage
= FreeAsyncCallbackMessage;
in InitAsyncCallbackMessage()
H
A
D
lnn_state_machine.c
75
msg->
FreeMessage
= FreeFsmHandleMsg;
in CreateFsmHandleMsg()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H
A
D
softbus_hidumper_broadcast.c
49
msg->
FreeMessage
= NULL;
in CreateBroadcastHandlerMsg()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H
A
D
softbus_proxychannel_pipeline.c
212
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
D
softbus_proxychannel_transceiver.c
246
msg->
FreeMessage
= TransProxyFreeLoopMsg;
in TransProxyCreateLoopMsg()
/foundation/communication/dsoftbus/core/common/message_handler/
H
A
D
message_handler.c
66
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
D
softbus_conn_common.c
107
msg->
FreeMessage
= ConnFreeMessage;
in ConnPostMsgToLooper()
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_common.c
90
msg->
FreeMessage
= DelAuthMessage;
in NewAuthMessage()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
instant_statistics.cpp
973
msg->
FreeMessage
= FreeMessageFunc;
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H
A
D
disc_ble.c
1282
msg->
FreeMessage
= NULL;
in CreateBleHandlerMsg()
Completed in 13 milliseconds