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:isBundle_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
form_frontend_declarative.h
139
isBundle_
= isBundle;
in SetIsBundle()
143
return
isBundle_
;
in IsBundle()
163
bool
isBundle_
= false;
member in OHOS::Ace::FormFrontendDeclarative
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.h
444
isBundle_
= isBundle;
527
bool
isBundle_
= true;
member in OHOS::Ace::Framework::JsiDeclarativeEngine
H
A
D
jsi_declarative_engine.cpp
1584
if (!assetPath_.empty() && !
isBundle_
) {
in LoadJs()
1588
arkRuntime->SetBundle(
isBundle_
);
in LoadJs()
1681
if (!assetPath_.empty() && !
isBundle_
) {
in LoadPageSource()
1685
arkRuntime->SetBundle(
isBundle_
);
in LoadPageSource()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H
A
D
js_runtime.h
152
bool
isBundle_
= true;
member in panda::OHOS::AbilityRuntime::JsRuntime
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_runtime.cpp
698
isBundle_
= options.isBundle;
in Initialize()
1101
return LoadScript(abcPath, safeData->GetDataPtr(), safeData->GetDataLen(),
isBundle_
, srcEntrance);
in RunScript()
1112
return LoadScript(abcPath, &buffer,
isBundle_
);
in RunScript()
1122
if (!
isBundle_
) {
in RunScript()
1300
if (
isBundle_
) {
in UpdateModuleNameAndAssetPath()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.h
409
bool
isBundle_
= false;
member in OHOS::OHOS::Ace::UIContentImpl
H
A
D
ui_content_impl.cpp
746
isBundle_
= (hapModuleInfo->compileMode == AppExecFwk::CompileMode::JS_BUNDLE);
in UIContentImpl()
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H
A
D
js_runtime_test.cpp
698
jsRuntime->
isBundle_
= false;
in HWTEST_F()
719
jsRuntime->
isBundle_
= false;
in HWTEST_F()
Completed in 20 milliseconds