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:ProcessPointUp
(Results
1 - 19
of
19
) sorted by relevance
/foundation/window/window_manager/test/common/mock/
H
A
D
mock_window_adapter.h
40
MOCK_METHOD1(
ProcessPointUp
, void(uint32_t windowId));
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_manager_stub_impl.h
59
void
ProcessPointUp
(uint32_t windowId){};
in ProcessPointUp()
function in OHOS::Rosen::WindowManagerStubImpl
H
A
D
window_manager_proxy_test.cpp
369
* @tc.name:
ProcessPointUp
373
HWTEST_F(WindowManagerProxyTest,
ProcessPointUp
, Function | SmallTest | Level2)
in HWTEST_F()
379
windowManagerProxy_->
ProcessPointUp
(windowId);
in HWTEST_F()
H
A
D
window_manager_service_test.cpp
1208
* @tc.name:
ProcessPointUp
1209
* @tc.desc:
ProcessPointUp
test
1212
HWTEST_F(WindowManagerServiceTest,
ProcessPointUp
, Function | SmallTest | Level2)
in HWTEST_F()
1216
wms->
ProcessPointUp
(windowId);
in HWTEST_F()
H
A
D
window_controller_test.cpp
1261
* @tc.name:
ProcessPointUp
1262
* @tc.desc: Window controller
ProcessPointUp
WindowType = WINDOW_TYPE_DOCK_SLICE
1265
HWTEST_F(WindowControllerTest,
ProcessPointUp
, Function | SmallTest | Level3)
in HWTEST_F()
1278
surfaceNodeConfig.SurfaceNodeName = "
ProcessPointUp
";
in HWTEST_F()
1283
WMError res = windowController_->
ProcessPointUp
(10);
in HWTEST_F()
1286
res = windowController_->
ProcessPointUp
(windowId);
in HWTEST_F()
1313
WMError res = windowController_->
ProcessPointUp
(windowId);
in HWTEST_F()
1340
WMError res = windowController_->
ProcessPointUp
(windowId);
in HWTEST_F()
1538
surfaceNodeConfig.SurfaceNodeName = "
ProcessPointUp
";
in HWTEST_F()
/foundation/window/window_manager/wmserver/include/zidl/
H
A
D
window_manager_proxy.h
46
void
ProcessPointUp
(uint32_t windowId) override;
H
A
D
window_manager_interface.h
107
virtual void
ProcessPointUp
(uint32_t windowId) = 0;
/foundation/window/window_manager/wmserver/include/
H
A
D
window_controller.h
59
WMError
ProcessPointUp
(uint32_t windowId);
H
A
D
window_manager_service.h
105
void
ProcessPointUp
(uint32_t windowId) override;
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H
A
D
scene_session_manager_interface.h
196
void
ProcessPointUp
(uint32_t windowId) override {}
/foundation/window/window_manager/wm/include/
H
A
D
window_adapter.h
54
virtual void
ProcessPointUp
(uint32_t windowId);
/foundation/window/window_manager/wm/src/
H
A
D
window_adapter.cpp
235
void WindowAdapter::
ProcessPointUp
(uint32_t windowId)
in ProcessPointUp()
function in OHOS::Rosen::WindowAdapter
241
wmsProxy->
ProcessPointUp
(windowId);
in ProcessPointUp()
H
A
D
window_impl.cpp
3105
SingletonContainer::Get<WindowAdapter>().
ProcessPointUp
(GetWindowId());
in EndMoveOrDragWindow()
3110
SingletonContainer::Get<WindowAdapter>().
ProcessPointUp
(GetWindowId());
in EndMoveOrDragWindow()
/foundation/window/window_manager/wmserver/src/zidl/
H
A
D
window_manager_stub.cpp
182
ProcessPointUp
(windowId);
in OnRemoteRequest()
H
A
D
window_manager_proxy.cpp
408
void WindowManagerProxy::
ProcessPointUp
(uint32_t windowId)
in ProcessPointUp()
function in OHOS::Rosen::WindowManagerProxy
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_adapter_test.cpp
212
windowAdapter.
ProcessPointUp
(windowId);
in HWTEST_F()
H
A
D
window_impl_test3.cpp
471
EXPECT_CALL(m->Mock(),
ProcessPointUp
(_)).Times(2);
in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H
A
D
window_manager_service.cpp
1256
void WindowManagerService::
ProcessPointUp
(uint32_t windowId)
in ProcessPointUp()
function in OHOS::Rosen::WindowManagerService
1261
windowController_->
ProcessPointUp
(windowId);
in ProcessPointUp()
1263
PostAsyncTask(task, "
ProcessPointUp
");
in ProcessPointUp()
H
A
D
window_controller.cpp
1186
WMError WindowController::
ProcessPointUp
(uint32_t windowId)
in ProcessPointUp()
function in OHOS::Rosen::WindowController
Completed in 49 milliseconds