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:autoPlay
(Results
1 - 23
of
23
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
video_modifier.cpp
26
void SetAutoPlay(ArkUINodeHandle node, ArkUI_Uint32
autoPlay
)
in SetAutoPlay()
argument
H
A
D
node_swiper_modifier.cpp
702
void SetSwiperAutoPlay(ArkUINodeHandle node, ArkUI_Bool
autoPlay
)
in SetSwiperAutoPlay()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_video_bridge.cpp
34
uint32_t
autoPlay
= static_cast<uint32_t>(secondArg->ToBoolean(vm)->Value());
in SetAutoPlay()
local
H
A
D
arkts_native_swiper_bridge.cpp
549
bool
autoPlay
= valueArg->ToBoolean(vm)->Value();
in SetSwiperAutoPlay()
local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_swiper_ffi.cpp
47
void FfiOHOSAceFrameworkSwiperSetAutoplay(bool
autoPlay
)
in FfiOHOSAceFrameworkSwiperSetAutoplay()
argument
H
A
D
cj_video_ffi.cpp
97
void FfiOHOSAceFrameworkVideoAutoPlay(bool
autoPlay
)
in FfiOHOSAceFrameworkVideoAutoPlay()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
swiper_model_impl.cpp
116
void SwiperModelImpl::SetAutoPlay(bool
autoPlay
)
in SetAutoPlay()
argument
H
A
D
video_model_impl.cpp
78
void VideoModelImpl::SetAutoPlay(bool
autoPlay
)
in SetAutoPlay()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_swiper.cpp
178
void JSSwiper::SetAutoPlay(bool
autoPlay
)
in SetAutoPlay()
argument
H
A
D
js_video.cpp
132
bool
autoPlay
= false;
in JsAutoPlay()
local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
swiper_composed_element.cpp
104
auto
autoPlay
= renderSwiper ? renderSwiper->GetAutoPlay() : false;
in GetAutoPlay()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H
A
D
video_model_ng.cpp
105
void VideoModelNG::SetAutoPlay(bool
autoPlay
)
in SetAutoPlay()
argument
233
void VideoModelNG::SetAutoPlay(FrameNode* frameNode, bool
autoPlay
)
in SetAutoPlay()
argument
H
A
D
video_pattern.h
89
void UpdateAutoPlay(bool
autoPlay
)
in UpdateAutoPlay()
argument
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H
A
D
audio_module.cpp
153
bool
autoPlay
= JSI::ValueToBoolean(args[0]);
in AutoPlaySetter()
local
H
A
D
audio_player.cpp
475
bool AudioPlayer::SetAutoPlay(bool
autoPlay
)
in SetAutoPlay()
argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H
A
D
swiper_declaration.h
47
bool
autoPlay
= false;
member
146
void SetAutoPlay(bool
autoPlay
)
in SetAutoPlay()
argument
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H
A
D
swiper_component.cpp
106
void SwiperComponent::SetAutoPlay(bool
autoPlay
)
in SetAutoPlay()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H
A
D
video_test_ng_extra_add.cpp
74
std::optional<bool>
autoPlay
;
member
H
A
D
video_test_ng_add.cpp
71
std::optional<bool>
autoPlay
;
member
H
A
D
video_property_test_ng.cpp
72
std::optional<bool>
autoPlay
;
member
H
A
D
video_test_ng.cpp
72
std::optional<bool>
autoPlay
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_model_ng.cpp
154
void SwiperModelNG::SetAutoPlay(bool
autoPlay
)
in SetAutoPlay()
argument
502
void SwiperModelNG::SetAutoPlay(FrameNode* frameNode, bool
autoPlay
)
in SetAutoPlay()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H
A
D
swiper_indicator_pattern.cpp
553
auto
autoPlay
= swiperPaintProperty->GetAutoPlay().value_or(false);
in HandleDragEnd()
local
704
auto
autoPlay
= swiperPaintProperty->GetAutoPlay().value_or(false);
in HandleLongPress()
local
Completed in 29 milliseconds