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:SetOnPause
(Results
1 - 25
of
25
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H
A
D
image_animator_model_ng.h
35
void
SetOnPause
(std::function<void()>&& OnPause) override;
56
static void
SetOnPause
(FrameNode* frameNode, std::function<void()>&& onPause);
H
A
D
image_animator_model.h
40
virtual void
SetOnPause
(std::function<void()>&& OnPause) = 0;
H
A
D
image_animator_model_ng.cpp
98
void ImageAnimatorModelNG::
SetOnPause
(std::function<void()>&& OnPause)
in SetOnPause()
function in OHOS::Ace::NG::ImageAnimatorModelNG
270
void ImageAnimatorModelNG::
SetOnPause
(FrameNode* frameNode, std::function<void()>&& onPause)
in SetOnPause()
function in OHOS::Ace::NG::ImageAnimatorModelNG
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_model_ng.h
38
void
SetOnPause
(MovingPhotoEventFunc&& onPause);
H
A
D
movingphoto_model_ng.cpp
140
void MovingPhotoModelNG::
SetOnPause
(MovingPhotoEventFunc&& onPause)
in SetOnPause()
function in OHOS::Ace::NG::MovingPhotoModelNG
146
eventHub->
SetOnPause
(std::move(onPause));
in SetOnPause()
H
A
D
movingphoto_event_hub.h
73
void
SetOnPause
(MovingPhotoEventFunc&& onPause)
in SetOnPause()
function in OHOS::Ace::NG::MovingPhotoEventHub
H
A
D
movingphoto_napi.cpp
196
NG::MovingPhotoModelNG::GetInstance()->
SetOnPause
(std::move(onPause));
in JsOnPause()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
image_animator_model_impl.h
34
void
SetOnPause
(std::function<void()>&& OnPause) override;
H
A
D
video_model_impl.h
38
void
SetOnPause
(VideoEventFunc&& onPause) override;
H
A
D
image_animator_model_impl.cpp
120
void ImageAnimatorModelImpl::
SetOnPause
(std::function<void()>&& OnPause)
in SetOnPause()
function in OHOS::Ace::Framework::ImageAnimatorModelImpl
H
A
D
video_model_impl.cpp
114
void VideoModelImpl::
SetOnPause
(VideoEventFunc&& onPause)
in SetOnPause()
function in OHOS::Ace::Framework::VideoModelImpl
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H
A
D
video_test_ng_add.cpp
243
videoEventHub->
SetOnPause
(std::move(onPause));
in HWTEST_F()
323
videoEventHub2->
SetOnPause
(std::move(onPause));
in HWTEST_F()
403
videoEventHub3->
SetOnPause
(std::move(onPause));
in HWTEST_F()
484
videoEventHub4->
SetOnPause
(std::move(onPause));
in HWTEST_F()
567
videoEventHub5->
SetOnPause
(std::move(onPause));
in HWTEST_F()
650
videoEventHub6->
SetOnPause
(std::move(onPause));
in HWTEST_F()
735
videoEventHub7->
SetOnPause
(std::move(onPause));
in HWTEST_F()
819
videoEventHub8->
SetOnPause
(std::move(onPause));
in HWTEST_F()
908
videoEventHub9->
SetOnPause
(std::move(onPause));
in HWTEST_F()
985
videoEventHub10->
SetOnPause
(st
in HWTEST_F()
[all...]
H
A
D
video_test_ng_extra_add.cpp
247
videoEventHub->
SetOnPause
(std::move(onPause));
in HWTEST_F()
318
videoEventHub2->
SetOnPause
(std::move(onPause));
in HWTEST_F()
389
videoEventHub3->
SetOnPause
(std::move(onPause));
in HWTEST_F()
461
videoEventHub4->
SetOnPause
(std::move(onPause));
in HWTEST_F()
534
videoEventHub5->
SetOnPause
(std::move(onPause));
in HWTEST_F()
614
videoEventHub->
SetOnPause
(std::move(onPause));
in HWTEST_F()
H
A
D
video_test_ng.cpp
505
videoEventHub->
SetOnPause
(std::move(onPause));
in HWTEST_F()
647
videoEventHub->
SetOnPause
(std::move(onPause));
in HWTEST_F()
H
A
D
video_property_test_ng.cpp
268
video.
SetOnPause
(videoEvent);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H
A
D
video_model_ng.h
39
void
SetOnPause
(VideoEventFunc&& onPause) override;
H
A
D
video_model.h
45
virtual void
SetOnPause
(VideoEventFunc&& onPause) = 0;
H
A
D
video_model_ng.cpp
140
void VideoModelNG::
SetOnPause
(VideoEventFunc&& onPause)
in SetOnPause()
function in OHOS::Ace::NG::VideoModelNG
146
eventHub->
SetOnPause
(std::move(onPause));
in SetOnPause()
H
A
D
video_event_hub.h
52
void
SetOnPause
(VideoEventCallback&& onPause)
in SetOnPause()
function in OHOS::Ace::NG::VideoEventHub
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_image_animator_ffi.cpp
116
ImageAnimatorModel::GetInstance()->
SetOnPause
(CJLambda::Create(callback));
in FfiOHOSAceFrameworkImageAnimatorOnPause()
H
A
D
cj_video_ffi.cpp
126
VideoModel::GetInstance()->
SetOnPause
(std::move(func));
in FfiOHOSAceFrameworkVideoOnPause()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
image_animator_modifier.cpp
348
ImageAnimatorModelNG::
SetOnPause
(frameNode, std::move(onEvent));
in SetImageAnimatorOnPause()
403
ImageAnimatorModelNG::
SetOnPause
(frameNode, nullptr);
in ResetImageAnimatorOnPause()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_image_animator.cpp
218
ImageAnimatorModel::GetInstance()->
SetOnPause
(std::move(onPause));
in OnPause()
H
A
D
js_video.cpp
208
VideoModel::GetInstance()->
SetOnPause
(std::move(onPause));
in JsOnPause()
/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H
A
D
image_animator_test_ng.cpp
480
ImageAnimatorModelNG.
SetOnPause
(std::move(pauseEvent));
in HWTEST_F()
Completed in 20 milliseconds