Home
last modified time | relevance | path

Searched refs:refNodePath_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js359 this.refNodePath_ = refName;
366 this.refNodePath_ = refName;
373 this.refNodePath_ = refName;
406 return this.refNodePath_;
427 this.refNodePath_ = srcNode.refNodePath_;
447 this.refNodePath_ = ref;
470 NapiLog.logError(sourceInfo() + 'inherit invalid node: ' + refNodePath_);
528 sourceInfo() + "reference node '" + refNodePath_ + "' not exist"
537 sourceInfo() + "copy node '" + refNodePath_ + "' not exist"
H A DGenerator.js43 obj.ref_ = node.refNodePath_;
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp428 …ode::ConfigNode(const ConfigNode &node) : ConfigNode(node.name_, node.nodeType_, node.refNodePath_) in ConfigNode()
439 refNodePath_(refName), in ConfigNode()
449 refNodePath_(refName), in ConfigNode()
460 refNodePath_ = node.refNodePath_; in operator =()
487 << t.refNodePath_; in operator <<()
503 return refNodePath_; in GetRefPath()
524 refNodePath_ = srcNode->refNodePath_; in Merge()
550 refNodePath_ = ref; in SetRefPath()
573 Logger().Error() << SourceInfo() << "inherit invalid node: " << refNodePath_; in InheritExpand()
642 Logger().Error() << SourceInfo() << "reference node '" << refNodePath_ << "' not exist"; in NodeRefExpand()
H A Dast.h205 std::string refNodePath_; variable