Home
last modified time | relevance | path

Searched refs:GetNodeType (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtext_gen.cpp90 if (node->GetNodeType() == NODE_INHERIT) { in HeaderOutputTraversal()
262 if (node->GetNodeType() == NODE_TEMPLATE) { in GenObjectDefinitionGen()
265 } else if (node->GetNodeType() == NODE_INHERIT) { in GenObjectDefinitionGen()
319 if (p->IsNode() && ConfigNode::CastFrom(p)->GetNodeType() == NODE_TEMPLATE) { in IsInTemplate()
369 if (!object->IsNode() || ConfigNode::CastFrom(object)->GetNodeType() == NODE_INHERIT) { in ImplementCloseBraceGen()
405 if (obj->IsNode() && ConfigNode::CastFrom(obj)->GetNodeType() == NODE_INHERIT) { in IsInSubClassNode()
418 if (node->GetNodeType() != NODE_NOREF) { in ObjectImplementGen()
439 if (node->GetNodeType() != NODE_TEMPLATE) { in TemplateObjectImplGen()
614 if (!object->IsNode() || ConfigNode::CastFrom(object)->GetNodeType() != NODE_TEMPLATE) { in OutputTemplateImpl()
644 … } else if (!object->IsNode() || ConfigNode::CastFrom(object)->GetNodeType() != NODE_TEMPLATE) { in OutputTemplateVariablesDeclare()
H A Dast.cpp496 uint32_t ConfigNode::GetNodeType() const in GetNodeType() function in ConfigNode
517 if (srcNode->GetNodeType() == DELETE) { in Merge()
704 if (GetNodeType() != NODE_NOREF && GetNodeType() != NODE_TEMPLATE) { in IsBaseNode()
790 …if (refObj == nullptr || !refObj->IsNode() || ConfigNode::CastFrom(refObj)->GetNodeType() == NODE_… in RefExpand()
791 ConfigNode::CastFrom(refObj)->GetNodeType() == NODE_TEMPLATE || in RefExpand()
792 ConfigNode::CastFrom(refObj)->GetNodeType() == NODE_DELETE) { in RefExpand()
993 if (node->GetNodeType() != NODE_REF && node->GetNodeType() != NODE_COPY) { in NodeExpandRef()
1027 if (node->GetNodeType() == NODE_DELETE) { in NodeExpandDelete()
1083 if (node->GetNodeType() != NODE_INHERIT) { in InheritExpand()
H A Dbytecode_gen.cpp78 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in ByteCodeConvert()
H A Dmacro_gen.cpp100 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in TemplateNodeSeparate()
H A Dast.h166 uint32_t GetNodeType() const;
H A Dstartup_cfg_gen.cpp231 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in TemplateNodeSeparate()
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/
H A Dtest_convertxml.h27 static std::string GetNodeType(napi_env env, const xmlElementType enumType);
46 std::string CxmlTest::GetNodeType(napi_env env, const xmlElementType enumType) in GetNodeType() function
49 return convert.GetNodeType(enumType); in GetNodeType()
H A Dtest_convertxml.cpp642 std::string res = CxmlTest::GetNodeType(env, enumType);
645 CxmlTest::GetNodeType(env, enumType);
647 CxmlTest::GetNodeType(env, enumType);
649 CxmlTest::GetNodeType(env, enumType);
651 CxmlTest::GetNodeType(env, enumType);
653 CxmlTest::GetNodeType(env, enumType);
655 CxmlTest::GetNodeType(env, enumType);
657 CxmlTest::GetNodeType(env, enumType);
659 res = CxmlTest::GetNodeType(env, enumType);
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.cpp20 std::string ConvertXml::GetNodeType(const xmlElementType enumType) const in GetNodeType() function in OHOS::Xml::ConvertXml
112 SetKeyValue(env, elementsObject, options_.type, GetNodeType(curNode->type)); in GetPrevNodeList()
122 SetKeyValue(env, elementsObject, options_.type, GetNodeType(curNode->type)); in GetPrevNodeList()
131 SetKeyValue(env, elementsObject, options_.type, GetNodeType(curNode->type)); in GetPrevNodeList()
190 SetKeyValue(env, elementsObject, options_.type, GetNodeType(curNode->type)); in SetNodeInfo()
193 SetKeyValue(env, elementsObject, options_.type, GetNodeType(curNode->type)); in SetNodeInfo()
209 SetKeyValue(env, elementsObject, options_.type, GetNodeType(curNode->type)); in SetEndInfo()
H A Djs_convertxml.h132 std::string GetNodeType(const xmlElementType enumType) const;
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DNodeImpl.h36 napi_value GetNodeType(NapiApi::FunctionContext<>& fc);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp352 ArkUI_CharPtr GetNodeType(ArkUINodeHandle node) in GetNodeType() function
609 …GetMeasuredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspect… in GetFrameNodeModifier()
625 …GetMeasuredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspect… in GetCJUIFrameNodeModifier()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.h84 static ArkUINativeModuleValue GetNodeType(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_frame_node_bridge.cpp1227 ArkUINativeModuleValue FrameNodeBridge::GetNodeType(ArkUIRuntimeCallInfo* runtimeCallInfo) in GetNodeType() function in OHOS::Ace::NG::FrameNodeBridge
H A Darkts_native_api_impl_bridge.cpp3743 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), FrameNodeBridge::GetNodeType)); in RegisterFrameNodeAttributes()
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h149 inline RSRenderNodeType GetNodeType() const in GetNodeType() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp587 …if (uifirstRootNodeDrawable && uifirstRootNodeDrawable->GetNodeType() == RSRenderNodeType::SURFACE… in GetUifirstCachedState()
1499 if (UNLIKELY(uifirstRootNodeDrawable->GetNodeType() != RSRenderNodeType::SURFACE_NODE)) { in CheckAndWaitPreFirstLevelDrawableNotify()
H A Drs_uni_render_composer_adapter.cpp1346 if (drawable.GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in GetSurfaceNodeRotation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp642 reportInfo.nodeType = drawable_->GetNodeType(); in DrawableOnDrawMultiAccessEventReport()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp501 if (*it == nullptr || (*it)->GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in CheckAndUpdateFilterCacheOcclusion()