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:NotifyUIIdle
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
js_runtime.h
94
virtual void
NotifyUIIdle
() {}
in NotifyUIIdle()
function in OHOS::Ace::Framework::JsRuntime
H
A
D
jsi_engine.h
164
void
NotifyUIIdle
() override;
H
A
D
ark_js_runtime.cpp
419
void ArkJSRuntime::
NotifyUIIdle
()
in NotifyUIIdle()
function in OHOS::Ace::Framework::ArkJSRuntime
422
panda::JSNApi::
NotifyUIIdle
(vm_, 0);
in NotifyUIIdle()
H
A
D
ark_js_runtime.h
102
void
NotifyUIIdle
() override;
H
A
D
jsi_engine.cpp
3580
void JsiEngine::
NotifyUIIdle
()
3583
engineInstance_->GetJsRuntime()->
NotifyUIIdle
();
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
declarative_frontend_ng.cpp
565
void DeclarativeFrontendNG::
NotifyUIIdle
()
in NotifyUIIdle()
function in OHOS::Ace::DeclarativeFrontendNG
568
jsEngine_->
NotifyUIIdle
();
in NotifyUIIdle()
H
A
D
declarative_frontend_ng.h
116
void
NotifyUIIdle
() override;
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_frontend.h
81
void
NotifyUIIdle
() override;
H
A
D
js_frontend.cpp
796
void JsFrontend::
NotifyUIIdle
()
in NotifyUIIdle()
function in OHOS::Ace::JsFrontend
799
jsEngine_->
NotifyUIIdle
();
in NotifyUIIdle()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
frontend.h
271
virtual void
NotifyUIIdle
() {}
in NotifyUIIdle()
function in OHOS::Ace::Frontend
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H
A
D
js_engine.h
300
virtual void
NotifyUIIdle
() {}
in NotifyUIIdle()
function in OHOS::Ace::Framework::JsEngine
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.h
171
void
NotifyUIIdle
() override;
H
A
D
declarative_frontend.cpp
1156
void DeclarativeFrontend::
NotifyUIIdle
()
in Initialize()
function in OHOS::Ace::DeclarativeFrontend
1159
jsEngine_->
NotifyUIIdle
();
in Initialize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.h
367
void
NotifyUIIdle
() override;
H
A
D
jsi_declarative_engine.cpp
2464
void JsiDeclarativeEngine::
NotifyUIIdle
()
in NotifyUIIdle()
function in OHOS::Ace::Framework::JsiDeclarativeEngine
2467
engineInstance_->GetJsRuntime()->
NotifyUIIdle
();
in NotifyUIIdle()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.cpp
4604
frontend->
NotifyUIIdle
();
in OnIdle()
Completed in 30 milliseconds