Home
last modified time | relevance | path

Searched defs:refName (Results 1 – 3 of 3) sorted by relevance

/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()
447 ConfigNode::ConfigNode(Token &name, uint32_t nodeType, const std::string &refName) in ConfigNode()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js356 constructor(name, nodeType, refName) { argument
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp315 char *refName = MallocStringOf(attrValue, &length); in SetCommonAttribute() local