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:WindowAdapterLite
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/wm/src/
H
A
D
window_adapter_lite.cpp
26
constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "
WindowAdapterLite
"};
28
WM_IMPLEMENT_SINGLE_INSTANCE(
WindowAdapterLite
)
54
WMError
WindowAdapterLite
::RegisterWindowManagerAgent(WindowManagerAgentType type,
in RegisterWindowManagerAgent()
73
WMError
WindowAdapterLite
::UnregisterWindowManagerAgent(WindowManagerAgentType type,
in UnregisterWindowManagerAgent()
98
void
WindowAdapterLite
::ReregisterWindowManagerLiteAgent()
in ReregisterWindowManagerLiteAgent()
115
WMError
WindowAdapterLite
::CheckWindowId(int32_t windowId, int32_t& pid)
in CheckWindowId()
124
WMError
WindowAdapterLite
::GetVisibilityWindowInfo(std::vector<sptr<WindowVisibilityInfo>>& infos)
in GetVisibilityWindowInfo()
133
bool
WindowAdapterLite
::InitSSMProxy()
in InitSSMProxy()
163
void
WindowAdapterLite
::OnUserSwitch()
in OnUserSwitch()
171
void
WindowAdapterLite
[all...]
H
A
D
window_manager_lite.cpp
297
ret = SingletonContainer::Get<
WindowAdapterLite
>().RegisterWindowManagerAgent(
in RegisterFocusChangedListener()
330
ret = SingletonContainer::Get<
WindowAdapterLite
>().UnregisterWindowManagerAgent(
in UnregisterFocusChangedListener()
349
ret = SingletonContainer::Get<
WindowAdapterLite
>().RegisterWindowManagerAgent(
in RegisterVisibilityChangedListener()
382
ret = SingletonContainer::Get<
WindowAdapterLite
>().UnregisterWindowManagerAgent(
in UnregisterVisibilityChangedListener()
395
SingletonContainer::Get<
WindowAdapterLite
>().GetFocusWindowInfo(focusInfo);
in GetFocusWindowInfo()
420
WMError ret = SingletonContainer::Get<
WindowAdapterLite
>().GetVisibilityWindowInfo(infos);
in GetVisibilityWindowInfo()
462
ret = SingletonContainer::Get<
WindowAdapterLite
>().RegisterWindowManagerAgent(
in RegisterDrawingContentChangedListener()
495
ret = SingletonContainer::Get<
WindowAdapterLite
>().UnregisterWindowManagerAgent(
in UnregisterDrawingContentChangedListener()
518
WMError ret = SingletonContainer::Get<
WindowAdapterLite
>().GetWindowModeType(windowModeType);
in GetWindowModeType()
536
WMError ret = SingletonContainer::Get<
WindowAdapterLite
>()
in RegisterWindowModeChangedListener()
[all...]
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_adapter_lite_test.cpp
53
* @tc.desc:
WindowAdapterLite
/UnregisterWindowManagerAgent
58
std::shared_ptr<
WindowAdapterLite
> windowAdapterLite_ = std::make_shared<
WindowAdapterLite
>();
in HWTEST_F()
75
* @tc.desc:
WindowAdapterLite
/UnregisterWindowManagerAgent
80
std::shared_ptr<
WindowAdapterLite
> windowAdapterLite_ = std::make_shared<
WindowAdapterLite
>();
in HWTEST_F()
107
* @tc.desc:
WindowAdapterLite
/GetWindowStyleType
112
std::shared_ptr<
WindowAdapterLite
> windowAdapterLite_ = std::make_shared<
WindowAdapterLite
>();
in HWTEST_F()
H
A
D
window_manager_lite_test.cpp
25
using Mocker = SingletonMocker<
WindowAdapterLite
, MockWindowAdapterLite>;
/foundation/window/window_manager/wm/include/
H
A
D
window_adapter_lite.h
35
class
WindowAdapterLite
{
class
36
WM_DECLARE_SINGLE_INSTANCE(
WindowAdapterLite
);
62
static inline SingletonDelegator<
WindowAdapterLite
> delegator;
/foundation/window/window_manager/test/common/mock/
H
A
D
mock_window_adapter_lite.h
24
class MockWindowAdapterLite : public
WindowAdapterLite
{
Completed in 5 milliseconds