Searched refs:commonEvents (Results 1 – 6 of 6) sorted by relevance
137 public List<CommonEvent> commonEvents = new ArrayList<CommonEvent>(); field in ModuleInfo
113 public List<CommonEvent> commonEvents = new ArrayList<CommonEvent>(); field in HapInfo
162 hapInfo.commonEvents = moduleInfo.commonEvents; in convertToHapInfo()
680 hapInfo.commonEvents = JSONObject.parseArray(getJsonString(hapJson, "commonEvents"), in parseHapInfo()1227 moduleInfo.commonEvents = parseModuleCommonEvents(moduleInfo.extensionAbilityInfos); in parseStageExtensionAbility()1461 List<CommonEvent> commonEvents = in parseModuleCommonEvents() local1463 allCommonEvent.addAll(commonEvents); in parseModuleCommonEvents()1475 List<CommonEvent> commonEvents = new ArrayList<>(); in parseCommoneventsInMetadata() local1481 commonEvents.addAll(parseModuleCommonEvents(jsonObj)); in parseCommoneventsInMetadata()1484 return commonEvents; in parseCommoneventsInMetadata()1494 List<CommonEvent> commonEvents = new ArrayList<>(); in parseModuleCommonEvents() local1511 commonEvents.add(commonEvent); in parseModuleCommonEvents()1513 return commonEvents; in parseModuleCommonEvents()
22 source = "commonEvents.json"
388 | commonEvents | CommonEvent结构体(见下述CommentEvent) | 标识静态事件 | N…