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:DumpUITree
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
distributed_ui_manager.h
33
SerializeableObjectArray
DumpUITree
()
in DumpUITree()
function in OHOS::Ace::DistributedUIManager
36
auto task = [this, &ret]() { ret = distributedUI_->
DumpUITree
(); };
in DumpUITree()
H
A
D
ui_content_impl.h
189
SerializeableObjectArray
DumpUITree
() override
192
return uiManager_->
DumpUITree
();
/foundation/arkui/ace_engine/test/unittest/core/base/
H
A
D
distributed_ui_test_ng.cpp
83
* @tc.expected: step1. call
DumpUITree
() return SerializeableObjectArray
in HWTEST_F()
86
auto array = distributedUI.
DumpUITree
();
in HWTEST_F()
91
* @tc.expected: step2. call
DumpUITree
() return SerializeableObjectArray
in HWTEST_F()
94
array = distributedUI.
DumpUITree
();
in HWTEST_F()
127
* @tc.expected: step1. call
DumpUITree
() return SerializeableObjectArray
in HWTEST_F()
130
auto array = distributedUI.
DumpUITree
();
in HWTEST_F()
166
* @tc.expected: step1. call
DumpUITree
() return SerializeableObjectArray
in HWTEST_F()
169
auto array = distributedUI.
DumpUITree
();
in HWTEST_F()
202
* @tc.expected: step1. call
DumpUITree
() return SerializeableObjectArray
in HWTEST_F()
205
auto array = distributedUI.
DumpUITree
();
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
distributed_ui.h
64
SerializeableObjectArray
DumpUITree
();
H
A
D
distributed_ui.cpp
63
SerializeableObjectArray DistributedUI::
DumpUITree
()
in DumpUITree()
function in OHOS::Ace::NG::DistributedUI
193
update =
DumpUITree
();
in OnTreeUpdate()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H
A
D
ui_content.h
214
virtual SerializeableObjectArray
DumpUITree
()
in DumpUITree()
function in OHOS::OHOS::Ace::UIContent
Completed in 5 milliseconds