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:WindowPair
(Results
1 - 7
of
7
) sorted by relevance
/foundation/window/window_manager/wmserver/src/
H
A
D
window_pair.cpp
40
WindowPair
::~
WindowPair
()
in ~WindowPair()
42
WLOGD("~
WindowPair
");
in ~WindowPair()
46
void
WindowPair
::SendSplitScreenCommonEvent(SplitEventMsgType msgType, int32_t missionId)
in SendSplitScreenCommonEvent()
62
void
WindowPair
::NotifyShowRecent(sptr<WindowNode> node)
in NotifyShowRecent()
72
void
WindowPair
::NotifyCreateOrDestroyDivider(sptr<WindowNode> node, bool isDestroy)
in NotifyCreateOrDestroyDivider()
81
sptr<WindowNode>
WindowPair
::Find(sptr<WindowNode>& node)
in Find()
96
bool
WindowPair
::IsPaired() const
in IsPaired()
109
bool
WindowPair
::IsAbnormalStatus() const
in IsAbnormalStatus()
119
void
WindowPair
[all...]
H
A
D
display_group_controller.cpp
54
auto windowPair = new
WindowPair
(displayId);
in InitNewDisplay()
546
sptr<
WindowPair
> DisplayGroupController::GetWindowPairByDisplayId(DisplayId displayId)
in GetWindowPairByDisplayId()
560
WLOGFE("
WindowPair
is nullptr, displayId: %{public}" PRIu64"", displayId);
in ProcessWindowPairWhenDisplayChange()
584
WLOGFE("
WindowPair
is nullptr, displayId: %{public}" PRIu64"", displayId);
in SetSplitRatioConfig()
596
WLOGFE("
WindowPair
is nullptr, displayId: %{public}" PRIu64"", displayId);
in UpdateSplitRatioPoints()
H
A
D
window_node_container.cpp
2124
std::vector<sptr<
WindowPair
>> windowPairs;
in RestoreAllAppWindows()
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_pair_test.cpp
65
sptr<
WindowPair
> windowPair = new
WindowPair
(0);
in HWTEST_F()
89
sptr<
WindowPair
> windowPair = new
WindowPair
(0);
in HWTEST_F()
109
sptr<
WindowPair
> windowPair = new
WindowPair
(0);
in HWTEST_F()
124
sptr<
WindowPair
> windowPair = new
WindowPair
(0);
in HWTEST_F()
145
sptr<
WindowPair
> windowPair = new
WindowPair
(
in HWTEST_F()
[all...]
H
A
D
window_node_container_test.cpp
1068
sptr<
WindowPair
> windowPair = displayGroupControl->GetWindowPairByDisplayId(defaultDisplayId);
in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_pair.h
51
class
WindowPair
: public RefBase {
class
54
* @brief Constructor used to create an empty
WindowPair
instance.
58
explicit
WindowPair
(const DisplayId& displayId) : displayId_(displayId) {};
in WindowPair()
function in OHOS::Rosen::WindowPair
64
~
WindowPair
();
H
A
D
display_group_controller.h
55
sptr<
WindowPair
> GetWindowPairByDisplayId(DisplayId displayId);
82
std::map<DisplayId, sptr<
WindowPair
>> windowPairMap_;
Completed in 12 milliseconds