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:IWindowManager
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/test/fuzztest/wms/windowipc_fuzzer/
H
A
D
windowipc_fuzzer.cpp
40
std::pair<sptr<
IWindowManager
>, sptr<IRemoteObject>> GetProxy()
in GetProxy()
53
sptr<
IWindowManager
> windowManagerServiceProxy = iface_cast<
IWindowManager
>(remoteObject);
in GetProxy()
87
proxy->SendRequest(static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_CREATE_WINDOW),
in IPCSpecificInterfaceFuzzTest1()
89
proxy->SendRequest(static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_ADD_WINDOW),
in IPCSpecificInterfaceFuzzTest1()
91
proxy->SendRequest(static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_REMOVE_WINDOW),
in IPCSpecificInterfaceFuzzTest1()
93
proxy->SendRequest(static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_DESTROY_WINDOW),
in IPCSpecificInterfaceFuzzTest1()
95
proxy->SendRequest(static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_REQUEST_FOCUS),
in IPCSpecificInterfaceFuzzTest1()
98
static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_REGISTER_FOCUS_CHANGED_LISTENER),
in IPCSpecificInterfaceFuzzTest1()
101
static_cast<uint32_t>(
IWindowManager
in IPCSpecificInterfaceFuzzTest1()
[all...]
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_manager_stub_test.cpp
63
uint32_t code = static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_CREATE_WINDOW);
in HWTEST_F()
84
uint32_t code = static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_REMOVE_WINDOW);
in HWTEST_F()
104
uint32_t code = static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_REQUEST_FOCUS);
in HWTEST_F()
125
uint32_t code = static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_GET_AVOID_AREA);
in HWTEST_F()
148
static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_UNREGISTER_WINDOW_MANAGER_AGENT);
in HWTEST_F()
172
uint32_t code = static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_NOTIFY_READY_MOVE_OR_DRAG);
in HWTEST_F()
193
uint32_t code = static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_PROCESS_POINT_DOWN);
in HWTEST_F()
213
uint32_t code = static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_PROCESS_POINT_UP);
in HWTEST_F()
233
uint32_t code = static_cast<uint32_t>(
IWindowManager
::WindowManagerMessage::TRANS_ID_GET_TOP_WINDOW_ID);
in HWTEST_F()
253
uint32_t code = static_cast<uint32_t>(
IWindowManager
in HWTEST_F()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/window_manager_service_utils/
H
A
D
icamera_scene_session_manager.h
29
class
IWindowManager
: public IRemoteBroker {
class
31
DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.
IWindowManager
");
44
class ISceneSessionManager : public
IWindowManager
{
/foundation/window/window_manager/wmserver/include/zidl/
H
A
D
window_manager_stub.h
25
class WindowManagerStub : public IRemoteStub<
IWindowManager
> {
H
A
D
window_manager_proxy.h
26
class WindowManagerProxy : public IRemoteProxy<
IWindowManager
> {
28
explicit WindowManagerProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<
IWindowManager
>(impl) {};
in WindowManagerProxy()
H
A
D
window_manager_interface.h
39
class
IWindowManager
: public IRemoteBroker {
class
41
DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.
IWindowManager
");
/foundation/window/window_manager/wm/include/
H
A
D
window_adapter.h
158
sptr<
IWindowManager
> GetWindowManagerServiceProxy() const;
161
sptr<
IWindowManager
> windowManagerServiceProxy_ = nullptr;
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H
A
D
scene_session_manager_interface.h
44
class ISceneSessionManager : public
IWindowManager
{
171
// interfaces of
IWindowManager
/foundation/window/window_manager/wm/src/
H
A
D
window_adapter.cpp
297
windowManagerServiceProxy_ = iface_cast<
IWindowManager
>(remoteObject);
in InitWMSProxy()
958
sptr<
IWindowManager
> WindowAdapter::GetWindowManagerServiceProxy() const
in GetWindowManagerServiceProxy()
Completed in 8 milliseconds