Home
last modified time | relevance | path

Searched refs:refObj (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js468 inheritExpand(refObj) { argument
469 if (refObj === null) {
474 if (!this.copy(refObj, false)) {
486 refExpand(refObj) { argument
492 if (refObj.isElders(this)) {
501 ret = this.nodeRefExpand(refObj);
503 ret = nodeCopyExpand(refObj);
627 refExpand(refObj) { argument
638 refObj === null ||
639 !refObj.isNode() ||
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp572 if (refObj == nullptr) { in InheritExpand()
577 if (!Copy(refObj, false)) { in InheritExpand()
581 auto templateNode = ConfigNode::CastFrom(refObj); in InheritExpand()
590 bool ConfigNode::RefExpand(const std::shared_ptr<AstObject> &refObj) in RefExpand() argument
604 ret = NodeRefExpand(refObj); in RefExpand()
606 ret = NodeCopyExpand(refObj); in RefExpand()
779 bool ConfigTerm::RefExpand(const std::shared_ptr<AstObject> refObj) in RefExpand() argument
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()
[all …]
H A Dast.h178 bool InheritExpand(const std::shared_ptr<AstObject> &refObj);
180 bool RefExpand(const std::shared_ptr<AstObject> &refObj);
231 bool RefExpand(const std::shared_ptr<AstObject> refObj);