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:szbuf
(Results
1 - 3
of
3
) sorted by relevance
/test/testfwk/developer_test/aw/cxx/distributed/
H
A
D
distributed_major.cpp
249
char
szbuf
[MAX_BUFF_LEN];
in RunTestCmd()
local
253
ret = memset_s(
szbuf
, sizeof(
szbuf
), 0, MAX_BUFF_LEN);
in RunTestCmd()
260
auto pCmdTest = reinterpret_cast<DistributedMsg *>(
szbuf
);
in RunTestCmd()
296
char
szbuf
[MAX_BUFF_LEN] = {0};
in SendMessage()
local
297
auto pCmdTest = reinterpret_cast<DistributedMsg *>(
szbuf
);
in SendMessage()
320
char
szbuf
[MAX_BUFF_LEN] = {0};
in Notify()
local
321
auto pCmdTest = reinterpret_cast<DistributedMsg *>(
szbuf
);
in Notify()
421
bool DistributeTest::OnProcessValue(const std::string &
szbuf
, int len)
in OnProcessValue()
argument
423
if (
szbuf
in OnProcessValue()
[all...]
H
A
D
distributed_major.h
111
virtual bool OnProcessValue(const std::string &
szbuf
, int len);
112
virtual bool OnMsgProc(const std::string &
szbuf
, int len);
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
H
A
D
distribute_demo.cpp
79
std::string
szbuf
= "ok";
in HWTEST_F()
80
HiLog::Info(LABEL, "SendMessageTest002 = %s",
szbuf
.c_str());
in HWTEST_F()
Completed in 2 milliseconds