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
defs:renderFunction
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_full_update_model_ng.cpp
35
auto
renderFunction
= [internalRender = std::move(info.renderFunc)]() -> RefPtr<UINode> {
in CreateNode()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H
A
D
custom_node_pattern.h
39
void SetRenderFunction(const RenderFunction&
renderFunction
)
in SetRenderFunction()
argument
H
A
D
custom_node_layout_algorithm.h
38
explicit CustomNodeLayoutAlgorithm(const RenderFunction&
renderFunction
) : renderFunction_(
renderFunction
) {}
in CustomNodeLayoutAlgorithm()
argument
H
A
D
custom_node.cpp
48
RenderFunction
renderFunction
= nullptr;
in Render()
local
H
A
D
custom_node_base.h
61
virtual void SetRenderFunction(const RenderFunction&
renderFunction
) {}
in SetRenderFunction()
argument
/foundation/arkui/ace_engine/test/unittest/core/base/
H
A
D
view_full_update_model_ng_test.cpp
133
auto
renderFunction
= [&view]() -> RefPtr<AceType> {
in HWTEST_F()
local
H
A
D
view_partial_update_model_test_ng.cpp
237
auto
renderFunction
= [&testRenderfunc]() -> RefPtr<AceType> { return nullptr; };
in HWTEST_F()
local
326
auto
renderFunction
= [&testRenderfunc]() -> RefPtr<AceType> { return nullptr; };
in HWTEST_F()
local
367
auto
renderFunction
= [&testRenderfunc]() -> RefPtr<AceType> { return nullptr; };
in HWTEST_F()
local
410
auto
renderFunction
= [&testRenderfunc]() -> RefPtr<AceType> { return nullptr; };
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
view_partial_update_model_impl.cpp
38
auto
renderFunction
= [renderFunc = std::move(info.renderFunc), updateFunc = std::move(info.updateFunc)](
in CreateNode()
local
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H
A
D
js_app_context.cpp
189
jerry_value_t
renderFunction
= jerryx_get_property_str(viewModel, ATTR_RENDER);
in Render()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H
A
D
custom_test_ng.cpp
107
auto
renderFunction
= [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> {
in HWTEST_F()
local
154
auto
renderFunction
= [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> {
in HWTEST_F()
local
202
auto
renderFunction
= [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> {
in HWTEST_F()
local
320
auto
renderFunction
= [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> {
in HWTEST_F()
local
377
auto
renderFunction
= [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> {
HWTEST_F()
local
439
auto
renderFunction
= [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> {
HWTEST_F()
local
495
auto
renderFunction
= [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> {
HWTEST_F()
local
793
auto
renderFunction
= [&]() -> RefPtr<UINode> {
HWTEST_F()
local
819
auto
renderFunction
= [&]() -> RefPtr<UINode> {
HWTEST_F()
local
864
auto
renderFunction
= [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> {
HWTEST_F()
local
1157
auto
renderFunction
= []() -> RefPtr<UINode> {
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view.cpp
192
auto
renderFunction
= [weak = AceType::WeakClaim(this)]() -> RefPtr<AceType> {
in CreateViewNode()
local
556
auto
renderFunction
= [weak = AceType::WeakClaim(this)]() -> RefPtr<AceType> {
in CreateViewNode()
local
Completed in 7 milliseconds