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:isFullUpdate
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view.h
151
virtual bool
isFullUpdate
() const
in isFullUpdate()
function in OHOS::Ace::Framework::JSView
360
bool
isFullUpdate
() const override
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_view_register_impl.cpp
329
if (view->
isFullUpdate
()) {
in UpdateRootComponent()
357
Container::SetCurrentUsePartialUpdate(!view->
isFullUpdate
());
in UpdateRootComponent()
419
Container::SetCurrentUsePartialUpdate(!view->
isFullUpdate
());
in UpdateRootComponent()
421
view->
isFullUpdate
() ? "Full Update" : "Partial Update");
in UpdateRootComponent()
H
A
D
jsi_view_register_impl_ng.cpp
308
Container::SetCurrentUsePartialUpdate(!view->
isFullUpdate
());
in UpdateRootComponent()
H
A
D
jsi_view_register.cpp
203
Container::SetCurrentUsePartialUpdate(!view->
isFullUpdate
());
in UpdateCardRootComponent()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
main_thread.cpp
1357
bool
isFullUpdate
= std::any_of(metaData.begin(), metaData.end(), [](const auto &metaDataItem) {
in HandleLaunchApplication()
local
1366
Ace::AceForwardCompatibility::Init(bundleName, appInfo.apiCompatibleVersion, (
isFullUpdate
|| isReqForm));
in HandleLaunchApplication()
Completed in 12 milliseconds