Home
last modified time | relevance | path

Searched refs:nodeIdLabel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3626 …int32_t& nodeIdLabel, RefPtr<NG::FrameNode>& targetNode, const CustomPopupUIExtensionConfig& confi… in GetTargetNode() argument
3629 nodeIdLabel = config.nodeId; in GetTargetNode()
3630 … targetNode = ElementRegister::GetInstance()->GetSpecificItemById<NG::FrameNode>(nodeIdLabel); in GetTargetNode()
3635 nodeIdLabel = targetNode->GetId(); in GetTargetNode()
3651 int32_t nodeIdLabel = -1; in CreateCustomPopupUIExtension() local
3653 if (!GetTargetNode(nodeIdLabel, targetNode, config)) { in CreateCustomPopupUIExtension()
3656 if (customPopupConfigMap_.find(nodeIdLabel) != customPopupConfigMap_.end()) { in CreateCustomPopupUIExtension()
3657 LOGW("Nodeid=%{public}d has unclosed popup, cannot create new", nodeIdLabel); in CreateCustomPopupUIExtension()
3679 nodeId = nodeIdLabel; in CreateCustomPopupUIExtension()
H A Dui_content_impl.h280 …int32_t& nodeIdLabel, RefPtr<NG::FrameNode>& targetNode, const CustomPopupUIExtensionConfig& confi…