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:WindowGroupMgr
(Results
1 - 5
of
5
) sorted by relevance
/foundation/window/window_manager/wmserver/src/
H
A
D
window_group_mgr.cpp
34
constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "
WindowGroupMgr
"};
37
WMError
WindowGroupMgr
::MoveMissionsToForeground(const std::vector<int32_t>& missionIds, int32_t topMissionId)
in MoveMissionsToForeground()
64
WMError
WindowGroupMgr
::MoveMissionsToBackground(const std::vector<int32_t>& missionIds, std::vector<int32_t>& result)
in MoveMissionsToBackground()
106
WLOGFD("
WindowGroupMgr
::HideWindowGroup, hide WindowIds: %{public}s", DumpVector(hideWindowIds).c_str());
in MoveMissionsToBackground()
112
WMError
WindowGroupMgr
::MoveMissionToForeground(int32_t missionId)
in MoveMissionToForeground()
165
void
WindowGroupMgr
::OnWindowDestroyed(uint32_t windowId)
in OnWindowDestroyed()
171
void
WindowGroupMgr
::OnDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
in OnDisplayStateChange()
H
A
D
window_manager_service.cpp
77
windowGroupMgr_ = new
WindowGroupMgr
(windowRoot_);
/foundation/window/window_manager/wmserver/include/
H
A
D
window_group_mgr.h
29
class
WindowGroupMgr
: public RefBase {
class
31
explicit
WindowGroupMgr
(sptr<WindowRoot>& root) : windowRoot_(root) {
in WindowGroupMgr()
function in OHOS::Rosen::WindowGroupMgr
H
A
D
window_manager_service.h
207
sptr<
WindowGroupMgr
> windowGroupMgr_;
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_group_mgr_test.cpp
41
static sptr<
WindowGroupMgr
> windowGroupMgr_;
48
sptr<
WindowGroupMgr
> WindowGroupMgrTest::windowGroupMgr_ = nullptr;
57
windowGroupMgr_ = new
WindowGroupMgr
(windowRoot_);
in SetUpTestCase()
Completed in 5 milliseconds