Home
last modified time | relevance | path

Searched refs:commonEvents (Results 1 – 6 of 6) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DModuleInfo.java137 public List<CommonEvent> commonEvents = new ArrayList<CommonEvent>(); field in ModuleInfo
DHapInfo.java113 public List<CommonEvent> commonEvents = new ArrayList<CommonEvent>(); field in HapInfo
DModuleAdaption.java162 hapInfo.commonEvents = moduleInfo.commonEvents; in convertToHapInfo()
DJsonUtil.java680 hapInfo.commonEvents = JSONObject.parseArray(getJsonString(hapJson, "commonEvents"), in parseHapInfo()
1227 moduleInfo.commonEvents = parseModuleCommonEvents(moduleInfo.extensionAbilityInfos); in parseStageExtensionAbility()
1461 List<CommonEvent> commonEvents = in parseModuleCommonEvents() local
1463 allCommonEvent.addAll(commonEvents); in parseModuleCommonEvents()
1475 List<CommonEvent> commonEvents = new ArrayList<>(); in parseCommoneventsInMetadata() local
1481 commonEvents.addAll(parseModuleCommonEvents(jsonObj)); in parseCommoneventsInMetadata()
1484 return commonEvents; in parseCommoneventsInMetadata()
1494 List<CommonEvent> commonEvents = new ArrayList<>(); in parseModuleCommonEvents() local
1511 commonEvents.add(commonEvent); in parseModuleCommonEvents()
1513 return commonEvents; in parseModuleCommonEvents()
/developtools/packing_tool/modulecheck/
DBUILD.gn22 source = "commonEvents.json"
/developtools/packing_tool/
DREADME_zh.md388 | commonEvents | CommonEvent结构体(见下述CommentEvent) | 标识静态事件 | N…