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:viewId_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view.cpp
111
ViewStackModel::GetInstance()->PushKey(
viewId_
);
in RenderJSExecution()
170
viewId_
= viewId;
in JSViewFullUpdate()
186
ACE_SCORING_EVENT("Component[" + jsView->
viewId_
+ "].Appear");
in CreateViewNode()
206
ACE_SCORING_EVENT("Component[" + jsView->
viewId_
+ "].Transition");
in CreateViewNode()
226
NodeInfo info = { .viewId =
viewId_
,
in CreateViewNode()
263
ACE_SCORING_EVENT("Component[" +
viewId_
+ "].Disappear");
in Destroy()
267
ACE_SCORING_EVENT("Component[" +
viewId_
+ "].AboutToBeDeleted");
in Destroy()
320
if (
viewId_
== viewId) {
in FindChildByIdForPreview()
342
if (view->
viewId_
== viewId) {
in GetChildByViewId()
534
jsView->
viewId_
in CreateViewNode()
[all...]
H
A
D
js_view.h
174
std::string
viewId_
;
member in OHOS::Ace::Framework::JSView
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
inspector_composed_component.h
132
viewId_
= viewId;
in SetViewId()
152
std::string
viewId_
;
member in OHOS::Ace::V2::InspectorComposedComponent
H
A
D
inspector_node.h
89
viewId_
= viewId;
in SetViewId()
94
return
viewId_
;
in GetViewId()
231
std::string
viewId_
;
member in OHOS::Ace::V2::InspectorNode
H
A
D
inspector_composed_component.cpp
363
composedElement->SetViewId(
viewId_
);
in CreateElement()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H
A
D
native_view.h
193
std::string
viewId_
;
member in OHOS::Ace::Framework::NativeView
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
ui_node.h
441
viewId_
= viewId;
in SetViewId()
446
return
viewId_
;
in GetViewId()
920
std::string
viewId_
;
member in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode::NotificationType
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
component.cpp
79
viewId_
(nullptr),
in Component()
228
ACE_FREE(
viewId_
);
in Release()
300
ACE_FREE(
viewId_
);
in SetCommonAttribute()
301
viewId_
= MallocStringOf(attrValue);
in SetCommonAttribute()
302
if (
viewId_
== nullptr) {
in SetCommonAttribute()
306
view.SetViewId(
viewId_
);
in SetCommonAttribute()
H
A
D
component.h
634
char *
viewId_
;
member in OHOS::ACELite::Component
Completed in 10 milliseconds