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:SetOnStop
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_model_ng.h
37
void
SetOnStop
(MovingPhotoEventFunc&& onStop);
H
A
D
movingphoto_model_ng.cpp
131
void MovingPhotoModelNG::
SetOnStop
(MovingPhotoEventFunc&& onStop)
in SetOnStop()
function in OHOS::Ace::NG::MovingPhotoModelNG
137
eventHub->
SetOnStop
(std::move(onStop));
in SetOnStop()
H
A
D
movingphoto_event_hub.h
86
void
SetOnStop
(MovingPhotoEventFunc&& onStop)
in SetOnStop()
function in OHOS::Ace::NG::MovingPhotoEventHub
H
A
D
movingphoto_napi.cpp
178
NG::MovingPhotoModelNG::GetInstance()->
SetOnStop
(std::move(onStop));
in JsOnStop()
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H
A
D
video_test_ng_add.cpp
245
videoEventHub->
SetOnStop
(std::move(onStop));
in HWTEST_F()
325
videoEventHub2->
SetOnStop
(std::move(onStop));
in HWTEST_F()
405
videoEventHub3->
SetOnStop
(std::move(onStop));
in HWTEST_F()
486
videoEventHub4->
SetOnStop
(std::move(onStop));
in HWTEST_F()
569
videoEventHub5->
SetOnStop
(std::move(onStop));
in HWTEST_F()
652
videoEventHub6->
SetOnStop
(std::move(onStop));
in HWTEST_F()
737
videoEventHub7->
SetOnStop
(std::move(onStop));
in HWTEST_F()
821
videoEventHub8->
SetOnStop
(std::move(onStop));
in HWTEST_F()
910
videoEventHub9->
SetOnStop
(std::move(onStop));
in HWTEST_F()
987
videoEventHub10->
SetOnStop
(st
in HWTEST_F()
[all...]
H
A
D
video_test_ng_extra_add.cpp
249
videoEventHub->
SetOnStop
(std::move(onStop));
in HWTEST_F()
320
videoEventHub2->
SetOnStop
(std::move(onStop));
in HWTEST_F()
391
videoEventHub3->
SetOnStop
(std::move(onStop));
in HWTEST_F()
463
videoEventHub4->
SetOnStop
(std::move(onStop));
in HWTEST_F()
536
videoEventHub5->
SetOnStop
(std::move(onStop));
in HWTEST_F()
616
videoEventHub->
SetOnStop
(std::move(onStop));
in HWTEST_F()
H
A
D
video_test_ng.cpp
507
videoEventHub->
SetOnStop
(std::move(onStop));
in HWTEST_F()
653
videoEventHub->
SetOnStop
(std::move(onStop));
in HWTEST_F()
H
A
D
video_property_test_ng.cpp
275
video.
SetOnStop
(videoEvent);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H
A
D
video_model_ng.h
47
void
SetOnStop
(VideoEventFunc&& onStop) override;
H
A
D
video_model.h
53
virtual void
SetOnStop
(VideoEventFunc&& onStop) {};
in SetOnStop()
function in OHOS::Ace::VideoModel
H
A
D
video_model_ng.cpp
203
void VideoModelNG::
SetOnStop
(VideoEventFunc&& onStop)
in SetOnStop()
function in OHOS::Ace::NG::VideoModelNG
209
eventHub->
SetOnStop
(std::move(onStop));
in SetOnStop()
H
A
D
video_event_hub.h
148
void
SetOnStop
(VideoEventCallback&& onStop)
in SetOnStop()
function in OHOS::Ace::NG::VideoEventHub
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_video.cpp
244
VideoModel::GetInstance()->
SetOnStop
(std::move(onStop));
in JsOnStop()
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H
A
D
movingphoto_test_ng.cpp
232
movingphoto.
SetOnStop
(onStopEvent);
in HWTEST_F()
Completed in 15 milliseconds