Searched refs:parseModuleCommonEvents (Results 1 – 1 of 1) sorted by relevance
1068 moduleInfo.commonEvents = parseModuleCommonEvents(moduleInfo.extensionAbilityInfos); in parseModuleHapInfo()1378 …static List<CommonEvent> parseModuleCommonEvents(List<ExtensionAbilityInfo> extensionAbilityInfos)… in parseModuleCommonEvents() method in JsonUtil1404 commonEvents.addAll(parseModuleCommonEvents(jsonObj)); in parseCommoneventsInMetadata()1416 static List<CommonEvent> parseModuleCommonEvents(JSONObject jsonObject) { in parseModuleCommonEvents() method in JsonUtil