Home
last modified time | relevance | path

Searched refs:GetGlobalObject (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextract_resource_manager.cpp41 std::shared_ptr<Global::Resource::ResourceManager> ExtractResourceManager::GetGlobalObject() in GetGlobalObject() function in OHOS::AbilityBase::ExtractResourceManager
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextract_resource_manager.h34 std::shared_ptr<Global::Resource::ResourceManager> GetGlobalObject();
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/
H A Dintf_global_serialization_data.h40 virtual IObject::Ptr GetGlobalObject(const InstanceId& id) const = 0;
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dapplication_context_manager.h41 std::shared_ptr<NativeReference> GetGlobalObject(napi_env env);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dapplication_context_manager.cpp75 std::shared_ptr<NativeReference> ApplicationContextManager::GetGlobalObject(napi_env env) in GetGlobalObject() function in OHOS::AbilityRuntime::ApplicationContextManager
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.h49 static napi_value GetGlobalObject(napi_env env);
H A Dnapi_helper.cpp225 napi_value NapiHelper::GetGlobalObject(napi_env env) in GetGlobalObject() function in Commonlibrary::Concurrent::Common::Helper::NapiHelper
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_node_container.cpp48 auto global = JSNApi::GetGlobalObject(vm); in BindFunc()
62 auto global = JSNApi::GetGlobalObject(vm); in AddToNodeControllerMap()
H A Djs_xcomponent.cpp360 funcRef->Call(execCtx.vm_, JSNApi::GetGlobalObject(execCtx.vm_), argv.data(), argv.size()); in RegisterOnCreate()
380 funcRef->Call(execCtx.vm_, JSNApi::GetGlobalObject(execCtx.vm_), nullptr, 0); in RegisterOnDestroy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp505 JsRegisterViews(JSNApi::GetGlobalObject(vm)); in InitJsObject()
595 JsRegisterWorkerViews(JSNApi::GetGlobalObject(vm), runtime); in PreloadAceModuleWorker()
642 JsRegisterViews(JSNApi::GetGlobalObject(vm), runtime); in PreloadAceModule()
788 …JsRegisterViews(JSNApi::GetGlobalObject(runtime->GetEcmaVm()), reinterpret_cast<void*>(nativeEngin… in InitGlobalObjectTemplate()
798 JsUINodeRegisterCleanUp(JSNApi::GetGlobalObject(runtime->GetEcmaVm())); in InitGroupJsBridge()
1827 auto ret = iter->second.pageGenerator->Call(vm, JSNApi::GetGlobalObject(vm), argv.data(), 0); in LoadNamedRouterSource()
2695 auto globalObj = JSNApi::GetGlobalObject(vm); in JsStateProfilerResgiter()
2756 JsRegisterFormViews(JSNApi::GetGlobalObject(vm), formModuleList, false, runtime); in PreloadAceModuleCard()
2818 JsRegisterFormViews(JSNApi::GetGlobalObject(vm), formModuleList, true); in ReloadAceModuleCard()
/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h90 static JSIValue GetGlobalObject();
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.h106 IObject::Ptr GetGlobalObject(const InstanceId& id) const override;
H A Dobject_registry.cpp738 IObject::Ptr ObjectRegistry::GetGlobalObject(const InstanceId& id) const in GetGlobalObject() function in ObjectRegistry
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp332 result = NapiHelper::GetGlobalObject(env);
396 value = NapiHelper::GetGlobalObject(env);
484 result = NapiHelper::GetGlobalObject(env);
/ohos5.0/commonlibrary/ets_utils/js_sys_module/timer/
H A Dtimer.cpp91 napi_value globalObj = Helper::NapiHelper::GetGlobalObject(env); in RegisterTime()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp2826 napi_value global = NapiHelper::GetGlobalObject(env);
2849 napi_value global = NapiHelper::GetGlobalObject(env);
2870 napi_value global = NapiHelper::GetGlobalObject(env);
2890 napi_value global = NapiHelper::GetGlobalObject(env);
2911 napi_value global = NapiHelper::GetGlobalObject(env);
2932 napi_value global = NapiHelper::GetGlobalObject(env);
2953 napi_value global = NapiHelper::GetGlobalObject(env);
2974 napi_value global = NapiHelper::GetGlobalObject(env);
2999 napi_value global = NapiHelper::GetGlobalObject(env);
3019 napi_value global = NapiHelper::GetGlobalObject(env);
[all …]
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp701 napi_call_function(env, NapiHelper::GetGlobalObject(env), func, 0, nullptr, &result); in StartExecutionTask()
728 napi_call_function(env, NapiHelper::GetGlobalObject(env), func, 1, &args, &result); in ExecuteListenerCallback()
730 napi_call_function(env, NapiHelper::GetGlobalObject(env), func, 0, nullptr, &result); in ExecuteListenerCallback()
H A Dworker.cpp436 napi_call_function(env, NapiHelper::GetGlobalObject(env), func, argsNum, argsArray, nullptr); in PerformTask()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp112 JSIValue global = JSI::GetGlobalObject(); in JSIInterfaceTest002()
743 JSIValue globalObj = JSI::GetGlobalObject(); in JSIInterfaceTest020()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp352 if (HasBeenExported(iid) || globalData_.GetGlobalObject(obj->GetInstanceId())) { in ExportWeakPtr()
H A Dimporter.cpp80 if (auto obj = globalData_.GetGlobalObject(uid)) { in GetReferencedObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp260 return std::make_shared<ArkJSValue>(shared_from_this(), JSNApi::GetGlobalObject(vm_)); in GetGlobal()
/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp531 EXPECT_EQ(ers->GetGlobalObject(), nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_rendering_context.cpp239 auto globalObj = JSNApi::GetGlobalObject(vm); in JsGetCanvas()
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.cpp109 auto result = JSNApi::GetGlobalObject(vm); in ARKTS_GetGlobalConstant()

12