/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/ |
H A D | child_process_manager_test.cpp | 213 std::unique_ptr<AbilityRuntime::Runtime> CreateRuntime(const AppExecFwk::BundleInfo &bundleInfo, 223 …auto runtime = ChildProcessManager::GetInstance().CreateRuntime(bundleInfo, hapModuleInfo, false, …
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/ |
H A D | child_process_manager.h | 54 std::unique_ptr<AbilityRuntime::Runtime> CreateRuntime(const AppExecFwk::BundleInfo &bundleInfo,
|
/ohos5.0/foundation/arkui/napi/test/unittest/engine/ |
H A D | test_ark.cpp | 107 auto result = engine_->CreateRuntime(true);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 198 …runtime_ = childProcessManager.CreateRuntime(bundleInfoCopy, hapModuleInfo, true, processInfo_->ji… in HandleLoadJs() 239 …runtime_ = childProcessManager.CreateRuntime(*bundleInfo_, hapModuleInfo, true, processInfo_->jitE… in HandleLoadArkTs()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | child_process_manager.cpp | 248 auto runtime = CreateRuntime(bundleInfo, hapModuleInfo, false, g_jitEnabled); in HandleChildProcessBySelfFork() 343 std::unique_ptr<AbilityRuntime::Runtime> ChildProcessManager::CreateRuntime(const AppExecFwk::Bundl… in CreateRuntime() function in OHOS::AbilityRuntime::ChildProcessManager
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/ |
H A D | form_render_record.h | 158 bool CreateRuntime(const FormJsInfo &formJsInfo);
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 203 void* CreateRuntime(bool isLimitedWorker = false) override;
|
H A D | ark_native_engine.cpp | 1757 void* ArkNativeEngine::CreateRuntime(bool isLimitedWorker) in CreateRuntime() function in ArkNativeEngine
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_node_api.cpp | 86 auto result = engine->CreateRuntime(true); in napi_create_limit_runtime()
|
H A D | native_engine.h | 177 virtual void* CreateRuntime(bool isLimitedWorker = false) = 0;
|
H A D | native_api.cpp | 3279 auto result = engine->CreateRuntime(); in napi_create_runtime()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/ |
H A D | frs_form_render_record_test.cpp | 179 EXPECT_EQ(false, formRenderRecordPtr_->CreateRuntime(formJsInfo)); 199 EXPECT_EQ(true, formRenderRecordPtr_->CreateRuntime(formJsInfo));
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_record.cpp | 464 bool FormRenderRecord::CreateRuntime(const FormJsInfo &formJsInfo) in CreateRuntime() function in OHOS::AppExecFwk::FormRender::FormRenderRecord 682 if (!CreateRuntime(formJsInfo)) { in BeforeHandleUpdateForm()
|