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:GenRandom
(Results
1 - 6
of
6
) sorted by relevance
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
H
A
D
getparam.cpp
46
size_t
GenRandom
(size_t min, size_t max)
in GenRandom()
function
210
size_t len =
GenRandom
(RANDOM_MIN, RANDOM_MAX);
in GetStringParam()
222
size_t len =
GenRandom
(RANDOM_MIN, RANDOM_MAX);
in GetUnsignVectorParam()
241
size_t len =
GenRandom
(RANDOM_MIN, RANDOM_MAX);
in GetBoolVectorParam()
253
size_t len =
GenRandom
(RANDOM_MIN, RANDOM_MAX);
in GetShortVectorParam()
265
size_t len =
GenRandom
(RANDOM_MIN, RANDOM_MAX);
in GetLongVectorParam()
277
size_t len =
GenRandom
(RANDOM_MIN, RANDOM_MAX);
in GetIntVectorParam()
289
size_t len =
GenRandom
(RANDOM_MIN, RANDOM_MAX);
in GetFloatVectorParam()
301
size_t len =
GenRandom
(RANDOM_MIN, RANDOM_MAX);
in GetDoubleVectorParam()
313
size_t len =
GenRandom
(RANDOM_MI
in GetCharVectorParam()
[all...]
/base/startup/appspawn/test/unittest/
H
A
D
app_spawn_test_helper.h
124
static uint32_t
GenRandom
(void);
H
A
D
app_spawn_test_helper.cpp
399
uint32_t AppSpawnTestHelper::
GenRandom
(void)
in GenRandom()
function in OHOS::AppSpawnTestHelper
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H
A
D
app_spawn_client_test.cpp
858
static uint32_t
GenRandom
(void)
in GenRandom()
function
881
uint32_t count =
GenRandom
() % 4096; // 4096
in HWTEST_F()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H
A
D
nweb_spawn_service_test.cpp
335
uint32_t sendStep = OHOS::AppSpawnTestHelper::
GenRandom
() % 70; // 70 一次发送的字节数
in HWTEST_F()
H
A
D
app_spawn_service_test.cpp
379
uint32_t sendStep = OHOS::AppSpawnTestHelper::
GenRandom
() % 70; // 70 一次发送的字节数
in HWTEST_F()
Completed in 7 milliseconds