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:msg4
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H
A
D
message_handler_test.c
63
COMM_LOGI(COMM_TEST, "testHandler
msg4
");
in TestMessageHandler()
64
SoftBusMessage*
msg4
= SoftBusCalloc(sizeof(SoftBusMessage));
in TestMessageHandler()
local
65
if (
msg4
== NULL) {
in TestMessageHandler()
66
COMM_LOGI(COMM_TEST, "
msg4
malloc fail");
in TestMessageHandler()
69
msg4
->what = CASE_FOUR_WHAT;
in TestMessageHandler()
70
msg4
->arg1 = CASE_ARG;
in TestMessageHandler()
71
msg4
->handler = &g_networkingHandler;
in TestMessageHandler()
72
msg4
->FreeMessage = CustomfreeMessage;
in TestMessageHandler()
73
msg4
->obj = SoftBusMalloc(CASE_FOUR_OBJ_SIZE);
in TestMessageHandler()
74
if (
msg4
in TestMessageHandler()
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_topo_manager_test.cpp
404
char *
msg4
= const_cast<char *>(MSG_4);
in HWTEST_F()
local
408
json = cJSON_ParseWithLength(
msg4
, strlen(
msg4
));
in HWTEST_F()
437
uint8_t *
msg4
= reinterpret_cast<uint8_t *>(const_cast<char *>(MSG_9));
in HWTEST_F()
local
440
OnReceiveTopoUpdateMsg(LNN_INFO_TYPE_TOPO_UPDATE, NETWORK_ID,
msg4
, strlen(MSG_9));
in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H
A
D
rtsp_unit_test.cpp
441
const std::string &
msg4
= "stale=\"FALSE\"\r\nDate: Wed, Jun 03 2020 10:54:30 GMT\r\n";
in HWTEST_F()
local
442
response->Parse(msg1 + msg2 + msg3 +
msg4
);
in HWTEST_F()
456
const std::string &
msg4
= "stale=\"FALSE\"\r\nDate: Wed, Jun 03 2020 10:54:30 GMT\r\n";
in HWTEST_F()
local
457
response->Parse(msg1 + msg2 + msg3 +
msg4
);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H
A
D
negotiate_message_test.cpp
217
NegotiateMessage
msg4
;
in HWTEST_F()
local
Completed in 4 milliseconds