Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js356 constructor(name, nodeType, refName) { argument
359 this.refNodePath_ = refName;
366 this.refNodePath_ = refName;
373 this.refNodePath_ = refName;
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp437 ConfigNode::ConfigNode(const std::string &name, uint32_t nodeType, const std::string &refName) in ConfigNode() argument
439 refNodePath_(refName), in ConfigNode()
447 ConfigNode::ConfigNode(Token &name, uint32_t nodeType, const std::string &refName) in ConfigNode() argument
449 refNodePath_(refName), in ConfigNode()
H A Dast.h152 ConfigNode(const std::string &name, uint32_t nodeType, const std::string &refName);
154 ConfigNode(Token &name, uint32_t nodeType, const std::string &refName);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp315 char *refName = MallocStringOf(attrValue, &length); in SetCommonAttribute() local
316 if (refName == nullptr) { in SetCommonAttribute()
327 jerryx_set_property_str(refs, refName, nativeElement_); in SetCommonAttribute()
330 ace_free(refName); in SetCommonAttribute()
331 refName = nullptr; in SetCommonAttribute()