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:longStr
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hisysevent/test/moduletest/common/
H
A
D
hisysevent_c_test.cpp
572
char*
longStr
= new char[strLen + 1];
in HWTEST_F()
local
574
longStr
[i] = 'a';
in HWTEST_F()
576
longStr
[strLen] = '\0';
in HWTEST_F()
580
.v = { .s =
longStr
},
in HWTEST_F()
588
char* srts[] = {
longStr
};
in HWTEST_F()
600
delete[]
longStr
;
in HWTEST_F()
646
char*
longStr
= new char[strLen + 1];
in HWTEST_F()
local
648
longStr
[i] = 'a';
in HWTEST_F()
650
longStr
[strLen] = '\0';
in HWTEST_F()
651
char* srts[] = {
longStr
, longSt
in HWTEST_F()
[all...]
/base/global/resource_management/frameworks/resmgr/test/unittest/utils/
H
A
D
psue_manaer_test.cpp
47
std::string
longStr
= "abcdefghijklmnopqrstuvwxyz0123456789 abcdefghijklmnopqrstuvwxyz0123456789";
in HWTEST_F()
local
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H
A
D
hiappevent_app_event_test.cpp
136
std::string
longStr
(maxStrLen, 'a');
in HWTEST_F()
138
event1.AddParam("str_key",
longStr
);
in HWTEST_F()
147
const std::vector<std::string> strs1 = {
longStr
};
in HWTEST_F()
H
A
D
hiappevent_native_test.cpp
276
std::string
longStr
(maxStrLen, 'a');
in HWTEST_F()
278
const char* strs[] = {"hello",
longStr
.c_str()};
in HWTEST_F()
282
OH_HiAppEvent_AddStringParam(list, "long_s_key",
longStr
.c_str());
in HWTEST_F()
Completed in 4 milliseconds