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:castTime
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/service/dfx/src/
H
A
D
dfx_hisysevent.cpp
355
int64_t
castTime
= (endTime - dispatchStartTime_) / CONVERSION_US_TO_MS;
in CalcKeyDispTimes()
local
356
if (
castTime
<= TIMES_LEVEL1) {
in CalcKeyDispTimes()
358
} else if (
castTime
<= TIMES_LEVEL2) {
in CalcKeyDispTimes()
360
} else if (
castTime
<= TIMES_LEVEL4) {
in CalcKeyDispTimes()
371
int64_t
castTime
= (endTime - dispatchStartTime_) / CONVERSION_US_TO_MS;
in CalcPointerDispTimes()
local
375
if (
castTime
<= TIMES_LEVEL1) {
in CalcPointerDispTimes()
377
} else if (
castTime
<= TIMES_LEVEL2) {
in CalcPointerDispTimes()
379
} else if (
castTime
<= TIMES_LEVEL4) {
in CalcPointerDispTimes()
416
int64_t
castTime
= (endTime - comboStartTime_) / CONVERSION_US_TO_MS - keyDownDuration;
in CalcComboStartTimes()
local
417
if (
castTime
<
in CalcComboStartTimes()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H
A
D
rs_thread_looper_impl.cpp
134
auto
castTime
= std::chrono::time_point_cast<clock_t::duration>(time);
in PostMessage()
local
135
delayedQueue_.emplace(
castTime
, message, param);
in PostMessage()
/foundation/multimedia/av_session/services/session/server/
H
A
D
hw_cast_stream_player.cpp
61
int32_t HwCastStreamPlayer::CheckCastTime(int32_t
castTime
)
in CheckCastTime()
argument
63
if (
castTime
< castMinTime) {
in CheckCastTime()
64
return castMinTime *
castTime
;
in CheckCastTime()
66
return
castTime
;
in CheckCastTime()
H
A
D
hw_cast_stream_player.h
71
int32_t CheckCastTime(int32_t
castTime
);
Completed in 3 milliseconds