Lines Matching refs:events
4 …ce (CES) is provided for applications to subscribe to, publish, and unsubscribe from common events.
7 Common events are classified into system common events and custom common events.
10 …events: defined in CES. Currently, only system applications and system services can publish system…
11 - Custom common events: customized by applications to implement cross-process event communication.
14 Common events are also classified into unordered, ordered, and sticky common events.
17 …red common events: common events that CES forwards regardless of whether subscribers receive the e…
18 …events: common events that CES forwards based on the subscriber priority. CES preferentially forwa…
19 …events: common events that can be sent to a subscriber before or after they initiate a subscriptio…
22 Each application can subscribe to common events as required. After your application subscribes to a…
24 **Figure 1** Common events
29 …events and read related information. In this case, sensitive information should not be carried in …
32 …om common events, any application can send potential malicious common events to the subscribers. R…
35 … event must be globally unique. Otherwise, this common event may conflict with other common events.