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:GetWindowRootView
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/render/
H
A
D
render_uni_test.cpp
87
RootView* rootView = RootView::
GetWindowRootView
();
in HWTEST_F()
118
RootView* rootView = RootView::
GetWindowRootView
();
in HWTEST_F()
/foundation/arkui/ui_lite/test/unittest/dfx/
H
A
D
view_bounds_unit_test.cpp
151
RootView* rootView = RootView::
GetWindowRootView
();
in HWTEST_F()
194
RootView* rootView1 = RootView::
GetWindowRootView
();
in HWTEST_F()
205
RootView* rootView2 = RootView::
GetWindowRootView
();
in HWTEST_F()
/foundation/window/window_manager_lite/test/
H
A
D
sample_window.cpp
190
g_rootView1 = RootView::
GetWindowRootView
();
in TestWindow()
196
g_rootView2 = RootView::
GetWindowRootView
();
in TestWindow()
200
g_rootView3 = RootView::
GetWindowRootView
();
in TestWindow()
247
RootView* rootView = RootView::
GetWindowRootView
();
in TestWindowNumLimit()
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H
A
D
second_ability_slice.cpp
51
rootView_ = RootView::
GetWindowRootView
();
in OnStart()
H
A
D
next_ability_slice.cpp
51
rootView_ = RootView::
GetWindowRootView
();
in OnStart()
H
A
D
main_ability_slice.cpp
87
rootView_ = RootView::
GetWindowRootView
();
in OnStart()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
root_view.h
87
static RootView*
GetWindowRootView
()
in GetWindowRootView()
function in OHOS::RootView
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_dialog.cpp
303
windowRootView_ = RootView::
GetWindowRootView
();
in InitDialog()
Completed in 7 milliseconds