Home
last modified time | relevance | path

Searched defs:bindToken (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js61 constructor(name, type, value, bindToken, jinzhi) { argument
105 constructorSiit(name, type, value, bindToken, jinzhi) { argument
122 constructorSist(name, type, value, bindToken) { argument
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp49 …t::AstObject(const std::string &name, uint32_t type, uint64_t integerValue, const Token &bindToken) in AstObject()
64 …Object(const std::string &name, uint32_t type, const std::string &strValue, const Token &bindToken) in AstObject()
846 ConfigArray::ConfigArray(const Token &bindToken) in ConfigArray()