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:SetTime
(Results
1 - 25
of
40
) sorted by relevance
1
2
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_texture_mapper.h
152
animator_.
SetTime
(durationTime + delayTime_);
in SetDurationTime()
166
animator_.
SetTime
(animator_.GetTime() - delayTime_ + delayTime);
in SetDelayTime()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H
A
D
linear_indicator_controller.cpp
204
animationData_.
SetTime
(animationTime, intervalTime);
in PlayingUpdateTime()
218
animationData_.
SetTime
(animationTime, intervalTime);
in PlayingUpdateTime()
232
animationData_.
SetTime
(animationTime, intervalTime);
in Start()
241
animationData_.
SetTime
(animationTime, intervalTime);
in Start()
245
animationData_.
SetTime
(animationTime, intervalTime);
in Start()
H
A
D
linear_indicator_controller.h
68
void
SetTime
(int32_t totalAnimationTime, int32_t totalIntervalTime)
in SetTime()
function in OHOS::Ace::NG::LinearIndicatorControllerData
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
manual_clock.cpp
30
void
SetTime
(const META_NS::TimeSpan& time) override
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_manual_clock.h
40
virtual void
SetTime
(const META_NS::TimeSpan& time) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H
A
D
animation_state.h
184
void
SetTime
(const TimeSpan& time)
in SetTime()
function
186
clock_->
SetTime
(time);
in SetTime()
H
A
D
animation_state.cpp
108
state_.
SetTime
(TimeSpan::Zero());
in ResetClock()
163
state_.
SetTime
(overflow * state_.GetBaseDuration());
in Move()
197
state_.
SetTime
(TimeSpan::Seconds(seekedTime));
in Seek()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H
A
D
rs_profiler_capturedata_test.cpp
41
data.
SetTime
(initial);
in HWTEST_F()
221
initialData.
SetTime
(78.354f);
in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/animator/
H
A
D
animator.h
212
* @see
SetTime
229
void
SetTime
(uint32_t period)
in SetTime()
function in OHOS::Animator
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
inspector.cpp
223
.
SetTime
(std::chrono::high_resolution_clock::now());
in SendEventByKey()
232
.
SetTime
(std::chrono::high_resolution_clock::now());
in SendEventByKey()
245
.
SetTime
(std::chrono::high_resolution_clock::now());
in SendEventByKey()
/foundation/graphic/graphic_3d/lume/LumeDotfield/api/dotfield/render/
H
A
D
intf_render_data_store_default_dotfield.h
82
virtual void
SetTime
(float time) noexcept = 0;
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng_new.cpp
1084
emptyHistory.push_back(TouchEvent {}.SetX(100.0f).SetY(200.0f).
SetTime
(timeStampAce));
in HWTEST_F()
1090
emptyCurrent.push_back(TouchEvent {}.SetX(200.0f).SetY(300.0f).
SetTime
(timeStampTwo));
in HWTEST_F()
1108
history.push_back(TouchEvent {}.SetX(100.0f).SetY(200.0f).
SetTime
(timeStampAce));
in HWTEST_F()
1109
history.push_back(TouchEvent {}.SetX(150.0f).SetY(250.0f).
SetTime
(timeStampTwo));
in HWTEST_F()
1111
current.push_back(TouchEvent {}.SetX(200.0f).SetY(300.0f).
SetTime
(timeStampThree));
in HWTEST_F()
1112
current.push_back(TouchEvent {}.SetX(250.0f).SetY(350.0f).
SetTime
(timeStampFour));
in HWTEST_F()
1135
current.push_back(TouchEvent {}.SetX(100.0f).SetY(200.0f).
SetTime
(timeStampAce));
in HWTEST_F()
1136
current.push_back(TouchEvent {}.SetX(150.0f).SetY(250.0f).
SetTime
(timeStampTwo));
in HWTEST_F()
1157
history.push_back(TouchEvent {}.SetX(100.0f).SetY(200.0f).
SetTime
(timeStampAce));
in HWTEST_F()
1158
history.push_back(TouchEvent {}.SetX(150.0f).SetY(250.0f).
SetTime
(timeStampTw
in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_capturedata.cpp
32
void RSCaptureData::
SetTime
(float time)
in SetTime()
function in OHOS::Rosen::RSCaptureData
H
A
D
rs_profiler_capturedata.h
56
void
SetTime
(float time);
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/
H
A
D
render_data_store_default_dotfield.cpp
114
void RenderDataStoreDefaultDotfield::
SetTime
(float time) noexcept
H
A
D
render_data_store_default_dotfield.h
63
void
SetTime
(float time) noexcept override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H
A
D
hievent.h
184
HiEvent&
SetTime
(long second);
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_button.cpp
315
animator_.
SetTime
(SHRINK_DURATION);
in Start()
317
animator_.
SetTime
(RECOVER_DURATION);
in Start()
H
A
D
ui_toggle_button.cpp
42
checkBoxAnimator_.
SetTime
(DEFAULT_ANIMATOR_TIME);
in UIToggleButton()
/foundation/arkui/ui_lite/test/unittest/animator/
H
A
D
animator_unit_test.cpp
144
* @tc.desc: Verify
SetTime
function, equal.
154
animator_->
SetTime
(TIME);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
picker_data.h
156
void
SetTime
(const PickerTime& value)
in SetTime()
function in OHOS::Ace::final
H
A
D
picker_data.cpp
166
dateTime.
SetTime
(PickerTime::Current());
in Current()
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/systems/
H
A
D
dotfield_system.cpp
176
dsDefaultDotfield->
SetTime
(time * 0.000001f);
in Update()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H
A
D
paste_data.h
107
void
SetTime
(const std::string &time);
/foundation/arkui/ace_engine/frameworks/core/event/
H
A
D
touch_event.cpp
49
TouchEvent& TouchEvent::
SetTime
(TimeStamp time)
in SetTime()
function in OHOS::Ace::TouchEvent
336
.
SetTime
(time)
in UpdatePointers()
Completed in 14 milliseconds
1
2