Home
last modified time | relevance | path

Searched refs:GetJsRuntime (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp453 auto runtime = GetJsRuntime(); in LoadJs()
578 shared_ptr<JsRuntime> runtime = GetJsRuntime(); in GetPaFunc()
608 shared_ptr<JsRuntime> runtime = GetJsRuntime(); in CallFunc()
661 shared_ptr<JsRuntime> runtime = GetJsRuntime(); in CallFuncWithDefaultThis()
733 shared_ptr<JsRuntime> runtime = GetJsRuntime(); in CallFunc()
794 shared_ptr<JsRuntime> runtime = GetJsRuntime(); in CallAsyncFunc()
864 return GetJsRuntime()->NewUndefined(); in NapiValueToJsValue()
894 shared_ptr<JsRuntime> runtime = GetJsRuntime(); in StartData()
911 shared_ptr<JsRuntime> runtime = GetJsRuntime(); in DestroyApplication()
920 shared_ptr<JsRuntime> runtime = GetJsRuntime(); in Insert()
[all …]
H A Djsi_pa_engine.h115 std::shared_ptr<JsRuntime> GetJsRuntime() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp982 return engineInstance->GetJsRuntime(); in InnerGetCurrentRuntime()
1090 auto runtime = GetJsRuntime(); in GetContextValue()
1119 auto runtime = GetJsRuntime(); in GetFrameNodeValueByNodeId()
1219 auto runtime = engineInstance_->GetJsRuntime(); in Initialize()
1366 auto runtime = engineInstance_->GetJsRuntime(); in ExecuteAbc()
1385 auto runtime = engineInstance_->GetJsRuntime(); in ExecuteJs()
1395 auto runtime = engineInstance_->GetJsRuntime(); in ExecuteCardAbc()
1523 auto runtime = engineInstance_->GetJsRuntime(); in LoadJs()
1668 auto runtime = engineInstance_->GetJsRuntime(); in LoadPageSource()
1699 auto runtime = engineInstance_->GetJsRuntime(); in LoadPageSource()
[all …]
H A Djsi_declarative_engine.h131 shared_ptr<JsRuntime> GetJsRuntime() in GetJsRuntime() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2630 shared_ptr<JsRuntime> JsiEngineInstance::GetJsRuntime() const in GetJsRuntime() function in OHOS::Ace::Framework::JsiEngineInstance
3073 auto runtime = engineInstance_->GetJsRuntime(); in Initialize()
3286 auto runtime = engineInstance_->GetJsRuntime(); in ExecuteAbc()
3315 auto runtime = engineInstance_->GetJsRuntime(); in LoadJs()
3469 auto runtime = engineInstance_->GetJsRuntime(); in FireExternalEvent()
3554 if (engineInstance_ && engineInstance_->GetJsRuntime()) { in RunGarbageCollection()
3555 engineInstance_->GetJsRuntime()->RunGC(); in RunGarbageCollection()
3561 if (engineInstance_ && engineInstance_->GetJsRuntime()) { in DumpHeapSnapshot()
3568 if (engineInstance_ && engineInstance_->GetJsRuntime()) { in DestroyHeapProfiler()
3576 engineInstance_->GetJsRuntime()->RunFullGC(); in ForceFullGC()
[all …]
H A Djsi_engine.h50 shared_ptr<JsRuntime> GetJsRuntime() const;
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Djs_ability.h85 const JsRuntime& GetJsRuntime();
H A Djs_ui_ability.h247 const JsRuntime &GetJsRuntime();
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery.cpp187 …lityRuntime::JsRuntime& runtime = const_cast<AbilityRuntime::JsRuntime&>(jsAbility.GetJsRuntime()); in ScheduleSaveAppState()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability.cpp756 const JsRuntime& JsAbility::GetJsRuntime() in GetJsRuntime() function in OHOS::AbilityRuntime::JsAbility
H A Djs_ui_ability.cpp934 const JsRuntime &JsUIAbility::GetJsRuntime() in GetJsRuntime() function in OHOS::AbilityRuntime::JsUIAbility