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
defs:isStageModel
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_frontend_loader.cpp
37
extern "C" ACE_FORCE_EXPORT void* OHOS_ACE_CreateCJFrontend(bool useNewPipeline, bool
isStageModel
)
in OHOS_ACE_CreateCJFrontend()
argument
H
A
D
cj_frontend_abstract.h
72
void SetStageModel(bool
isStageModel
) { isStageModel_ =
isStageModel
; }
in SetStageModel()
argument
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H
A
D
js_environment_impl.h
36
panda::panda_file::BoolPacProtect
isStageModel
= panda::panda_file::BoolPacProtect(true);
member
/foundation/arkui/ace_engine/adapter/ohos/entrance/cj_utils/
H
A
D
cj_utils.cpp
29
void* LoadCjFrontend(bool isNewPipeline, bool
isStageModel
)
in LoadCjFrontend()
argument
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H
A
D
runtime.h
54
bool
isStageModel
= true;
member
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
task_executor_impl.cpp
124
void TaskExecutorImpl::InitPlatformThread(bool useCurrentEventRunner, bool
isStageModel
)
in InitPlatformThread()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
declarative_frontend_ng.cpp
364
auto
isStageModel
= container ? container->IsUseStageModel() : false;
in RunPage()
local
391
auto
isStageModel
= container ? container->IsUseStageModel() : false;
in RunPage()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.cpp
662
auto
isStageModel
= container ? container->IsUseStageModel() : false;
in Initialize()
local
694
auto
isStageModel
= container ? container->IsUseStageModel() : false;
in Initialize()
local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
1185
bool
isStageModel
= aceContainer->IsUseStageModel();
in RunPage()
local
Completed in 11 milliseconds