/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | text_gen.cpp | 90 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 D | ast.cpp | 496 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 D | bytecode_gen.cpp | 78 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in ByteCodeConvert()
|
H A D | macro_gen.cpp | 100 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in TemplateNodeSeparate()
|
H A D | ast.h | 166 uint32_t GetNodeType() const;
|
H A D | startup_cfg_gen.cpp | 231 if (object->IsNode() && ConfigNode::CastFrom(object)->GetNodeType() == NODE_TEMPLATE) { in TemplateNodeSeparate()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/ |
H A D | test_convertxml.h | 27 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 D | test_convertxml.cpp | 642 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 D | js_convertxml.cpp | 20 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 D | js_convertxml.h | 132 std::string GetNodeType(const xmlElementType enumType) const;
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | NodeImpl.h | 36 napi_value GetNodeType(NapiApi::FunctionContext<>& fc);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 352 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 D | rs_display_render_params.cpp | 164 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 D | arkts_native_frame_node_bridge.h | 84 static ArkUINativeModuleValue GetNodeType(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_frame_node_bridge.cpp | 1227 ArkUINativeModuleValue FrameNodeBridge::GetNodeType(ArkUIRuntimeCallInfo* runtimeCallInfo) in GetNodeType() function in OHOS::Ace::NG::FrameNodeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3743 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), FrameNodeBridge::GetNodeType)); in RegisterFrameNodeAttributes()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | NodeImpl.cpp | 79 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 D | rs_render_node_drawable_adapter.h | 149 inline RSRenderNodeType GetNodeType() const in GetNodeType() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 587 …if (uifirstRootNodeDrawable && uifirstRootNodeDrawable->GetNodeType() == RSRenderNodeType::SURFACE… in GetUifirstCachedState() 1499 if (UNLIKELY(uifirstRootNodeDrawable->GetNodeType() != RSRenderNodeType::SURFACE_NODE)) { in CheckAndWaitPreFirstLevelDrawableNotify()
|
H A D | rs_uni_render_composer_adapter.cpp | 1346 if (drawable.GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in GetSurfaceNodeRotation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_render_node_drawable_adapter.cpp | 642 reportInfo.nodeType = drawable_->GetNodeType(); in DrawableOnDrawMultiAccessEventReport()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 501 if (*it == nullptr || (*it)->GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in CheckAndUpdateFilterCacheOcclusion()
|