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:elapsedTime
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H
A
D
text_timer_model_ng.h
26
TextTimerConfiguration(double count, bool isCountDown, bool started, int64_t
elapsedTime
, bool enabled)
in TextTimerConfiguration()
argument
H
A
D
text_timer_pattern.cpp
47
auto
elapsedTime
= GetFormatDuration(elapsedTime_);
in FireChangeEvent()
local
115
auto
elapsedTime
= GetMillisecondsDuration(GetFormatDuration(elapsedTime_));
in Tick()
local
233
void TextTimerPattern::UpdateTextTimer(uint32_t
elapsedTime
)
in UpdateTextTimer()
argument
378
auto
elapsedTime
in BuildContentModifierNode()
local
392
auto
elapsedTime
= GetFormatDuration(
elapsedTime
_);
DumpInfo()
local
[all...]
/foundation/communication/netstack/utils/napi_utils/src/
H
A
D
timing.cpp
59
double
elapsedTime
= TimeUtils::Microseconds2Milliseconds(endTime_ - startTime_);
in Elapsed()
local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
idle_time.cpp
81
int64_t
elapsedTime
= occurTimestamp - lastVSyncTime;
in EventTask()
local
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H
A
D
render_texttimer.cpp
111
void RenderTextTimer::UpdateValue(uint32_t
elapsedTime
)
in UpdateValue()
argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_texttimer_ffi.cpp
126
void FfiOHOSAceFrameworkTextTimerSetOnTimer(void (*callback)(int64_t utc, int64_t
elapsedTime
))
in FfiOHOSAceFrameworkTextTimerSetOnTimer()
argument
/foundation/ability/form_fwk/services/src/
H
A
D
form_util.cpp
61
int64_t
elapsedTime
= 0;
in GenerateFormId()
local
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H
A
D
transition_impl.cpp
45
int32_t
elapsedTime
= animator_->GetRunTime() - params_.delay; // animation execution time
in Callback()
local
211
void TransitionImpl::Perform(int32_t
elapsedTime
)
in Perform()
argument
259
PerformTransitionBgColorLinear(int32_t
elapsedTime
)
PerformTransitionBgColorLinear()
argument
279
PerformTransition(int16_t from, int16_t to, TransitionType transitionType, int16_t &updateAttrValue, int32_t
elapsedTime
)
PerformTransition()
argument
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H
A
D
media_monitor_policy.cpp
647
int64_t
elapsedTime
= static_cast<int64_t>((TimeUtils::GetCurSec() - curruntTime_)) / 60;
in WriteInfo()
local
/foundation/multimedia/av_session/interfaces/kits/c/
H
A
D
native_avsession.h
161
int64_t
elapsedTime
;
member
/foundation/communication/netstack/frameworks/cj/http/src/
H
A
D
net_http_utils.cpp
81
double
elapsedTime
= TimeUtils::Microseconds2Milliseconds(endTime_ - startTime_);
in Elapsed()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H
A
D
text_timer_test_ng.cpp
292
int64_t
elapsedTime
= ELAPSED_TIME_1;
in HWTEST_F()
local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_service.cpp
1672
int64_t
elapsedTime
= GetTickCount() - start;
in TryConnectRemoteAbility()
local
Completed in 14 milliseconds