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:subWindowMap_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
84
std::map<uint32_t, std::vector<sptr<WindowImpl>>> WindowImpl::
subWindowMap_
;
member in OHOS::Rosen::WindowImpl
261
if (
subWindowMap_
.find(parentId) ==
subWindowMap_
.end()) {
in GetSubWindow()
265
return std::vector<sptr<Window>>(
subWindowMap_
[parentId].begin(),
subWindowMap_
[parentId].end());
in GetSubWindow()
1371
subWindowMap_
[property_->GetParentId()].push_back(window);
in Create()
1496
if (
subWindowMap_
.count(property_->GetParentId()) > 0) { // remove from
subWindowMap_
in DestroySubWindow()
1497
auto& subWindows =
subWindowMap_
.at(property_->GetParentId());
in DestroySubWindow()
1509
if (
subWindowMap_
in DestroySubWindow()
[all...]
/foundation/window/window_manager/previewer/include/
H
A
D
window_impl.h
284
static std::map<uint32_t, std::vector<sptr<WindowImpl>>>
subWindowMap_
;
member in OHOS::OHOS::Rosen::WindowImpl
/foundation/window/window_manager/previewer/src/
H
A
D
window_impl.cpp
31
std::map<uint32_t, std::vector<sptr<WindowImpl>>> WindowImpl::
subWindowMap_
;
member in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/include/
H
A
D
window_impl.h
441
static std::map<uint32_t, std::vector<sptr<WindowImpl>>>
subWindowMap_
;
member
Completed in 9 milliseconds