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:displayIdVec
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/wmserver/src/
H
A
D
window_root.cpp
71
auto
displayIdVec
= iter.second;
in GetScreenGroupId()
local
72
if (std::find(
displayIdVec
.begin(),
displayIdVec
.end(), displayId) !=
displayIdVec
.end()) {
in GetScreenGroupId()
1498
std::vector<DisplayId>&
displayIdVec
= const_cast<WindowRoot*>(this)->displayIdMap_[it.first];
in GetAllDisplayIds()
local
1499
for (auto displayId :
displayIdVec
) {
in GetAllDisplayIds()
1523
std::vector<DisplayId>&
displayIdVec
= const_cast<WindowRoot*>(this)->displayIdMap_[elem.first];
in GenAllWindowsLogInfo()
local
1524
for (const auto& displayId :
displayIdVec
) {
in GenAllWindowsLogInfo()
1639
auto&
displayIdVec
= displayIdMap_[displayGroupId];
in ProcessDisplayCreate()
local
1640
if (std::find(
displayIdVec
in ProcessDisplayCreate()
1672
auto&
displayIdVec
= displayIdMap_[displayGroupId];
ProcessDisplayDestroy()
local
1724
auto&
displayIdVec
= displayIdMap_[displayGroupId];
ProcessDisplayChange()
local
[all...]
H
A
D
window_node.cpp
126
void WindowNode::SetShowingDisplays(const std::vector<DisplayId>&
displayIdVec
)
in SetShowingDisplays()
argument
129
showingDisplays_.assign(
displayIdVec
.begin(),
displayIdVec
.end());
in SetShowingDisplays()
H
A
D
starting_window.cpp
368
const auto&
displayIdVec
= node->GetShowingDisplays();
in UpdateRSTree()
local
369
for (auto& shownDisplayId :
displayIdVec
) {
in UpdateRSTree()
H
A
D
window_node_container.cpp
1459
void WindowNodeContainer::NotifySystemBarTints(std::vector<DisplayId>
displayIdVec
)
in NotifySystemBarTints()
argument
1461
if (
displayIdVec
.size() != displayGroupController_->sysBarTintMaps_.size()) {
in NotifySystemBarTints()
1465
for (auto displayId :
displayIdVec
) {
in NotifySystemBarTints()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_node.h
83
void SetShowingDisplays(const std::vector<DisplayId>&
displayIdVec
);
H
A
D
window_node_container.h
86
void NotifySystemBarTints(std::vector<DisplayId>
displayIdVec
);
Completed in 10 milliseconds