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:jsView
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view.cpp
183
auto
jsView
= weak.Upgrade();
in CreateViewNode()
184
CHECK_NULL_VOID(
jsView
);
in CreateViewNode()
185
ContainerScope scope(
jsView
->GetInstanceId());
in CreateViewNode()
186
ACE_SCORING_EVENT("Component[" +
jsView
->viewId_ + "].Appear");
in CreateViewNode()
187
if (
jsView
->viewNode_.Invalid() &&
jsView
->jsViewFunction_) {
in CreateViewNode()
188
jsView
->jsViewFunction_->ExecuteAppear();
in CreateViewNode()
193
auto
jsView
= weak.Upgrade();
in CreateViewNode()
194
CHECK_NULL_RETURN(
jsView
, nullptr);
in CreateViewNode()
195
ContainerScope scope(
jsView
in CreateViewNode()
455
JSView*
jsView
= nullptr;
AddChildById()
local
[all...]
H
A
D
js_view_stack_processor.h
58
static void SetViewMap(const std::string& viewId, const JSRef<JSObject>&
jsView
)
in SetViewMap()
argument
61
LOGW("
jsView
already exists for viewId: %{public}s", viewId.c_str());
in SetViewMap()
65
viewMap_.emplace(viewId,
jsView
);
in SetViewMap()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.cpp
845
auto*
jsView
= static_cast<JSView*>(rootView->GetNativePointerField(arkRuntime->GetEcmaVm(), 0));
in DestroyRootViewHandle()
local
846
if (
jsView
!= nullptr) {
in DestroyRootViewHandle()
847
jsView
->Destroy(nullptr);
in DestroyRootViewHandle()
865
auto*
jsView
= static_cast<JSView*>(rootView->GetNativePointerField(arkRuntime->GetEcmaVm(), 0));
in DestroyAllRootViewHandle()
local
866
if (
jsView
!= nullptr) {
in DestroyAllRootViewHandle()
867
jsView
->Destroy(nullptr);
in DestroyAllRootViewHandle()
888
auto*
jsView
= static_cast<JSView*>(rootView->GetNativePointerField(arkRuntime->GetEcmaVm(), 0));
in FlushReload()
local
889
if (
jsView
!= nullptr) {
in FlushReload()
890
jsView
->MarkNeedUpdate();
in FlushReload()
Completed in 7 milliseconds