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:TIME_INTERVAL
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/player_framework/services/services/monitor/client/
H
A
D
monitor_client.cpp
32
constexpr uint8_t
TIME_INTERVAL
= 1; // Heartbeat once per second
member
145
clickCond_.wait_for(lock, std::chrono::seconds(
TIME_INTERVAL
), [this] {
in ClickThread()
175
std::this_thread::sleep_for(std::chrono::seconds(
TIME_INTERVAL
));
in ClickThreadCtrl()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H
A
D
rs_render_interpolating_spring_animation.cpp
243
constexpr float
TIME_INTERVAL
= 1e-6f; // 1e-6f : 1 microsecond
in CalculateVelocity()
local
245
float nextDisplacement = 1.0f + CalculateDisplacement(time +
TIME_INTERVAL
);
in CalculateVelocity()
247
valueEstimator_->Estimate(currentDisplacement, startValue_, endValue_)) * (1 /
TIME_INTERVAL
);
in CalculateVelocity()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H
A
D
rs_value_estimator.h
469
constexpr float
TIME_INTERVAL
= 1e-6f; // 1 microsecond
variable
470
T velocity = (springModel_->CalculateDisplacement(time +
TIME_INTERVAL
) -
471
springModel_->CalculateDisplacement(time)) * (1 /
TIME_INTERVAL
);
/foundation/resourceschedule/soc_perf/services/core/src/
H
A
D
socperf.cpp
24
const int64_t
TIME_INTERVAL
= 8;
member
491
if (curMs - boostTime_[recordCmdId] >
TIME_INTERVAL
) {
in CheckTimeInterval()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H
A
D
socperf_plugin.cpp
46
const int64_t
TIME_INTERVAL
= 5000;
member
371
if (curMs - lastTime >
TIME_INTERVAL
) {
in HandleEventSlide()
Completed in 5 milliseconds