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:OnScreenUnlock
(Results
1 - 15
of
15
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include/
H
A
D
rs_iwindow_animation_controller.h
68
virtual void
OnScreenUnlock
(const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback) = 0;
H
A
D
rs_window_animation_proxy.h
52
void
OnScreenUnlock
(const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback) override;
/foundation/window/window_manager/test/common/mock/
H
A
D
mock_rs_iwindow_animation_controller.h
43
MOCK_METHOD1(
OnScreenUnlock
, void(const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback));
H
A
D
mock_RSIWindowAnimationController.h
85
void
OnScreenUnlock
(const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback)
in OnScreenUnlock()
function in OHOS::Rosen::RSIWindowAnimationControllerMocker
/foundation/ability/form_fwk/services/include/
H
A
D
form_render_mgr.h
49
void
OnScreenUnlock
();
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/fuzztest/rswindowanimation_fuzzer/
H
A
D
rswindowanimation_fuzzer.cpp
103
rSWindowAnimationProxy->
OnScreenUnlock
(finishedCallback);
in RSWindowAnimationProxyFuzzTest()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H
A
D
rs_window_animation_controller.h
59
void
OnScreenUnlock
(const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback) override;
H
A
D
rs_window_animation_controller.cpp
197
void RSWindowAnimationController::
OnScreenUnlock
(const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback)
in OnScreenUnlock()
function in OHOS::Rosen::RSWindowAnimationController
202
RS_TRACE_NAME("RSWindowAnimationController::
OnScreenUnlock
");
in OnScreenUnlock()
209
WALOGE("
OnScreenUnlock
is not system app, not call js function.");
in OnScreenUnlock()
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/
H
A
D
rs_window_animation_proxy_test.cpp
247
* @tc.desc: Verify the
OnScreenUnlock
256
proxyNull_->
OnScreenUnlock
(finishedCallback);
in HWTEST_F()
258
proxy_->
OnScreenUnlock
(finishedCallback);
in HWTEST_F()
H
A
D
rs_window_animation_stub_test.cpp
54
void
OnScreenUnlock
(const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback) override {};
/foundation/ability/form_fwk/services/src/
H
A
D
form_sys_event_receiver.cpp
86
FormRenderMgr::GetInstance().
OnScreenUnlock
();
in HandleScreenUnlocked()
H
A
D
form_render_mgr.cpp
209
void FormRenderMgr::
OnScreenUnlock
()
in OnScreenUnlock()
function in OHOS::AppExecFwk::FormRenderMgr
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H
A
D
rs_window_animation_stub.cpp
230
OnScreenUnlock
(finishedCallback);
in ScreenUnlock()
H
A
D
rs_window_animation_proxy.cpp
281
void RSWindowAnimationProxy::
OnScreenUnlock
(const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback)
in OnScreenUnlock()
function in OHOS::Rosen::RSWindowAnimationProxy
293
WALOGE("
OnScreenUnlock
failed to write finished callback!");
in OnScreenUnlock()
299
WALOGE("
OnScreenUnlock
remote is null!");
in OnScreenUnlock()
/foundation/window/window_manager/wmserver/src/
H
A
D
remote_animation.cpp
691
windowAnimationController_->
OnScreenUnlock
(finishedCallback);
in NotifyAnimationScreenUnlock()
Completed in 8 milliseconds