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:WindowProxy
(Results
1 - 3
of
3
) sorted by relevance
/foundation/window/window_manager/wm/src/zidl/
H
A
D
window_proxy.cpp
27
constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "
WindowProxy
"};
30
WMError
WindowProxy
::UpdateWindowRect(const struct Rect& rect, bool decoStatus, WindowSizeChangeReason reason,
in UpdateWindowRect()
79
WMError
WindowProxy
::UpdateWindowMode(WindowMode mode)
in UpdateWindowMode()
106
WMError
WindowProxy
::UpdateWindowModeSupportInfo(uint32_t modeSupportInfo)
in UpdateWindowModeSupportInfo()
133
WMError
WindowProxy
::UpdateFocusStatus(bool focused)
in UpdateFocusStatus()
160
WMError
WindowProxy
::UpdateAvoidArea(const sptr<AvoidArea>& avoidArea, AvoidAreaType type)
in UpdateAvoidArea()
190
WMError
WindowProxy
::UpdateWindowState(WindowState state)
in UpdateWindowState()
217
WMError
WindowProxy
::UpdateWindowDragInfo(const PointInfo& point, DragEvent event)
in UpdateWindowDragInfo()
248
WMError
WindowProxy
::UpdateDisplayId(DisplayId from, DisplayId to)
in UpdateDisplayId()
274
WMError
WindowProxy
[all...]
/foundation/window/window_manager/wm/include/zidl/
H
A
D
window_proxy.h
26
class
WindowProxy
: public IRemoteProxy<IWindow> {
class
28
explicit
WindowProxy
(const sptr<IRemoteObject>& impl) : IRemoteProxy<IWindow>(impl) {};
in WindowProxy()
function in OHOS::Rosen::WindowProxy
30
~
WindowProxy
() {};
in ~WindowProxy()
60
static inline BrokerDelegator<
WindowProxy
> delegator_;
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_proxy_test.cpp
32
sptr<
WindowProxy
> windowProxy_;
48
windowProxy_ = new
WindowProxy
(mockWindowAgent_);
in SetUp()
Completed in 2 milliseconds