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:WindowDumper
(Results
1 - 5
of
5
) sorted by relevance
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_dumper_test.cpp
72
sptr<
WindowDumper
> windowDumper;
in HWTEST_F()
73
windowDumper = new
WindowDumper
(WindowManagerService::GetInstance().windowRoot_);
in HWTEST_F()
91
sptr<
WindowDumper
> windowDumper;
in HWTEST_F()
92
windowDumper = new
WindowDumper
(WindowManagerService::GetInstance().windowRoot_);
in HWTEST_F()
106
sptr<
WindowDumper
> windowDumper;
in HWTEST_F()
107
windowDumper = new
WindowDumper
(WindowManagerService::GetInstance().windowRoot_);
in HWTEST_F()
123
sptr<
WindowDumper
> windowDumper;
in HWTEST_F()
124
windowDumper = new
WindowDumper
(WindowManagerService::GetInstance().windowRoot_);
in HWTEST_F()
140
sptr<
WindowDumper
> windowDumper;
in HWTEST_F()
141
windowDumper = new
WindowDumper
(WindowManagerServic
in HWTEST_F()
[all...]
/foundation/window/window_manager/wmserver/src/
H
A
D
window_dumper.cpp
43
WMError
WindowDumper
::Dump(int fd, const std::vector<std::u16string>& args)
in Dump()
77
WMError
WindowDumper
::DumpScreenGroupWindowInfo(ScreenId screenGroupId,
in DumpScreenGroupWindowInfo()
114
void
WindowDumper
::AppendWindowNodeInfo(const sptr<WindowNode>& windowNode, int zOrder, std::ostringstream& oss)
in AppendWindowNodeInfo()
138
WMError
WindowDumper
::DumpAllWindowInfo(std::string& dumpInfo)
in DumpAllWindowInfo()
161
bool
WindowDumper
::IsValidDigitString(const std::string& windowIdStr)
in IsValidDigitString()
176
WMError
WindowDumper
::DumpSpecifiedWindowInfo(uint32_t windowId, const std::vector<std::string>& params,
in DumpSpecifiedWindowInfo()
204
void
WindowDumper
::AppendSpecifiedWindowNodeInfo(const sptr<WindowNode>& node, std::ostringstream& oss)
in AppendSpecifiedWindowNodeInfo()
247
WMError
WindowDumper
::DumpWindowInfo(const std::vector<std::string>& args, std::string& dumpInfo)
in DumpWindowInfo()
262
void
WindowDumper
::ShowIllegalArgsInfo(std::string& dumpInfo, WMError errCode)
in ShowIllegalArgsInfo()
276
void
WindowDumper
[all...]
H
A
D
window_manager_service.cpp
73
windowDumper_ = new
WindowDumper
(windowRoot_);
312
windowDumper_ = new
WindowDumper
(windowRoot_);
in Dump()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_dumper.h
30
class
WindowDumper
: public RefBase {
class
32
explicit
WindowDumper
(const sptr<WindowRoot>& root) : windowRoot_(root) {}
in WindowDumper()
function in OHOS::Rosen::WindowDumper
H
A
D
window_manager_service.h
206
sptr<
WindowDumper
> windowDumper_;
Completed in 5 milliseconds