Searched refs:contentNodeId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_manager.h | 64 : instanceId(inputInstanceId), contentNodeId(inputContentNodeId) {} in SheetContentKey() 66 int32_t contentNodeId; member 69 return contentNodeId < other.contentNodeId;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_model_ng.cpp | 128 int32_t contentNodeId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateContentNode() local 129 … ACE_LAYOUT_SCOPED_TRACE("Create[%s][self:%d]", V2::NAVDESTINATION_CONTENT_ETS_TAG, contentNodeId); in CreateContentNode() 130 …to contentNode = FrameNode::GetOrCreateFrameNode(V2::NAVDESTINATION_CONTENT_ETS_TAG, contentNodeId, in CreateContentNode() 184 int32_t contentNodeId = ElementRegister::GetInstance()->MakeUniqueId(); in Create() local 185 … ACE_LAYOUT_SCOPED_TRACE("Create[%s][self:%d]", V2::NAVDESTINATION_CONTENT_ETS_TAG, contentNodeId); in Create() 186 …to contentNode = FrameNode::GetOrCreateFrameNode(V2::NAVDESTINATION_CONTENT_ETS_TAG, contentNodeId, in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_model_ng.cpp | 342 int32_t contentNodeId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateContentNodeIfNeeded() local 343 … ACE_LAYOUT_SCOPED_TRACE("Create[%s][self:%d]", V2::NAVIGATION_CONTENT_ETS_TAG, contentNodeId); in CreateContentNodeIfNeeded() 344 … auto contentNode = FrameNode::GetOrCreateFrameNode(V2::NAVIGATION_CONTENT_ETS_TAG, contentNodeId, in CreateContentNodeIfNeeded() 1548 int32_t contentNodeId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateFrameNode() local 1549 … auto contentNode = FrameNode::GetOrCreateFrameNode(V2::NAVIGATION_CONTENT_ETS_TAG, contentNodeId, in CreateFrameNode()
|