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:rate
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H
A
D
thermal_service_subscriber.cpp
100
double
rate
= 0;
in SetHistoryTypeTempMap()
local
102
rate
= (sum / THOUSAND_UNIT / sec) * SEC_MIN_NUM;
in SetHistoryTypeTempMap()
105
sensorsRateMap_.insert(std::make_pair(history.first,
rate
));
in SetHistoryTypeTempMap()
/base/web/webview/ohos_adapter/camera_adapter/include/
H
A
D
format_adapter_impl.h
39
void SetFrameRate(float
rate
);
/base/update/updater/services/ui/view/component/
H
A
D
box_progress_adapter.cpp
100
float
rate
= static_cast<float>(GetValue()) / (progressWidth_ - 1);
in GetPosOfEp()
local
103
static_cast<int16_t>(GetX() - ep_->GetWidth() / halfDivisor + GetWidth() *
rate
),
in GetPosOfEp()
/base/sensors/sensor/test/unittest/common/src/
H
A
D
system_info.cpp
42
inline double CHK_RATE(double
rate
)
in CHK_RATE()
argument
44
return (
rate
> CPU_USAGE_MAX ? CPU_USAGE_MAX :
rate
);
in CHK_RATE()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
napi_native_media_player.cpp
360
double
rate
= 0.0;
in HandlePlaybackRateChanged()
local
361
if (!NapiParseUtils::ParseDouble(env, argv[INTEGER_ZERO],
rate
)) {
in HandlePlaybackRateChanged()
362
WVLOG_E("failed to parse
rate
");
in HandlePlaybackRateChanged()
367
if ((
rate
< 0.0) || (
rate
> MAX_PLAYBACK_RATE)) {
in HandlePlaybackRateChanged()
368
WVLOG_E("
rate
is invalid");
in HandlePlaybackRateChanged()
380
handler->HandlePlaybackRateChanged(
rate
);
in HandlePlaybackRateChanged()
/base/update/updater/test/unittest/updater_ui_test/view/
H
A
D
ui_component_unittest.cpp
190
float
rate
= static_cast<float>(boxProgress.GetValue()) / boxProgress.GetRangeMax();
in HWTEST_F()
local
192
epView.GetWidth() / halfDivisor + boxProgress.GetWidth() *
rate
));
in HWTEST_F()
Completed in 4 milliseconds