Home
last modified time | relevance | path

Searched defs:runtime (Results 101 - 125 of 1076) sorted by relevance

12345678910>>...44

/base/notification/common_event_service/frameworks/extension/test/static_subscriber_extension_module_loader_test/
H A Dstatic_subscriber_extension_module_loader_test.cpp82 std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/
H A Dphoto_editor_extension_test.cpp56 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
71 auto runtime = Runtime::Create(options); in HWTEST_F() local
95 std::unique_ptr<Runtime> runtime = Runtime::Create(options); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Daction_extension_test.cpp56 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
71 auto runtime = Runtime::Create(options); in HWTEST_F() local
95 std::unique_ptr<Runtime> runtime = Runtime::Create(options); in HWTEST_F() local
H A Dauto_fill_extension_module_loader_test.cpp70 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
H A Daction_extension_module_loader_test.cpp70 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
H A Dembedded_ui_extension_test.cpp56 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
71 auto runtime = Runtime::Create(options); in HWTEST_F() local
95 std::unique_ptr<Runtime> runtime = Runtime::Create(options); in HWTEST_F() local
H A Dform_extension_module_loader_test.cpp82 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
H A Dembedded_ui_extension_module_loader_test.cpp70 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
H A Dshare_extension_module_loader_test.cpp56 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
71 auto runtime = Runtime::Create(options); in HWTEST_F() local
95 std::unique_ptr<Runtime> runtime = Runtime::Create(options); in HWTEST_F() local
H A Dshare_extension_test.cpp56 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
71 auto runtime = Runtime::Create(options); in HWTEST_F() local
95 std::unique_ptr<Runtime> runtime = Runtime::Create(options); in HWTEST_F() local
H A Dservice_extension_module_loader_test.cpp78 std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/
H A Dcj_test_runner.cpp27 std::unique_ptr<TestRunner> CJTestRunner::Create(const std::unique_ptr<Runtime> &runtime, in Create() argument
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dbindable.h28 BindingObject(Runtime& runtime, T* ptr) : runtime_(runtime), object_(ptr, SimpleRelease<T>) {} in BindingObject() argument
75 void Bind(Runtime& runtime, T* object) in Bind() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Dinsight_intent_executor_mgr.cpp33 bool InsightIntentExecutorMgr::ExecuteInsightIntent(Runtime& runtime, const InsightIntentExecutorInfo& executeInfo, in ExecuteInsightIntent() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_syscap_module.cpp45 shared_ptr<JsValue> CanIUse(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CanIUse() argument
77 void JsiSyscapModule::InitSyscapModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) in InitSyscapModule() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_theme_utils.h43 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); in GetWithThemeId() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_mock.cpp94 shared_ptr<JsValue> MockRequireNativeModule(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in MockRequireNativeModule() argument
76 InitModule( const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& thisObj, const std::string& moduleName) InitModule() argument
116 PreloadWorkerRequireNative(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& global) PreloadWorkerRequireNative() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_component_api_bridge.cpp22 shared_ptr<JsValue> JsiComponentApiBridge::JsGetScrollOffset(const shared_ptr<JsRuntime>& runtime, NodeId nodeId) in JsGetScrollOffset() argument
76 JsGetBoundingRect(const shared_ptr<JsRuntime>& runtime, NodeId nodeId) JsGetBoundingRect() argument
101 JsGetInspector(const shared_ptr<JsRuntime>& runtime, NodeId nodeId) JsGetInspector() argument
122 JsScrollTo( const shared_ptr<JsRuntime>& runtime, const std::string& arguments, NodeId nodeId) JsScrollTo() argument
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Ddeclarative_module_preloader.cpp26 void InitAceModule(void* runtime) in InitAceModule() argument
42 void DeclarativeModulePreloader::Preload(NativeEngine& runtime) in Preload() argument
52 void InitAceModuleCard(void* runtime, const char* bundleName, const void* hapPathMap) in InitAceModuleCard() argument
68 void DeclarativeModulePreloader::PreloadCard(NativeEngine& runtime, const std::string& bundleName, in PreloadCard() argument
75 void ReloadAceModuleCard(void* runtime, const char* bundleName, const void* hapPathMap) in ReloadAceModuleCard() argument
91 ReloadCard(NativeEngine& runtime, const std::string &bundleName, const std::map<std::string, std::string>& hapPathMap) ReloadCard() argument
102 InitAceModuleWorker(void* runtime) InitAceModuleWorker() argument
118 PreloadWorker(NativeEngine& runtime) PreloadWorker() argument
[all...]
H A Dui_content.cpp39 UIContent* CreateUIContent(void* context, void* runtime, bool isFormRender) in CreateUIContent() argument
56 UIContent* CreateUIContent(void* context, void* runtime) in CreateUIContent() argument
98 std::unique_ptr<UIContent> UIContent::Create(OHOS::AbilityRuntime::Context* context, NativeEngine* runtime) in Create() argument
105 Create( OHOS::AbilityRuntime::Context* context, NativeEngine* runtime, bool isFormRender) Create() argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dhypervisor.h55 struct x86_hyper_runtime runtime; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dhypervisor.h55 struct x86_hyper_runtime runtime; member
/kernel/linux/linux-6.6/sound/soc/sof/amd/
H A Dacp-pcm.c23 struct snd_pcm_runtime *runtime = substream->runtime; in acp_pcm_hw_params() local
[all...]
/third_party/python/Include/internal/
H A Dpycore_pystate.h68 _PyRuntimeState_GetThreadState(_PyRuntimeState *runtime) in _PyRuntimeState_GetThreadState() argument
147 PyAPI_FUNC(PyStatus) _PyInterpreterState_Enable(_PyRuntimeState *runtime); variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dobject_type_propagation.cpp89 auto runtime = self->GetGraph()->GetRuntime(); in VisitLoadObject() local
129 auto runtime = graph->GetRuntime(); in VisitParameter() local
154 auto runtime = self->GetGraph()->GetRuntime(); ProcessManagedCall() local
[all...]

Completed in 9 milliseconds

12345678910>>...44