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:GetJSViewName
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H
A
D
custom_node_base.cpp
33
ACE_SCOPED_TRACE("CustomNodeBase:Destroy [%s]",
GetJSViewName
().c_str());
in ~CustomNodeBase()
74
ACE_SCOPED_TRACE("CustomNode:BuildRecycle %s",
GetJSViewName
().c_str());
in FireRecycleRenderFunc()
H
A
D
custom_node_base.h
197
std::string&
GetJSViewName
()
in GetJSViewName()
function in OHOS::Ace::NG::CustomNodeBase
H
A
D
custom_node.cpp
56
ACE_SCOPED_TRACE("CustomNode:BuildItem [%s][self:%d][parent:%d]",
GetJSViewName
().c_str(), GetId(),
in Render()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
state_style_manager.cpp
157
customNode->
GetJSViewName
().c_str());
in GetCustomNode()
169
customNode->
GetJSViewName
().c_str());
in GetCustomNode()
185
customNode->
GetJSViewName
().c_str());
in GetCustomNode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view.h
372
const std::string&
GetJSViewName
() const
in GetJSViewName()
function in OHOS::Ace::Framework::JSViewPartialUpdate
H
A
D
js_view.cpp
709
.jsViewName =
GetJSViewName
(),
in CreateViewNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
canvas_paint_method.cpp
429
customNodeName_ = customNode->
GetJSViewName
();
in SetHostCustomNodeName()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.cpp
202
customNode->
GetJSViewName
().c_str(),
in AddDirtyCustomNode()
208
customNode->
GetJSViewName
().c_str(),
in AddDirtyCustomNode()
360
ACE_SCOPED_TRACE("CustomNodeUpdate %s", customNode->
GetJSViewName
().c_str());
in FlushDirtyNodeUpdate()
Completed in 14 milliseconds