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:randomNum
(Results
1 - 13
of
13
) sorted by relevance
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturefileformatfile_fuzzer/
H
A
D
screencapturefileformatfile_fuzzer.cpp
99
int32_t
randomNum
= (*reinterpret_cast<int32_t *>(data)) % (fileformatList);
in FuzzScreenCaptureFileFormatFile()
local
100
MEDIA_LOGI("FuzzTest ScreenCaptureFileFormatFileFuzzer
randomNum
: %{public}d ",
randomNum
);
in FuzzScreenCaptureFileFormatFile()
107
if (
randomNum
== 0) {
in FuzzScreenCaptureFileFormatFile()
109
} else if (
randomNum
== 1) {
in FuzzScreenCaptureFileFormatFile()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiocodecformatfile_fuzzer/
H
A
D
screencaptureaudiocodecformatfile_fuzzer.cpp
106
int32_t
randomNum
= abs((*reinterpret_cast<int32_t *>(data)) % (audioCodecformatList));
in FuzzScreenCaptureAudioCodecFormatFile()
local
107
MEDIA_LOGI("FuzzTest ScreenCaptureAudioBitrateFileNdkFuzzer
randomNum
: %{public}d ",
randomNum
);
in FuzzScreenCaptureAudioCodecFormatFile()
109
config.audioInfo.audioEncInfo.audioCodecformat = audioCodecformat[
randomNum
];
in FuzzScreenCaptureAudioCodecFormatFile()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkfileformatfile_fuzzer/
H
A
D
screencapturefileformatfile_ndk_fuzzer.cpp
103
int32_t
randomNum
= abs((*reinterpret_cast<int32_t *>(data)) % (fileformatList));
in FuzzScreenCaptureFileFormatFileNdk()
local
104
MEDIA_LOGI("FuzzTest ScreenCaptureFileFormatFileNdkFuzzer
randomNum
: %{public}d ",
randomNum
);
in FuzzScreenCaptureFileFormatFileNdk()
112
recorderInfo.fileFormat = fileformat[
randomNum
];
in FuzzScreenCaptureFileFormatFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideocodecfile_fuzzer/
H
A
D
screencapturevideocodecfile_ndk_fuzzer.cpp
108
int32_t
randomNum
= abs((*reinterpret_cast<int32_t *>(data)) % (videoCodecList));
in FuzzScreenCaptureVideoCodecFileNdk()
local
109
MEDIA_LOGI("FuzzTest ScreenCaptureVideoCodecFileNdkFuzzer
randomNum
: %{public}d ",
randomNum
);
in FuzzScreenCaptureVideoCodecFileNdk()
111
config.videoInfo.videoEncInfo.videoCodec = videoCodec[
randomNum
];
in FuzzScreenCaptureVideoCodecFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideocodecfile_fuzzer/
H
A
D
screencapturevideocodecfile_fuzzer.cpp
107
int32_t
randomNum
= abs((*reinterpret_cast<int32_t *>(data)) % (videoCodecList));
in FuzzScreenCaptureVideoCodecFile()
local
108
MEDIA_LOGI("FuzzTest ScreenCaptureVideoCodecFileFuzzer
randomNum
: %{public}d ",
randomNum
);
in FuzzScreenCaptureVideoCodecFile()
110
config.videoInfo.videoEncInfo.videoCodec = videoCodec[
randomNum
];
in FuzzScreenCaptureVideoCodecFile()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkaudiocodecformatfile_fuzzer/
H
A
D
screencaptureaudiocodecformatfile_ndk_fuzzer.cpp
104
int32_t
randomNum
= abs((*reinterpret_cast<int32_t *>(data)) % (audioCodecformatList));
in FuzzScreenCaptureAudioCodecFormatFileNdk()
local
105
MEDIA_LOGI("FuzzTest ScreenCaptureAudioCodecFormatFileNdkFuzzer
randomNum
: %{public}d ",
randomNum
);
in FuzzScreenCaptureAudioCodecFormatFileNdk()
107
config.audioInfo.audioEncInfo.audioCodecformat = audioCodecformat[
randomNum
];
in FuzzScreenCaptureAudioCodecFormatFileNdk()
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H
A
D
softbus_server_proxy_frame.cpp
62
int32_t
randomNum
= rand();
in InnerRegisterService()
local
63
int32_t scaledNum =
randomNum
% RANDOM_RANGE_MAX;
in InnerRegisterService()
/foundation/distributeddatamgr/data_object/interfaces/jskits/
H
A
D
distributed_data_object.js
115
result.__objectId =
randomNum
();
120
function
randomNum
() {
function
446
genSessionId:
randomNum
/foundation/multimedia/audio_framework/frameworks/native/examples/
H
A
D
pa_stream_test.cpp
332
int32_t
randomNum
= dis(gen);
in WriteDataWorker()
local
333
AUDIO_INFO_LOG("recorder sleepTime %{public}d",
randomNum
);
in WriteDataWorker()
334
usleep(
randomNum
);
in WriteDataWorker()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H
A
D
rfcomm_session_fsm.c
423
uint32_t
randomNum
= RandomGenerate();
in RfcommRecvConnectReq()
local
424
uint8_t timer =
randomNum
% RFCOMM_NUM_TEN;
in RfcommRecvConnectReq()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H
A
D
fillp.h
236
FILLP_ULLONG
randomNum
;
member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H
A
D
self_cure_state_machine.cpp
2440
uint32_t
randomNum
= 0;
in GetNextIpAddr()
local
2443
read(fd, &
randomNum
, sizeof(uint32_t));
in GetNextIpAddr()
2446
uint32_t rand = (
randomNum
> 0 ?
randomNum
: -
randomNum
) % 100;
in GetNextIpAddr()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H
A
D
fillp_common.c
451
nackTest.
randomNum
= FILLP_HTONLL(pcb->send.nackRandomNum + FILLP_RAND());
in FillpSendRepaetNack()
Completed in 13 milliseconds