Searched refs:nodeIdLabel (Results 1 – 2 of 2) sorted by relevance
3626 …int32_t& nodeIdLabel, RefPtr<NG::FrameNode>& targetNode, const CustomPopupUIExtensionConfig& confi… in GetTargetNode() argument3629 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() local3653 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()
280 …int32_t& nodeIdLabel, RefPtr<NG::FrameNode>& targetNode, const CustomPopupUIExtensionConfig& confi…