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:currentTime_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
friction_motion.cpp
41
currentTime_
= 0.0;
in Reset()
69
currentTime_
= offsetTime / UNIT_CONVERT;
in Move()
89
return GetPosition(
currentTime_
);
in GetCurrentPosition()
94
return GetVelocity(
currentTime_
);
in GetCurrentVelocity()
H
A
D
friction_motion.h
56
double
currentTime_
{ 0.0 };
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H
A
D
cloud_file_fault_event.cpp
42
int64_t
currentTime_
= t.tv_sec;
in IsAllowToReport()
local
44
(
currentTime_
> lastTimeMap_[faultType] &&
in IsAllowToReport()
45
currentTime_
- lastTimeMap_[faultType] > MINIMUM_FAULT_REPORT_INTERVAL)) {
in IsAllowToReport()
46
lastTimeMap_[faultType] =
currentTime_
;
in IsAllowToReport()
/foundation/multimedia/av_codec/services/media_engine/filters/
H
A
D
video_decoder_adapter.cpp
126
currentTime_
= -1;
in Init()
171
currentTime_
= -1;
in Stop()
189
currentTime_
= -1;
in Flush()
207
currentTime_
= -1;
in Reset()
216
currentTime_
= -1;
in Release()
222
currentTime_
= -1;
in ResetRenderTime()
360
if (
currentTime_
== -1) {
in ReleaseOutputBuffer()
361
currentTime_
= GetCurrentMillisecond();
in ReleaseOutputBuffer()
364
int64_t diffTime = currentTime -
currentTime_
;
in ReleaseOutputBuffer()
373
currentTime_
in ReleaseOutputBuffer()
[all...]
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
H
A
D
video_decoder_adapter_unit_test.cpp
123
videoDecoder->
currentTime_
= 0;
in HWTEST_F()
185
ASSERT_EQ(videoDecoder->
currentTime_
, 0);
in HWTEST_F()
207
ASSERT_EQ(videoDecoder->
currentTime_
, 0);
in HWTEST_F()
242
ASSERT_EQ(videoDecoder->
currentTime_
, 0);
in HWTEST_F()
256
videoDecoder->
currentTime_
= -1;
in HWTEST_F()
258
videoDecoder->
currentTime_
= 0;
in HWTEST_F()
/foundation/multimodalinput/input/service/event_dispatch/src/
H
A
D
event_dispatch_handler.cpp
295
currentTime_
= point->GetActionTime();
in DispatchPointerEventInner()
296
if (fd < 0 &&
currentTime_
- eventTime_ > INTERVAL_TIME) {
in DispatchPointerEventInner()
297
eventTime_ =
currentTime_
;
in DispatchPointerEventInner()
376
currentTime_
= key->GetActionTime();
in DispatchKeyEvent()
377
if (fd < 0 &&
currentTime_
- eventTime_ > INTERVAL_TIME) {
in DispatchKeyEvent()
378
eventTime_ =
currentTime_
;
in DispatchKeyEvent()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
video_decoder_adapter.h
86
int64_t
currentTime_
= 0;
member in OHOS::Media::VideoDecoderAdapter
/foundation/multimodalinput/input/service/event_dispatch/include/
H
A
D
event_dispatch_handler.h
78
int32_t
currentTime_
{ 0 };
/foundation/multimedia/player_framework/services/utils/
H
A
D
media_dfx.cpp
43
std::chrono::system_clock::time_point
currentTime_
= std::chrono::system_clock::now();
member
109
currentTime_
= currentTime;
in StatisticsEventReport()
433
auto diff = currentTime -
currentTime_
;
in ReportMediaInfo()
/foundation/multimodalinput/input/service/event_dispatch/test/
H
A
D
event_dispatch_test.cpp
311
int32_t currentTime = dispatch.
currentTime_
;
in HWTEST_F()
336
int32_t currentTime = dispatch.
currentTime_
;
in HWTEST_F()
383
int32_t currentTime = dispatch.
currentTime_
;
in HWTEST_F()
820
int32_t currentTime = dispatch.
currentTime_
;
in HWTEST_F()
1017
int32_t currentTime = dispatch.
currentTime_
;
in HWTEST_F()
Completed in 8 milliseconds