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
defs:remainTime
(Results
1 - 9
of
9
) sorted by relevance
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H
A
D
delay_suspend_info_ex.cpp
33
int32_t
remainTime
= GetActualDelayTime() - (int32_t)spendTime;
in GetRemainDelayTime()
local
/foundation/communication/netmanager_base/services/common/include/
H
A
D
ffrt_timer.h
90
int
remainTime
= (time > TIMER_MAX_INTERVAL_MS) ? (time % TIMER_MAX_INTERVAL_MS) : time;
in OneTiming()
local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H
A
D
frame_retainer.h
39
uint32_t
remainTime
= 0u; // in second
member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H
A
D
rs_animation_fraction_test.cpp
284
int
remainTime
= 1;
in HWTEST_F()
local
299
int
remainTime
= 1;
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H
A
D
rs_animat_fraction_test.cpp
245
int
remainTime
= 1;
in HWTEST_F()
local
299
int
remainTime
= 1;
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H
A
D
rs_animation_fraction.cpp
222
void RSAnimationFraction::UpdateRemainTimeFraction(float fraction, int
remainTime
)
in UpdateRemainTimeFraction()
argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H
A
D
rsanimationbase_fuzzer.cpp
96
int
remainTime
= GetData<int>();
in RSAnimationFractionFuzzerTest()
local
/foundation/distributedhardware/distributed_audio/services/test_example/
H
A
D
distributedaudiotest.cpp
327
int64_t
remainTime
= AUDIO_FRAME_TIME_INTERFAL_DEFAULT - passTime;
in WriteStreamWait()
local
540
int64_t
remainTime
= AUDIO_FRAME_TIME_INTERFAL_DEFAULT - passTime;
in ReadStreamWait()
local
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H
A
D
nstackx_dfile_transfer.c
1455
uint32_t
remainTime
= GetRemainingTime(dFileTrans->timeout, &now, &dFileTrans->ts);
in SenderGetTimeout()
local
1471
uint32_t
remainTime
= GetRemainingTime(dFileTrans->timeout, &now, &dFileTrans->ts);
in ReceiverGetTimeout()
local
Completed in 8 milliseconds