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:SetNativeEngine
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/napi/module_manager/
H
A
D
native_module_manager.h
89
void
SetNativeEngine
(std::string moduleName, NativeEngine* nativeEngine);
H
A
D
native_module_manager.cpp
117
void NativeModuleManager::
SetNativeEngine
(std::string moduleKey, NativeEngine* nativeEngine)
in SetNativeEngine()
function in NativeModuleManager
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
ark_js_runtime.h
176
void
SetNativeEngine
(NativeEngine* nativeEngine)
in SetNativeEngine()
function in panda::OHOS::Ace::Framework::final
H
A
D
jsi_engine.cpp
3082
engineInstance_->
SetNativeEngine
(nativeEngine_);
in Initialize()
3245
engineInstance_->
SetNativeEngine
(nullptr);
/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
H
A
D
module_manager_test.cpp
175
* @tc.desc: test NativeModule's
SetNativeEngine
function
187
moduleManager.
SetNativeEngine
(moduleKey, engine);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H
A
D
js_engine.h
57
void
SetNativeEngine
(NativeEngine* nativeEngine)
in SetNativeEngine()
function in OHOS::Ace::Framework::JsEngineInstance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.cpp
589
arkRuntime->
SetNativeEngine
(nativeArkEngine);
in PreloadAceModuleWorker()
1217
arkRuntime->
SetNativeEngine
(nativeArkEngine);
in Initialize()
1246
engineInstance_->
SetNativeEngine
(nativeEngine_);
in EngineTask()
/foundation/arkui/napi/native_engine/impl/ark/
H
A
D
ark_native_engine.cpp
434
moduleManager->
SetNativeEngine
(strModuleName, arkNativeEngine);
in ArkNativeEngine()
521
moduleManager->
SetNativeEngine
(strModuleName, arkNativeEngine);
in ArkNativeEngine()
Completed in 28 milliseconds