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:SetFrequency
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
H
A
D
ClientApi_fuzzer.cpp
63
opt.
SetFrequency
(size);
in FuzzClientApiOption()
/developtools/hiperf/interfaces/innerkits/native/include/
H
A
D
hiperf_client.h
81
void
SetFrequency
(int frequency);
/developtools/hiperf/test/unittest/common/native/
H
A
D
hiperf_client_test.cpp
246
HWTEST_F(HiperfClientTest,
SetFrequency
, TestSize.Level1)
in HWTEST_F()
251
opt.
SetFrequency
(500);
in HWTEST_F()
/developtools/hiperf/interfaces/kits/js/napi/
H
A
D
hiperf_client_napi.cpp
208
static napi_value
SetFrequency
(napi_env env, napi_callback_info info)
in SetFrequency()
function
213
g_hiperfRecordOption->
SetFrequency
(option);
in SetFrequency()
647
DECLARE_NAPI_FUNCTION("setFrequency",
SetFrequency
),
in HiperfClientInit()
/developtools/hiperf/interfaces/innerkits/native/src/
H
A
D
hiperf_client.cpp
202
void RecordOption::
SetFrequency
(int frequency)
in SetFrequency()
function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption
240
SetFrequency
(DEFAULT_FREQUENCY_TIME);
in SetCallStackSamplingConfigs()
Completed in 5 milliseconds