| /base/notification/common_event_service/frameworks/extension/test/static_subscriber_extension_module_loader_test/ |
| H A D | static_subscriber_extension_module_loader_test.cpp | 82 std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
|
| /foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/ |
| H A D | photo_editor_extension_test.cpp | 56 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 D | action_extension_test.cpp | 56 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 D | auto_fill_extension_module_loader_test.cpp | 70 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
|
| H A D | action_extension_module_loader_test.cpp | 70 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
|
| H A D | embedded_ui_extension_test.cpp | 56 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 D | form_extension_module_loader_test.cpp | 82 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
|
| H A D | embedded_ui_extension_module_loader_test.cpp | 70 std::unique_ptr<Runtime> runtime; in HWTEST_F() local
|
| H A D | share_extension_module_loader_test.cpp | 56 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 D | share_extension_test.cpp | 56 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 D | service_extension_module_loader_test.cpp | 78 std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/ |
| H A D | cj_test_runner.cpp | 27 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 D | bindable.h | 28 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 D | insight_intent_executor_mgr.cpp | 33 bool InsightIntentExecutorMgr::ExecuteInsightIntent(Runtime& runtime, const InsightIntentExecutorInfo& executeInfo, in ExecuteInsightIntent() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
| H A D | jsi_syscap_module.cpp | 45 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 D | js_theme_utils.h | 43 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); in GetWithThemeId() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_mock.cpp | 94 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 D | jsi_component_api_bridge.cpp | 22 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 D | declarative_module_preloader.cpp | 26 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 D | ui_content.cpp | 39 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 D | hypervisor.h | 55 struct x86_hyper_runtime runtime; member
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | hypervisor.h | 55 struct x86_hyper_runtime runtime; member
|
| /kernel/linux/linux-6.6/sound/soc/sof/amd/ |
| H A D | acp-pcm.c | 23 struct snd_pcm_runtime *runtime = substream->runtime; in acp_pcm_hw_params() local [all...] |
| /third_party/python/Include/internal/ |
| H A D | pycore_pystate.h | 68 _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 D | object_type_propagation.cpp | 89 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...] |