Searched refs:uiSyntax (Results 1 – 6 of 6) sorted by relevance
97 public String uiSyntax = HML; field in ModuleInfo
144 public String uiSyntax = "hml"; field in HapInfo
146 hapInfo.uiSyntax = moduleInfo.uiSyntax; in convertToHapInfo()
1081 moduleInfo.uiSyntax = getJsonString(moduleJson, UI_SYNTAX, HML); in parseModuleHapInfo()
119 (moduleJsonConfig.module.uiSyntax === 'ets' || moduleJsonConfig.module.language === 'ets')) {
394 | uiSyntax | String | 定义该JS Component的语法类型 …