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
defs:displayIds
(Results
1 - 21
of
21
) sorted by relevance
/foundation/window/window_manager/wmserver/src/
H
A
D
accessibility_connection.cpp
117
std::vector<DisplayId>
displayIds
= DisplayManagerServiceInner::GetInstance().GetAllDisplayIds();
in GetAccessibilityWindowInfo()
local
H
A
D
window_group_mgr.cpp
84
std::unordered_set<DisplayId>
displayIds
;
in MoveMissionsToBackground()
local
124
std::set<DisplayId>
displayIds
;
in MoveMissionToForeground()
local
H
A
D
display_group_info.cpp
215
std::vector<DisplayId>
displayIds
;
in GetAllDisplayIds()
local
H
A
D
window_dumper.cpp
141
std::vector<DisplayId>
displayIds
= DisplayGroupInfo::GetInstance().GetAllDisplayIds();
in DumpAllWindowInfo()
local
H
A
D
window_root.cpp
1493
std::vector<DisplayId>
displayIds
;
in GetAllDisplayIds()
local
1814
std::vector<DisplayId>
displayIds
= GetAllDisplayIds();
in RemoveSingleUserWindowNodes()
local
H
A
D
window_controller.cpp
1417
auto
displayIds
= windowRoot_->GetAllDisplayIds();
in SetWindowLayoutMode()
local
H
A
D
window_node_container.cpp
2123
auto
displayIds
= DisplayGroupInfo::GetInstance().GetAllDisplayIds();
in RestoreAllAppWindows()
local
/foundation/window/window_manager/dmserver/src/
H
A
D
display_manager_service_inner.cpp
67
auto
displayIds
= GetAllDisplayIds();
in GetAllDisplays()
local
H
A
D
abstract_display_controller.cpp
645
void AbstractDisplayController::SetFreeze(std::vector<DisplayId>
displayIds
, bool toFreeze)
in SetFreeze()
argument
H
A
D
display_dumper.cpp
252
std::vector<DisplayId>
displayIds
= abstractDisplayController_->GetAllDisplayIds();
in DumpAllDisplayInfo()
local
H
A
D
display_manager_proxy.cpp
1256
bool DisplayManagerProxy::SetFreeze(std::vector<DisplayId>
displayIds
, bool isFreeze)
in SetFreeze()
argument
H
A
D
display_manager_service.cpp
160
std::vector<DisplayId>
displayIds
= GetAllDisplayIds();
in HasPrivateWindow()
local
517
bool DisplayManagerService::SetFreeze(std::vector<DisplayId>
displayIds
, bool isFreeze)
in SetFreeze()
argument
/foundation/window/window_manager/dm/test/unittest/
H
A
D
display_manager_test.cpp
93
std::vector<DisplayId>
displayIds
;
in HWTEST_F()
local
110
std::vector<DisplayId>
displayIds
;
in HWTEST_F()
local
127
std::vector<DisplayId>
displayIds
;
in HWTEST_F()
local
141
std::vector<DisplayId>
displayIds
;
HWTEST_F()
local
158
std::vector<DisplayId>
displayIds
;
HWTEST_F()
local
174
std::vector<DisplayId>
displayIds
;
HWTEST_F()
local
[all...]
H
A
D
display_manager_adapter_test.cpp
177
std::vector<DisplayId>
displayIds
;
in HWTEST_F()
local
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
display_manager_proxy_test.cpp
845
std::vector<DisplayId>
displayIds
;
in HWTEST_F()
local
H
A
D
display_manager_service_test.cpp
441
std::vector<DisplayId>
displayIds
= { 0 };
in HWTEST_F()
local
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_source_scene.cpp
486
auto
displayIds
= OHOS::Rosen::DisplayManager::GetInstance().GetAllDisplayIds();
in HandleAddDevice()
local
/foundation/window/window_manager/snapshot/src/
H
A
D
snapshot_utils.cpp
417
auto
displayIds
= DisplayManager::GetInstance().GetAllDisplayIds();
in ProcessDisplayId()
local
/foundation/window/window_manager/dm/src/
H
A
D
display_manager.cpp
875
auto
displayIds
= GetAllDisplayIds();
in GetAllDisplays()
local
1936
bool DisplayManager::Freeze(std::vector<DisplayId>
displayIds
)
in Freeze()
argument
1950
bool DisplayManager::Unfreeze(std::vector<DisplayId>
displayIds
)
in Unfreeze()
argument
[all...]
H
A
D
display_manager_adapter.cpp
385
bool DisplayManagerAdapter::SetFreeze(std::vector<DisplayId>
displayIds
, bool isFreeze)
in SetFreeze()
argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_manager_service.cpp
8050
std::vector<Rosen::DisplayId>
displayIds
= Rosen::DisplayManager::GetInstance().GetAllDisplayIds();
in StartFreezingScreen()
local
8059
std::vector<Rosen::DisplayId>
displayIds
= Rosen::DisplayManager::GetInstance().GetAllDisplayIds();
in StopFreezingScreen()
local
Completed in 52 milliseconds