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:GetFormRootNode
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H
A
D
form_renderer.cpp
107
auto rsSurfaceNode = uiContent_->
GetFormRootNode
();
in RunFormPageInner()
235
auto rsSurfaceNode = uiContent_->
GetFormRootNode
();
in Destroy()
285
auto rsSurfaceNode = uiContent_->
GetFormRootNode
();
in OnSurfaceCreate()
300
auto rsSurfaceNode = uiContent_->
GetFormRootNode
();
in OnSurfaceReuse()
318
auto rsSurfaceNode = uiContent_->
GetFormRootNode
();
in OnSurfaceDetach()
441
auto rsSurfaceNode = uiContent_->
GetFormRootNode
();
in AttachUIContent()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
form_render_test.cpp
118
EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())),
GetFormRootNode
()).Times(Exactly(2));
in HWTEST_F()
248
EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())),
GetFormRootNode
())
in HWTEST_F()
735
EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())),
GetFormRootNode
()).WillOnce(Return(rsNode));
in HWTEST_F()
770
EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())),
GetFormRootNode
()).Times(Exactly(2))
in HWTEST_F()
804
EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())),
GetFormRootNode
()).Times(Exactly(2)).
in HWTEST_F()
/foundation/window/window_manager/test/common/mock/
H
A
D
mock_uicontent.h
68
MOCK_METHOD0(
GetFormRootNode
, std::shared_ptr<Rosen::RSSurfaceNode>());
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_ui_content.h
71
MOCK_METHOD0(
GetFormRootNode
, std::shared_ptr<Rosen::RSSurfaceNode>());
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ui_content_impl.h
128
std::shared_ptr<Rosen::RSSurfaceNode>
GetFormRootNode
() override
/foundation/arkui/ace_engine/test/mock/interfaces/
H
A
D
mock_uicontent.h
76
MOCK_METHOD0(
GetFormRootNode
, std::shared_ptr<Rosen::RSSurfaceNode>());
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H
A
D
ui_content.h
185
virtual std::shared_ptr<Rosen::RSSurfaceNode>
GetFormRootNode
() = 0;
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.h
147
std::shared_ptr<Rosen::RSSurfaceNode>
GetFormRootNode
() override;
H
A
D
ui_content_impl.cpp
1472
std::shared_ptr<Rosen::RSSurfaceNode> UIContentImpl::
GetFormRootNode
()
in GetFormRootNode()
function in OHOS::Ace::UIContentImpl
Completed in 14 milliseconds