/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | extract_resource_manager.cpp | 41 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 D | extract_resource_manager.h | 34 std::shared_ptr<Global::Resource::ResourceManager> GetGlobalObject();
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/ |
H A D | intf_global_serialization_data.h | 40 virtual IObject::Ptr GetGlobalObject(const InstanceId& id) const = 0;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/ |
H A D | application_context_manager.h | 41 std::shared_ptr<NativeReference> GetGlobalObject(napi_env env);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | application_context_manager.cpp | 75 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 D | napi_helper.h | 49 static napi_value GetGlobalObject(napi_env env);
|
H A D | napi_helper.cpp | 225 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 D | js_node_container.cpp | 48 auto global = JSNApi::GetGlobalObject(vm); in BindFunc() 62 auto global = JSNApi::GetGlobalObject(vm); in AddToNodeControllerMap()
|
H A D | js_xcomponent.cpp | 360 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 D | jsi_declarative_engine.cpp | 505 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 D | jsi.h | 90 static JSIValue GetGlobalObject();
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_registry.h | 106 IObject::Ptr GetGlobalObject(const InstanceId& id) const override;
|
H A D | object_registry.cpp | 738 IObject::Ptr ObjectRegistry::GetGlobalObject(const InstanceId& id) const in GetGlobalObject() function in ObjectRegistry
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/test/ |
H A D | test_concurrent.cpp | 332 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 D | timer.cpp | 91 napi_value globalObj = Helper::NapiHelper::GetGlobalObject(env); in RegisterTime()
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/ |
H A D | test_taskpool.cpp | 2826 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 D | task.cpp | 701 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 D | worker.cpp | 436 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 D | jsi_interface_tdd_test.cpp | 112 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 D | exporter.cpp | 352 if (HasBeenExported(iid) || globalData_.GetGlobalObject(obj->GetInstanceId())) { in ExportWeakPtr()
|
H A D | importer.cpp | 80 if (auto obj = globalData_.GetGlobalObject(uid)) { in GetReferencedObject()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 260 return std::make_shared<ArkJSValue>(shared_from_this(), JSNApi::GetGlobalObject(vm_)); in GetGlobal()
|
/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/ |
H A D | extractor_test.cpp | 531 EXPECT_EQ(ers->GetGlobalObject(), nullptr);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_rendering_context.cpp | 239 auto globalObj = JSNApi::GetGlobalObject(vm); in JsGetCanvas()
|
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_napi.cpp | 109 auto result = JSNApi::GetGlobalObject(vm); in ARKTS_GetGlobalConstant()
|