Home
last modified time | relevance | path

Searched refs:CommonEvent (Results 1 – 7 of 7) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DModuleInfo.java137 public List<CommonEvent> commonEvents = new ArrayList<CommonEvent>();
DHapInfo.java113 public List<CommonEvent> commonEvents = new ArrayList<CommonEvent>();
DCommonEvent.java25 public class CommonEvent { class
DJsonUtil.java681 CommonEvent.class); in parseHapInfo()
1455 …static List<CommonEvent> parseModuleCommonEvents(List<ExtensionAbilityInfo> extensionAbilityInfos)… in parseModuleCommonEvents()
1456 List<CommonEvent> allCommonEvent = new ArrayList<>(); in parseModuleCommonEvents()
1461 List<CommonEvent> commonEvents = in parseModuleCommonEvents()
1474 …static List<CommonEvent> parseCommoneventsInMetadata(List<ModuleMetadataInfo> moduleMetadataInfos)… in parseCommoneventsInMetadata()
1475 List<CommonEvent> commonEvents = new ArrayList<>(); in parseCommoneventsInMetadata()
1493 static List<CommonEvent> parseModuleCommonEvents(JSONObject jsonObject) { in parseModuleCommonEvents()
1494 List<CommonEvent> commonEvents = new ArrayList<>(); in parseModuleCommonEvents()
1498 CommonEvent commonEvent = new CommonEvent(); in parseModuleCommonEvents()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DTitleWindowPage.ets19 import CommonEvent from '@ohos.commonEvent'
95 CommonEvent.subscribe(subscriber, SubscribeCallBack);
98 CommonEvent.createSubscriber(subscribeInfo, CreateSubscriberCallBack);
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/
DProfilerTask.ets16 import CommonEvent from '@ohos.commonEvent'
125 CommonEvent.publish("event", { code: 0, data: JSON.stringify(tTndex), }, (err)=>{});
/developtools/packing_tool/
DREADME_zh.md388 | commonEvents | CommonEvent结构体(见下述CommentEvent) | 标识静态事件 | N…
618 ### 4.25 CommonEvent结构体信息