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:StartMove
(Results
1 - 16
of
16
) sorted by relevance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_window.h
173
virtual void
StartMove
() {}
in StartMove()
function in OHOS::Rosen::MockWindow
/foundation/window/window_manager/wm/include/
H
A
D
window_scene_session_impl.h
46
void
StartMove
() override;
H
A
D
window_impl.h
209
virtual void
StartMove
() override;
/foundation/window/window_manager/previewer/include/
H
A
D
window.h
274
virtual void
StartMove
() = 0;
H
A
D
window_impl.h
140
virtual void
StartMove
() override;
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_impl_test.cpp
1043
window->
StartMove
();
in HWTEST_F()
1070
window->
StartMove
();
in HWTEST_F()
1095
window->
StartMove
();
in HWTEST_F()
H
A
D
window_impl_test3.cpp
437
* @tc.desc:
StartMove
| ReadyToMoveOrDragWindow | EndMoveOrDragWindow test
457
window->
StartMove
();
in HWTEST_F()
459
window->
StartMove
();
in HWTEST_F()
H
A
D
window_impl_test5.cpp
802
* @tc.desc:
StartMove
test
820
window->
StartMove
();
in HWTEST_F()
823
window->
StartMove
();
in HWTEST_F()
H
A
D
window_scene_session_impl_test3.cpp
1486
* @tc.name:
StartMove
1487
* @tc.desc:
StartMove
1490
HWTEST_F(WindowSceneSessionImplTest3,
StartMove
, Function | SmallTest | Level2)
in HWTEST_F()
1494
option->SetWindowName("
StartMove
");
in HWTEST_F()
1499
windowSceneSessionImpl->
StartMove
();
in HWTEST_F()
1510
windowSceneSessionImpl->
StartMove
();
in HWTEST_F()
H
A
D
window_test.cpp
1750
* @tc.name:
StartMove
1754
HWTEST_F(WindowTest,
StartMove
, Function | SmallTest | Level2)
in HWTEST_F()
1759
window->
StartMove
();
in HWTEST_F()
H
A
D
window_scene_session_impl_test.cpp
541
* @tc.desc:
StartMove
557
windowSceneSession->
StartMove
();
in HWTEST_F()
/foundation/window/window_manager/previewer/src/
H
A
D
window_impl.cpp
587
void WindowImpl::
StartMove
()
in StartMove()
function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window.h
1577
virtual void
StartMove
() {}
in StartMove()
function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
2320
windowManager->SetWindowStartMoveCallBack([window = uiWindow_]() { window->
StartMove
(); });
in InitWindowCallback()
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
3022
void WindowImpl::
StartMove
()
in StartMove()
function in OHOS::Rosen::WindowImpl
3025
WLOGE("[
StartMove
] current window can not be moved, windowId %{public}u", GetWindowId());
in StartMove()
3029
WLOGE("[
StartMove
] pointerEvent has not been started, or is dragging now");
in StartMove()
3035
WLOGI("[
StartMove
] windowId %{public}u", GetWindowId());
in StartMove()
H
A
D
window_scene_session_impl.cpp
2390
void WindowSceneSessionImpl::
StartMove
()
in StartMove()
function in OHOS::Rosen::WindowSceneSessionImpl
Completed in 47 milliseconds