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:OnPause
(Results
1 - 25
of
58
) sorted by relevance
1
2
3
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H
A
D
i_process_status_listener.h
30
virtual int32_t
OnPause
(IAudioProcessStream *processStream) = 0;
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H
A
D
texttimer_controller.h
49
void
OnPause
(const TimerFuncImpl& pause)
in OnPause()
function in OHOS::Ace::TextTimerController
H
A
D
render_texttimer.cpp
64
timerController->
OnPause
([weak]() {
in Update()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H
A
D
rs_animation_group.h
41
void
OnPause
() override;
H
A
D
rs_animation.h
108
virtual void
OnPause
();
H
A
D
rs_animation_group.cpp
117
void RSAnimationGroup::
OnPause
()
in OnPause()
function in OHOS::Rosen::RSAnimationGroup
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/
H
A
D
rtsp_listener.h
36
virtual bool
OnPause
() = 0;
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/
H
A
D
rtsp_listener.h
36
virtual bool
OnPause
() = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H
A
D
image_animator_model.h
40
virtual void SetOnPause(std::function<void()>&&
OnPause
) = 0;
H
A
D
image_animator_model_ng.h
35
void SetOnPause(std::function<void()>&&
OnPause
) override;
H
A
D
image_animator_model_ng.cpp
98
void ImageAnimatorModelNG::SetOnPause(std::function<void()>&&
OnPause
)
in SetOnPause()
argument
104
eventHub->SetPauseEvent(
OnPause
);
in SetOnPause()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_image_animator.h
42
static void
OnPause
(const JSCallbackInfo& info);
H
A
D
js_animator.h
46
static void
OnPause
(const JSCallbackInfo& info);
H
A
D
js_image_animator.cpp
73
JSClass<JSImageAnimator>::StaticMethod("onPause", &JSImageAnimator::
OnPause
, opt);
in JSBind()
215
void JSImageAnimator::
OnPause
(const JSCallbackInfo& info)
in OnPause()
function in OHOS::OHOS::Ace::Framework::JSImageAnimator
/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
image_animator_model_impl.cpp
120
void ImageAnimatorModelImpl::SetOnPause(std::function<void()>&&
OnPause
)
in SetOnPause()
argument
129
auto startEvent = EventMarker(std::move(
OnPause
));
in SetOnPause()
/foundation/multimedia/av_session/frameworks/native/session/include/
H
A
D
avsession_callback_client.h
34
void
OnPause
() override;
/foundation/multimedia/av_session/services/session/ipc/proxy/
H
A
D
avsession_callback_proxy.h
29
void
OnPause
() override;
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessioncallbackstub_fuzzer/
H
A
D
avsession_callbackclient_fuzzer.cpp
42
void
OnPause
() override;
80
void TestAVSessionCallback::
OnPause
()
in OnPause()
function in TestAVSessionCallback
82
SLOGI("Enter into TestAVSessionCallback::
OnPause
.");
in OnPause()
217
aVSessionCallbackClient.
OnPause
();
in FuzzTestInner1()
/foundation/multimedia/av_session/frameworks/native/session/src/
H
A
D
avsession_callback_client.cpp
66
void AVSessionCallbackClient::
OnPause
()
in OnPause()
function in OHOS::AVSession::AVSessionCallbackClient
72
.AVSessionPostTask([callback]() { callback->
OnPause
(); }, std::string(__FUNCTION__)),
in OnPause()
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H
A
D
napi_avsession_callback.h
57
void
OnPause
() override;
/foundation/multimedia/av_session/frameworks/native/ohavsession/include/
H
A
D
OHAVSessionCallbackImpl.h
29
void
OnPause
() override;
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
avsession_callback_proxy_test.cpp
113
* @tc.desc: Test
OnPause
119
aVSessionCallbackProxy->
OnPause
();
in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_endpoint_unit_test/src/
H
A
D
audio_endpoint_unit_test.cpp
645
ret = audioEndpointInner->
OnPause
(processStream);
in HWTEST_F()
654
ret = audioEndpointInner->
OnPause
(processStream);
in HWTEST_F()
673
ret = audioEndpointInner->
OnPause
(processStream);
in HWTEST_F()
682
ret = audioEndpointInner->
OnPause
(processStream);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H
A
D
rs_animation_supplement_test.cpp
69
void
OnPause
() override
71
RSAnimation::
OnPause
();
141
void
OnPause
() override
143
RSAnimationGroup::
OnPause
();
240
animation->
OnPause
();
in HWTEST_F()
250
animation->
OnPause
();
in HWTEST_F()
676
animationGroup->
OnPause
();
in HWTEST_F()
687
animationGroup->
OnPause
();
in HWTEST_F()
Completed in 10 milliseconds
1
2
3