Home
last modified time | relevance | path

Searched refs:GetNodeType (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/include/
H A DNodeImpl.h36 napi_value GetNodeType(NapiApi::FunctionContext<>& fc);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp325 ArkUI_CharPtr GetNodeType(ArkUINodeHandle node) in GetNodeType() function
559 GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspectorInfo, GetFrameNodeById, GetFrameNodeByUniqueId, in GetFrameNodeModifier()
574 GetMeasuredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspectorInfo, in GetCJUIFrameNodeModifier()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.h72 static ArkUINativeModuleValue GetNodeType(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_frame_node_bridge.cpp1240 ArkUINativeModuleValue FrameNodeBridge::GetNodeType(ArkUIRuntimeCallInfo* runtimeCallInfo)
H A Darkts_native_api_impl_bridge.cpp3736 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), FrameNodeBridge::GetNodeType)); in RegisterFrameNodeAttributes()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_display_render_params.cpp164 if (ptr == nullptr || ptr->GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in OnSync()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h111 inline RSRenderNodeType GetNodeType() const in GetNodeType() function in OHOS::Rosen::DrawableV2::SkipType::RSRenderNodeDrawableAdapter
/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp79 props.push_back(TROGetProperty<BASE_NS::string, NodeImpl, &NodeImpl::GetNodeType>("nodeType")); in GetPropertyDescs()
144 napi_value NodeImpl::GetNodeType(NapiApi::FunctionContext<>& ctx) in GetNodeType() function in NodeImpl
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp642 if (uifirstRootNodeDrawable && uifirstRootNodeDrawable->GetNodeType() == RSRenderNodeType::SURFACE_NODE) { in GetUifirstCachedState()
1598 if (!uifirstRootNodeDrawable || uifirstRootNodeDrawable->GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in CheckAndWaitPreFirstLevelDrawableNotify()
H A Drs_uni_render_composer_adapter.cpp1507 if (drawable.GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in GetSurfaceNodeRotation()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp499 if (adapter == nullptr || adapter->GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in CheckAndUpdateFilterCacheOcclusion()

Completed in 28 milliseconds