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:StartPlayback
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_controller.h
40
void
StartPlayback
()
in StartPlayback()
function in OHOS::Ace::NG::MovingPhotoController
H
A
D
movingphoto_napi.h
32
napi_value
StartPlayback
(napi_env env, napi_callback_info info);
H
A
D
movingphoto_pattern.h
184
void
StartPlayback
();
H
A
D
movingphoto_napi.cpp
257
napi_value
StartPlayback
(napi_env env, napi_callback_info info)
in StartPlayback()
function
266
controller->
StartPlayback
();
in StartPlayback()
306
DECLARE_NAPI_FUNCTION("startPlayback",
StartPlayback
),
in InitController()
H
A
D
movingphoto_pattern.cpp
97
pattern->
StartPlayback
();
in OnAttachToFrameNode()
921
void MovingPhotoPattern::
StartPlayback
()
in StartPlayback()
function in OHOS::Ace::NG::MovingPhotoPattern
927
TAG_LOGW(AceLogTag::ACE_MOVING_PHOTO, "
StartPlayback
autoAndRepeatLevel_:%{public}d.",
in StartPlayback()
940
TAG_LOGI(AceLogTag::ACE_MOVING_PHOTO, "
StartPlayback
duration:%{public}d.",
in StartPlayback()
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H
A
D
movingphoto_test_ng.cpp
859
* @tc.desc: Test MovingPhotoPattern
StartPlayback
.
875
* @tc.steps: step2. Call
StartPlayback
.
in HWTEST_F()
884
movingphotoPattern->
StartPlayback
();
in HWTEST_F()
Completed in 6 milliseconds