1e41f4b71Sopenharmony_ci# System Common Events (To Be Deprecated Soon)
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ciThis document provides indexes for predefined system common events.
4e41f4b71Sopenharmony_ciCommon event types are defined in [Support enumeration of the ohos.commonEvent module](https://gitee.com/openharmony/docs/blob/master/en/application-dev/reference/apis-basic-services-kit/js-apis-commonEvent.md#support).
5e41f4b71Sopenharmony_ci
6e41f4b71Sopenharmony_ci**System capability**: SystemCapability.Notification.CommonEvent
7e41f4b71Sopenharmony_ci
8e41f4b71Sopenharmony_ci* COMMON_EVENT_BOOT_COMPLETED
9e41f4b71Sopenharmony_ciIndicates that the boot is complete and the system is loaded.
10e41f4b71Sopenharmony_ci  - Value: **usual.event.BOOT_COMPLETED**
11e41f4b71Sopenharmony_ci  - Permission required by subscribers: ohos.permission.RECEIVER_STARTUP_COMPLETED (Only system applications can apply for this permission.)
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci* COMMON_EVENT_LOCKED_BOOT_COMPLETED
14e41f4b71Sopenharmony_ci(Reserved event, not supported currently) A message is displayed, indicating that the guidance is complete and the system is loaded, but the screen is still locked.
15e41f4b71Sopenharmony_ci  - Value: **usual.event.LOCKED_BOOT_COMPLETED**
16e41f4b71Sopenharmony_ci  - Permission required by subscribers: ohos.permission.RECEIVER_STARTUP_COMPLETED (Only system applications can apply for this permission.)
17e41f4b71Sopenharmony_ci
18e41f4b71Sopenharmony_ci* COMMON_EVENT_SHUTDOWN
19e41f4b71Sopenharmony_ciA message is displayed, indicating that the device is being shut down and will continue until it is finally shut down.
20e41f4b71Sopenharmony_ci  - Value: **usual.event.SHUTDOWN**
21e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
22e41f4b71Sopenharmony_ci
23e41f4b71Sopenharmony_ci* COMMON_EVENT_BATTERY_CHANGED
24e41f4b71Sopenharmony_ciA message is displayed, indicating that the battery charging status, battery level, and other information has changed.
25e41f4b71Sopenharmony_ci  - Value: **usual.event.BATTERY_CHANGED**
26e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
27e41f4b71Sopenharmony_ci
28e41f4b71Sopenharmony_ci* COMMON_EVENT_BATTERY_LOW
29e41f4b71Sopenharmony_ciIndicates that the battery level is low.
30e41f4b71Sopenharmony_ci  - Value: **usual.event.BATTERY_LOW**
31e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
32e41f4b71Sopenharmony_ci
33e41f4b71Sopenharmony_ci* COMMON_EVENT_BATTERY_OKAY
34e41f4b71Sopenharmony_ciIndicates that the battery level is normal.
35e41f4b71Sopenharmony_ci  - Value: **usual.event.BATTERY_OKAY**
36e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
37e41f4b71Sopenharmony_ci
38e41f4b71Sopenharmony_ci* COMMON_EVENT_POWER_CONNECTED
39e41f4b71Sopenharmony_ciIndicates that the device is connected to an external power supply.
40e41f4b71Sopenharmony_ci  - Value: **usual.event.POWER_CONNECTED**
41e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
42e41f4b71Sopenharmony_ci
43e41f4b71Sopenharmony_ci
44e41f4b71Sopenharmony_ci* COMMON_EVENT_POWER_DISCONNECTED
45e41f4b71Sopenharmony_ciIndicates that the device is disconnected from the external power supply.
46e41f4b71Sopenharmony_ci  - Value: **usual.event.POWER_DISCONNECTED**
47e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
48e41f4b71Sopenharmony_ci
49e41f4b71Sopenharmony_ci
50e41f4b71Sopenharmony_ci* COMMON_EVENT_SCREEN_OFF
51e41f4b71Sopenharmony_ciIndicates that the device screen is off and the device is in sleep mode.
52e41f4b71Sopenharmony_ci  - Value: **usual.event.SCREEN_OFF**
53e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
54e41f4b71Sopenharmony_ci
55e41f4b71Sopenharmony_ci
56e41f4b71Sopenharmony_ci* COMMON_EVENT_SCREEN_ON
57e41f4b71Sopenharmony_ciIndicates that the device screen is on and the device is in interactive state.
58e41f4b71Sopenharmony_ci  - Value: **usual.event.SCREEN_ON**
59e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
60e41f4b71Sopenharmony_ci
61e41f4b71Sopenharmony_ci
62e41f4b71Sopenharmony_ci* COMMON_EVENT_THERMAL_LEVEL_CHANGED<sup>8+</sup>
63e41f4b71Sopenharmony_ciIndicates that the device's thermal level has changed.
64e41f4b71Sopenharmony_ci  - Value: **usual.event.THERMAL_LEVEL_CHANGED**
65e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
66e41f4b71Sopenharmony_ci
67e41f4b71Sopenharmony_ci
68e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_PRESENT
69e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the user unlocks the device.
70e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_PRESENT**
71e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
72e41f4b71Sopenharmony_ci
73e41f4b71Sopenharmony_ci
74e41f4b71Sopenharmony_ci* COMMON_EVENT_TIME_TICK
75e41f4b71Sopenharmony_ciIndicates that the system time has changed as time ticks by.
76e41f4b71Sopenharmony_ci  - Value: **usual.event.TIME_TICK**
77e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
78e41f4b71Sopenharmony_ci
79e41f4b71Sopenharmony_ci
80e41f4b71Sopenharmony_ci* COMMON_EVENT_TIME_CHANGED
81e41f4b71Sopenharmony_ciIndicates that the system time is set.
82e41f4b71Sopenharmony_ci  - Value: **usual.event.TIME_CHANGED**
83e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
84e41f4b71Sopenharmony_ci
85e41f4b71Sopenharmony_ci
86e41f4b71Sopenharmony_ci* COMMON_EVENT_DATE_CHANGED
87e41f4b71Sopenharmony_ciThis event is reserved and is not supported currently. A message is displayed, indicating that the system date has been changed.
88e41f4b71Sopenharmony_ci  - Value: **usual.event.DATE_CHANGED**
89e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
90e41f4b71Sopenharmony_ci
91e41f4b71Sopenharmony_ci
92e41f4b71Sopenharmony_ci* COMMON_EVENT_TIMEZONE_CHANGED
93e41f4b71Sopenharmony_ciA message is displayed, indicating that the system time zone is changed.
94e41f4b71Sopenharmony_ci  - Value: **usual.event.TIMEZONE_CHANGED**
95e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
96e41f4b71Sopenharmony_ci
97e41f4b71Sopenharmony_ci
98e41f4b71Sopenharmony_ci* COMMON_EVENT_CLOSE_SYSTEM_DIALOGS
99e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the user closes a temporary system dialog box.
100e41f4b71Sopenharmony_ci  - Value: **usual.event.CLOSE_SYSTEM_DIALOGS**
101e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
102e41f4b71Sopenharmony_ci
103e41f4b71Sopenharmony_ci
104e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_ADDED
105e41f4b71Sopenharmony_ciIndicates that a new application package has been installed on the device.
106e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_ADDED**
107e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
108e41f4b71Sopenharmony_ci
109e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_INSTALLATION_STARTED
110e41f4b71Sopenharmony_ciA message is displayed, indicating that the application package starts to be installed on the device.
111e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_INSTALLATION_STARTED**
112e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
113e41f4b71Sopenharmony_ci
114e41f4b71Sopenharmony_ci
115e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_REPLACED
116e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that a later version of an installed application package has replaced the previous one on the device.
117e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_REPLACED**
118e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
119e41f4b71Sopenharmony_ci
120e41f4b71Sopenharmony_ci
121e41f4b71Sopenharmony_ci* COMMON_EVENT_MY_PACKAGE_REPLACED
122e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Indicates that the new version of the application package has replaced the previous version.
123e41f4b71Sopenharmony_ci  - Value: **usual.event.MY_PACKAGE_REPLACED**
124e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
125e41f4b71Sopenharmony_ci
126e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_REMOVED
127e41f4b71Sopenharmony_ciIndicates that an installed application has been uninstalled from the device with the application data retained.
128e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_REMOVED**
129e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
130e41f4b71Sopenharmony_ci
131e41f4b71Sopenharmony_ci
132e41f4b71Sopenharmony_ci* COMMON_EVENT_BUNDLE_REMOVED
133e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an installed bundle has been uninstalled from the device with the application data retained. 
134e41f4b71Sopenharmony_ci  - Value: **usual.event.BUNDLE_REMOVED**
135e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
136e41f4b71Sopenharmony_ci
137e41f4b71Sopenharmony_ci
138e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_FULLY_REMOVED
139e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an installed application, including both the application data and code, has been completely uninstalled from the device.
140e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_FULLY_REMOVED**
141e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
142e41f4b71Sopenharmony_ci
143e41f4b71Sopenharmony_ci
144e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_CHANGED
145e41f4b71Sopenharmony_ciIndicates that an application package has been changed (for example, an ability in the package has been enabled or disabled).
146e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_CHANGED**
147e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
148e41f4b71Sopenharmony_ci
149e41f4b71Sopenharmony_ci
150e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_RESTARTED
151e41f4b71Sopenharmony_ciIndicates that the user closed all processes of the application and restarted the application.
152e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_RESTARTED**
153e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
154e41f4b71Sopenharmony_ci
155e41f4b71Sopenharmony_ci
156e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_DATA_CLEARED
157e41f4b71Sopenharmony_ciIndicates that the user cleared the application package data.
158e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_DATA_CLEARED**
159e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
160e41f4b71Sopenharmony_ci
161e41f4b71Sopenharmony_ci
162e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_CACHE_CLEARED<sup>9+</sup>
163e41f4b71Sopenharmony_ciIndicates that the user cleared the application package cache.
164e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_CACHE_CLEARED**
165e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
166e41f4b71Sopenharmony_ci
167e41f4b71Sopenharmony_ci
168e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGES_SUSPENDED
169e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that application packages have been suspended.
170e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGES_SUSPENDED**
171e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
172e41f4b71Sopenharmony_ci
173e41f4b71Sopenharmony_ci
174e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGES_UNSUSPENDED
175e41f4b71Sopenharmony_ci(Reserved event, not supported currently) A message is displayed, indicating that the application HAP package is not suspended (resumed from the suspended state).
176e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGES_UNSUSPENDED**
177e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
178e41f4b71Sopenharmony_ci
179e41f4b71Sopenharmony_ci
180e41f4b71Sopenharmony_ci* COMMON_EVENT_MY_PACKAGE_SUSPENDED
181e41f4b71Sopenharmony_ciA message is displayed, indicating that the application HAP package is suspended.
182e41f4b71Sopenharmony_ci  - Value: **usual.event.MY_PACKAGE_SUSPENDED**
183e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
184e41f4b71Sopenharmony_ci
185e41f4b71Sopenharmony_ci
186e41f4b71Sopenharmony_ci* COMMON_EVENT_MY_PACKAGE_UNSUSPENDED
187e41f4b71Sopenharmony_ciA message is displayed, indicating that the application package is not suspended.
188e41f4b71Sopenharmony_ci  - Value: **usual.event.MY_PACKAGE_UNSUSPENDED**
189e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
190e41f4b71Sopenharmony_ci
191e41f4b71Sopenharmony_ci
192e41f4b71Sopenharmony_ci* COMMON_EVENT_UID_REMOVED
193e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that a user ID has been removed from the system.
194e41f4b71Sopenharmony_ci  - Value: **usual.event.UID_REMOVED**
195e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
196e41f4b71Sopenharmony_ci
197e41f4b71Sopenharmony_ci
198e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_FIRST_LAUNCH
199e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an installed application is started for the first time.
200e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_FIRST_LAUNCH**
201e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
202e41f4b71Sopenharmony_ci
203e41f4b71Sopenharmony_ci
204e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_NEEDS_VERIFICATION
205e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an application requires system verification.
206e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_NEEDS_VERIFICATION**
207e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
208e41f4b71Sopenharmony_ci
209e41f4b71Sopenharmony_ci
210e41f4b71Sopenharmony_ci* COMMON_EVENT_PACKAGE_VERIFIED
211e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an application has been verified by the system.
212e41f4b71Sopenharmony_ci  - Value: **usual.event.PACKAGE_VERIFIED**
213e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
214e41f4b71Sopenharmony_ci
215e41f4b71Sopenharmony_ci
216e41f4b71Sopenharmony_ci* COMMON_EVENT_EXTERNAL_APPLICATIONS_AVAILABLE
217e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that applications installed on the external storage are available for the system.
218e41f4b71Sopenharmony_ci  - Value: **usual.event.EXTERNAL_APPLICATIONS_AVAILABLE**
219e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
220e41f4b71Sopenharmony_ci
221e41f4b71Sopenharmony_ci
222e41f4b71Sopenharmony_ci* COMMON_EVENT_EXTERNAL_APPLICATIONS_UNAVAILABLE
223e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that applications installed on the external storage are not available for the system.
224e41f4b71Sopenharmony_ci  - Value: **usual.event.EXTERNAL_APPLICATIONS_UNAVAILABLE**
225e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
226e41f4b71Sopenharmony_ci
227e41f4b71Sopenharmony_ci
228e41f4b71Sopenharmony_ci* COMMON_EVENT_CONFIGURATION_CHANGED
229e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the device state (for example, orientation and locale) has changed.
230e41f4b71Sopenharmony_ci  - Value: **usual.event.CONFIGURATION_CHANGED**
231e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
232e41f4b71Sopenharmony_ci
233e41f4b71Sopenharmony_ci
234e41f4b71Sopenharmony_ci* COMMON_EVENT_LOCALE_CHANGED
235e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the device locale has changed.
236e41f4b71Sopenharmony_ci  - Value: **usual.event.LOCALE_CHANGED**
237e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
238e41f4b71Sopenharmony_ci
239e41f4b71Sopenharmony_ci
240e41f4b71Sopenharmony_ci* COMMON_EVENT_MANAGE_PACKAGE_STORAGE
241e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the device storage is insufficient.
242e41f4b71Sopenharmony_ci  - Value: **usual.event.MANAGE_PACKAGE_STORAGE**
243e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
244e41f4b71Sopenharmony_ci
245e41f4b71Sopenharmony_ci
246e41f4b71Sopenharmony_ci* COMMON_EVENT_DRIVE_MODE
247e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the system is in driving mode.
248e41f4b71Sopenharmony_ci  - Value: **common.event.DRIVE_MODE**
249e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
250e41f4b71Sopenharmony_ci
251e41f4b71Sopenharmony_ci
252e41f4b71Sopenharmony_ci* COMMON_EVENT_HOME_MODE
253e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the system is in home mode.
254e41f4b71Sopenharmony_ci  - Value: **common.event.HOME_MODE**
255e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
256e41f4b71Sopenharmony_ci
257e41f4b71Sopenharmony_ci
258e41f4b71Sopenharmony_ci* COMMON_EVENT_OFFICE_MODE
259e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the system is in office mode.
260e41f4b71Sopenharmony_ci  - Value: **common.event.OFFICE_MODE**
261e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
262e41f4b71Sopenharmony_ci
263e41f4b71Sopenharmony_ci
264e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_STARTED
265e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the user has been started.
266e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_STARTED**
267e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
268e41f4b71Sopenharmony_ci
269e41f4b71Sopenharmony_ci
270e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_BACKGROUND
271e41f4b71Sopenharmony_ciThis event is reserved and is not supported currently. A message is displayed, indicating that the user has been brought to the background.
272e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_BACKGROUND**
273e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
274e41f4b71Sopenharmony_ci
275e41f4b71Sopenharmony_ci
276e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_FOREGROUND
277e41f4b71Sopenharmony_ciThis event is reserved and is not supported currently. A message is displayed, indicating that the user has been brought to the foreground.
278e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_FOREGROUND**
279e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
280e41f4b71Sopenharmony_ci
281e41f4b71Sopenharmony_ci
282e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_SWITCHED
283e41f4b71Sopenharmony_ciIndicates that user switching is in progress.
284e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_SWITCHED**
285e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.MANAGE_LOCAL_ACCOUNTS permission. Only system applications can apply for this permission.
286e41f4b71Sopenharmony_ci
287e41f4b71Sopenharmony_ci
288e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_STARTING
289e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that user starting is in progress.
290e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_STARTING**
291e41f4b71Sopenharmony_ci  - Permission required by subscribers: ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS. Only system applications can apply for this permission.
292e41f4b71Sopenharmony_ci
293e41f4b71Sopenharmony_ci
294e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_UNLOCKED
295e41f4b71Sopenharmony_ci(Reserved event, not supported currently) When a user is unlocked after a restart, a message is displayed, indicating that the credential encryption storage of the current user has been unlocked.
296e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_UNLOCKED**
297e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
298e41f4b71Sopenharmony_ci
299e41f4b71Sopenharmony_ci
300e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_STOPPING
301e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Prompt the user to stop.
302e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_STOPPING**
303e41f4b71Sopenharmony_ci  - Permission required by subscribers: ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS. Only system applications can apply for this permission.
304e41f4b71Sopenharmony_ci
305e41f4b71Sopenharmony_ci
306e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_STOPPED
307e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the user has been stopped.
308e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_STOPPED**
309e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
310e41f4b71Sopenharmony_ci
311e41f4b71Sopenharmony_ci
312e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_POWER_STATE
313e41f4b71Sopenharmony_ciIndicates that the Wi-Fi state has changed, for example, enabled or disabled.
314e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.POWER_STATE**
315e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
316e41f4b71Sopenharmony_ci
317e41f4b71Sopenharmony_ci
318e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_SCAN_FINISHED
319e41f4b71Sopenharmony_ciA message is displayed, indicating that the Wi-Fi access point has been scanned and proved available.
320e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.SCAN_FINISHED**
321e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.LOCATION
322e41f4b71Sopenharmony_ci
323e41f4b71Sopenharmony_ci
324e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_RSSI_VALUE
325e41f4b71Sopenharmony_ciIndicates that the Wi-Fi signal strength (RSSI) has changed.
326e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.RSSI_VALUE**
327e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.GET_WIFI_INFO
328e41f4b71Sopenharmony_ci
329e41f4b71Sopenharmony_ci
330e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_CONN_STATE
331e41f4b71Sopenharmony_ciIndicates that the Wi-Fi connection state has changed.
332e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.CONN_STATE**
333e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
334e41f4b71Sopenharmony_ci
335e41f4b71Sopenharmony_ci
336e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_HOTSPOT_STATE
337e41f4b71Sopenharmony_ciIndicates that the Wi-Fi hotspot state has changed, for example, enabled or disabled.
338e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.HOTSPOT_STATE**
339e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
340e41f4b71Sopenharmony_ci
341e41f4b71Sopenharmony_ci
342e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_AP_STA_JOIN
343e41f4b71Sopenharmony_ciIndicates that a client has joined the Wi-Fi hotspot of the current device.
344e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.WIFI_HS_STA_JOIN**
345e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.GET_WIFI_INFO
346e41f4b71Sopenharmony_ci
347e41f4b71Sopenharmony_ci
348e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_AP_STA_LEAVE
349e41f4b71Sopenharmony_ciA message is displayed, indicating that the client is disconnected from the Wi-Fi hotspot of the current device.
350e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.WIFI_HS_STA_LEAVE**
351e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.GET_WIFI_INFO
352e41f4b71Sopenharmony_ci
353e41f4b71Sopenharmony_ci
354e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_MPLINK_STATE_CHANGE
355e41f4b71Sopenharmony_ciIndicates that the state of MPLINK (an enhanced Wi-Fi feature) has changed.
356e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.mplink.STATE_CHANGE**
357e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.MPLINK_CHANGE_STATE
358e41f4b71Sopenharmony_ci
359e41f4b71Sopenharmony_ci
360e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_P2P_CONN_STATE
361e41f4b71Sopenharmony_ciIndicates that the Wi-Fi P2P connection state has changed.
362e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.p2p.CONN_STATE_CHANGE**
363e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION
364e41f4b71Sopenharmony_ci
365e41f4b71Sopenharmony_ci
366e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_P2P_STATE_CHANGED
367e41f4b71Sopenharmony_ciIndicates that the Wi-Fi P2P state has changed, for example, enabled or disabled.
368e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.p2p.STATE_CHANGE**
369e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.GET_WIFI_INFO
370e41f4b71Sopenharmony_ci
371e41f4b71Sopenharmony_ci
372e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_P2P_PEERS_STATE_CHANGED
373e41f4b71Sopenharmony_ciIndicates that the state of the Wi-Fi P2P peer device has changed.
374e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.p2p.DEVICES_CHANGE**
375e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.GET_WIFI_INFO
376e41f4b71Sopenharmony_ci
377e41f4b71Sopenharmony_ci
378e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_P2P_PEERS_DISCOVERY_STATE_CHANGED
379e41f4b71Sopenharmony_ciIndicates that the Wi-Fi P2P discovery state has changed.
380e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.p2p.PEER_DISCOVERY_STATE_CHANGE**
381e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.GET_WIFI_INFO
382e41f4b71Sopenharmony_ci
383e41f4b71Sopenharmony_ci
384e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_P2P_CURRENT_DEVICE_STATE_CHANGED
385e41f4b71Sopenharmony_ciIndicates that the state of the Wi-Fi P2P local device has changed.
386e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.p2p.CURRENT_DEVICE_CHANGE**
387e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.GET_WIFI_INFO
388e41f4b71Sopenharmony_ci
389e41f4b71Sopenharmony_ci
390e41f4b71Sopenharmony_ci* COMMON_EVENT_WIFI_P2P_GROUP_STATE_CHANGED
391e41f4b71Sopenharmony_ciIndicates that the Wi-Fi P2P group information has changed.
392e41f4b71Sopenharmony_ci  - Value: **usual.event.wifi.p2p.GROUP_STATE_CHANGED**
393e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.GET_WIFI_INFO
394e41f4b71Sopenharmony_ci
395e41f4b71Sopenharmony_ci
396e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE
397e41f4b71Sopenharmony_ci(Reserved event, not supported yet) Indicates the connection state of Bluetooth handsfree communication.
398e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.handsfree.ag.CONNECT_STATE_UPDATE**
399e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
400e41f4b71Sopenharmony_ci
401e41f4b71Sopenharmony_ci
402e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE
403e41f4b71Sopenharmony_ciThis event is reserved and is not supported currently. It indicates that the device connected to the Bluetooth hands-free function is active.
404e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.handsfree.ag.CURRENT_DEVICE_UPDATE**
405e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
406e41f4b71Sopenharmony_ci
407e41f4b71Sopenharmony_ci
408e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE
409e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the connection state of Bluetooth A2DP has changed.
410e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.handsfree.ag.AUDIO_STATE_UPDATE**
411e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
412e41f4b71Sopenharmony_ci
413e41f4b71Sopenharmony_ci
414e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE
415e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates the connection state of Bluetooth A2DP.
416e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.a2dpsource.CONNECT_STATE_UPDATE**
417e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
418e41f4b71Sopenharmony_ci
419e41f4b71Sopenharmony_ci
420e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE
421e41f4b71Sopenharmony_ci(Reserved event, not supported yet) Indicates that the device connected using Bluetooth A2DP is active.
422e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.a2dpsource.CURRENT_DEVICE_UPDATE**
423e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
424e41f4b71Sopenharmony_ci
425e41f4b71Sopenharmony_ci
426e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE
427e41f4b71Sopenharmony_ci(Reserved event, not supported yet) Indicates that the playing state of Bluetooth A2DP has changed.
428e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.a2dpsource.PLAYING_STATE_UPDATE**
429e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
430e41f4b71Sopenharmony_ci
431e41f4b71Sopenharmony_ci
432e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE
433e41f4b71Sopenharmony_ci(Reserved event, not supported yet) Indicates that the AVRCP connection state of Bluetooth A2DP has changed.
434e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_UPDATE**
435e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
436e41f4b71Sopenharmony_ci
437e41f4b71Sopenharmony_ci
438e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE
439e41f4b71Sopenharmony_ci(Reserved event, not supported yet) Indicates that the audio codec state of Bluetooth A2DP has changed.
440e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.a2dpsource.CODEC_VALUE_UPDATE**
441e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
442e41f4b71Sopenharmony_ci
443e41f4b71Sopenharmony_ci
444e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED
445e41f4b71Sopenharmony_ci(Reserved event, not supported yet) Indicates that a remote Bluetooth device is discovered.
446e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.DISCOVERED**
447e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.LOCATION and ohos.permission.USE_BLUETOOTH
448e41f4b71Sopenharmony_ci
449e41f4b71Sopenharmony_ci
450e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE
451e41f4b71Sopenharmony_ci(Reserved event, not supported yet) Indicates that the Bluetooth class of a remote Bluetooth device has changed.
452e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.CLASS_VALUE_UPDATE**
453e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
454e41f4b71Sopenharmony_ci
455e41f4b71Sopenharmony_ci
456e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED
457e41f4b71Sopenharmony_ci(Reserved event, not supported currently) A low-level (ACL) connection has been established with the remote Bluetooth device.
458e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.ACL_CONNECTED**
459e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
460e41f4b71Sopenharmony_ci
461e41f4b71Sopenharmony_ci
462e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED
463e41f4b71Sopenharmony_ci(Reserved event, not supported currently) A message is displayed, indicating that the low-level (ACL) connection has been disconnected from the remote Bluetooth device.
464e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.ACL_DISCONNECTED**
465e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
466e41f4b71Sopenharmony_ci
467e41f4b71Sopenharmony_ci
468e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE
469e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the friendly name of a remote Bluetooth device is retrieved for the first time or has changed since the last retrieval.
470e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.NAME_UPDATE**
471e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
472e41f4b71Sopenharmony_ci
473e41f4b71Sopenharmony_ci
474e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE
475e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates the connection state with a remote Bluetooth device is changed.
476e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.PAIR_STATE**
477e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
478e41f4b71Sopenharmony_ci
479e41f4b71Sopenharmony_ci
480e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE
481e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the battery level of a remote Bluetooth device is retrieved for the first time or has changed since the last retrieval.
482e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.BATTERY_VALUE_UPDATE**
483e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
484e41f4b71Sopenharmony_ci
485e41f4b71Sopenharmony_ci
486e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT
487e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates the SDP state of a remote Bluetooth device.
488e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.SDP_RESULT**
489e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
490e41f4b71Sopenharmony_ci
491e41f4b71Sopenharmony_ci
492e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE
493e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates the UUID connection state with a remote Bluetooth device.
494e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.UUID_VALUE**
495e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.DISCOVER_BLUETOOTH
496e41f4b71Sopenharmony_ci
497e41f4b71Sopenharmony_ci
498e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ
499e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates the pairing request from a remote Bluetooth device.
500e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.PAIRING_REQ**
501e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.DISCOVER_BLUETOOTH
502e41f4b71Sopenharmony_ci
503e41f4b71Sopenharmony_ci
504e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL
505e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that Bluetooth pairing has been canceled.
506e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.PAIRING_CANCEL**
507e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
508e41f4b71Sopenharmony_ci
509e41f4b71Sopenharmony_ci
510e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ
511e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates the connection request from a remote Bluetooth device.
512e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.CONNECT_REQ**
513e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
514e41f4b71Sopenharmony_ci
515e41f4b71Sopenharmony_ci
516e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY
517e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates the response to the connection request from a remote Bluetooth device.
518e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.CONNECT_REPLY**
519e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
520e41f4b71Sopenharmony_ci
521e41f4b71Sopenharmony_ci
522e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL
523e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the connection to a remote Bluetooth device has been canceled.
524e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.remotedevice.CONNECT_CANCEL**
525e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
526e41f4b71Sopenharmony_ci
527e41f4b71Sopenharmony_ci
528e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE
529e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the connection state with a Bluetooth handsfree has changed.
530e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.handsfreeunit.CONNECT_STATE_UPDATE**
531e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
532e41f4b71Sopenharmony_ci
533e41f4b71Sopenharmony_ci
534e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE
535e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the audio state of a Bluetooth handsfree has changed.
536e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.handsfreeunit.AUDIO_STATE_UPDATE**
537e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
538e41f4b71Sopenharmony_ci
539e41f4b71Sopenharmony_ci
540e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT
541e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the audio gateway state of a Bluetooth handsfree has changed.
542e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.handsfreeunit.AG_COMMON_EVENT**
543e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
544e41f4b71Sopenharmony_ci
545e41f4b71Sopenharmony_ci
546e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE
547e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the calling state of a Bluetooth handsfree has changed.
548e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.handsfreeunit.AG_CALL_STATE_UPDATE**
549e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
550e41f4b71Sopenharmony_ci
551e41f4b71Sopenharmony_ci
552e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE
553e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Displays a message indicating that the Bluetooth adapter status has been changed, for example, Bluetooth has been enabled or disabled.
554e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.host.STATE_UPDATE**
555e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
556e41f4b71Sopenharmony_ci
557e41f4b71Sopenharmony_ci
558e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE
559e41f4b71Sopenharmony_ci(Reserved event, not supported currently) This event is used to notify a subscriber that Bluetooth scanning is allowed.
560e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.host.REQ_DISCOVERABLE**
561e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
562e41f4b71Sopenharmony_ci
563e41f4b71Sopenharmony_ci
564e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HOST_REQ_ENABLE
565e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Prompt the user to enable the Bluetooth request.
566e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.host.REQ_ENABLE**
567e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
568e41f4b71Sopenharmony_ci
569e41f4b71Sopenharmony_ci
570e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE
571e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Prompt the user to disable the Bluetooth request.
572e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.host.REQ_DISABLE**
573e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
574e41f4b71Sopenharmony_ci
575e41f4b71Sopenharmony_ci
576e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE
577e41f4b71Sopenharmony_ciThis event is reserved and is not supported currently. It indicates that the Bluetooth scanning mode of the device is changed.
578e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.host.SCAN_MODE_UPDATE**
579e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
580e41f4b71Sopenharmony_ci
581e41f4b71Sopenharmony_ci
582e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED
583e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Displays a message indicating that Bluetooth scanning has been enabled on the device.
584e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.host.DISCOVERY_STARTED**
585e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
586e41f4b71Sopenharmony_ci
587e41f4b71Sopenharmony_ci
588e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED
589e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Displays a message indicating that Bluetooth scanning on the device is complete.
590e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.host.DISCOVERY_FINISHED**
591e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
592e41f4b71Sopenharmony_ci
593e41f4b71Sopenharmony_ci
594e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE
595e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the name of the device Bluetooth adapter has changed.
596e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.host.NAME_UPDATE**
597e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
598e41f4b71Sopenharmony_ci
599e41f4b71Sopenharmony_ci
600e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE
601e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the connection state of Bluetooth A2DP Sink has changed.
602e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.a2dpsink.CONNECT_STATE_UPDATE**
603e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
604e41f4b71Sopenharmony_ci
605e41f4b71Sopenharmony_ci
606e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE
607e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the playing state of Bluetooth A2DP Sink has changed.
608e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.a2dpsink.PLAYING_STATE_UPDATE**
609e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
610e41f4b71Sopenharmony_ci
611e41f4b71Sopenharmony_ci
612e41f4b71Sopenharmony_ci* COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE
613e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the audio state of Bluetooth A2DP Sink has changed.
614e41f4b71Sopenharmony_ci  - Value: **usual.event.bluetooth.a2dpsink.AUDIO_STATE_UPDATE**
615e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.USE_BLUETOOTH
616e41f4b71Sopenharmony_ci
617e41f4b71Sopenharmony_ci
618e41f4b71Sopenharmony_ci* COMMON_EVENT_NFC_ACTION_ADAPTER_STATE_CHANGED
619e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the state of the device NFC adapter has changed.
620e41f4b71Sopenharmony_ci  - Value: **usual.event.nfc.action.ADAPTER_STATE_CHANGED**
621e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
622e41f4b71Sopenharmony_ci
623e41f4b71Sopenharmony_ci
624e41f4b71Sopenharmony_ci* COMMON_EVENT_NFC_ACTION_RF_FIELD_ON_DETECTED
625e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the NFC RF field is detected to be in the enabled state.
626e41f4b71Sopenharmony_ci  - Value: **usual.event.nfc.action.RF_FIELD_ON_DETECTED**
627e41f4b71Sopenharmony_ci  - Permission required by subscribers: ohos.permission.MANAGE_SECURE_SETTINGS (Only system applications can apply for this permission.)
628e41f4b71Sopenharmony_ci
629e41f4b71Sopenharmony_ci
630e41f4b71Sopenharmony_ci* COMMON_EVENT_NFC_ACTION_RF_FIELD_OFF_DETECTED
631e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the NFC RF field is detected to be in the disabled state.
632e41f4b71Sopenharmony_ci  - Value: **usual.event.nfc.action.RF_FIELD_OFF_DETECTED**
633e41f4b71Sopenharmony_ci  - Permission required by subscribers: ohos.permission.MANAGE_SECURE_SETTINGS (Only system applications can apply for this permission.)
634e41f4b71Sopenharmony_ci
635e41f4b71Sopenharmony_ci
636e41f4b71Sopenharmony_ci* COMMON_EVENT_DISCHARGING
637e41f4b71Sopenharmony_ciIndicates that the system stops charging the battery.
638e41f4b71Sopenharmony_ci  - Value: **usual.event.DISCHARGING**
639e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
640e41f4b71Sopenharmony_ci
641e41f4b71Sopenharmony_ci
642e41f4b71Sopenharmony_ci* COMMON_EVENT_CHARGING
643e41f4b71Sopenharmony_ciIndicates that the system starts charging the battery.
644e41f4b71Sopenharmony_ci  - Value: **usual.event.CHARGING**
645e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
646e41f4b71Sopenharmony_ci
647e41f4b71Sopenharmony_ci
648e41f4b71Sopenharmony_ci* COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED
649e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the system idle mode has changed.
650e41f4b71Sopenharmony_ci  - Value: **usual.event.DEVICE_IDLE_MODE_CHANGED**
651e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
652e41f4b71Sopenharmony_ci
653e41f4b71Sopenharmony_ci
654e41f4b71Sopenharmony_ci* COMMON_EVENT_POWER_SAVE_MODE_CHANGED
655e41f4b71Sopenharmony_ciIndicates that the system power saving mode has changed.
656e41f4b71Sopenharmony_ci  - Value: **usual.event.POWER_SAVE_MODE_CHANGED**
657e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
658e41f4b71Sopenharmony_ci
659e41f4b71Sopenharmony_ci
660e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_ADDED
661e41f4b71Sopenharmony_ciIndicates that a user has been added to the system.
662e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_ADDED**
663e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.MANAGE_LOCAL_ACCOUNTS permission. Only system applications can apply for this permission.
664e41f4b71Sopenharmony_ci
665e41f4b71Sopenharmony_ci
666e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_REMOVED
667e41f4b71Sopenharmony_ciIndicates that a user has been removed from the system.
668e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_REMOVED**
669e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.MANAGE_LOCAL_ACCOUNTS permission. Only system applications can apply for this permission.
670e41f4b71Sopenharmony_ci
671e41f4b71Sopenharmony_ci
672e41f4b71Sopenharmony_ci* COMMON_EVENT_ABILITY_ADDED
673e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an ability has been added.
674e41f4b71Sopenharmony_ci  - Value: **usual.event.ABILITY_ADDED**
675e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.LISTEN_BUNDLE_CHANGE
676e41f4b71Sopenharmony_ci
677e41f4b71Sopenharmony_ci
678e41f4b71Sopenharmony_ci* COMMON_EVENT_ABILITY_REMOVED
679e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an ability has been removed.
680e41f4b71Sopenharmony_ci  - Value: **usual.event.ABILITY_REMOVED**
681e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.LISTEN_BUNDLE_CHANGE
682e41f4b71Sopenharmony_ci
683e41f4b71Sopenharmony_ci
684e41f4b71Sopenharmony_ci* COMMON_EVENT_ABILITY_UPDATED
685e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an ability has been updated.
686e41f4b71Sopenharmony_ci  - Value: **usual.event.ABILITY_UPDATED**
687e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.LISTEN_BUNDLE_CHANGE
688e41f4b71Sopenharmony_ci
689e41f4b71Sopenharmony_ci
690e41f4b71Sopenharmony_ci* COMMON_EVENT_LOCATION_MODE_STATE_CHANGED
691e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the location mode of the system has changed.
692e41f4b71Sopenharmony_ci  - Value: **usual.event.location.MODE_STATE_CHANGED**
693e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
694e41f4b71Sopenharmony_ci
695e41f4b71Sopenharmony_ci
696e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_SLEEP
697e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Indicates that the in-vehicle infotainment (IVI) system of the vehicle is sleeping.
698e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_SLEEP**
699e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
700e41f4b71Sopenharmony_ci
701e41f4b71Sopenharmony_ci
702e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_PAUSE
703e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Displays a message indicating that the in-vehicle infotainment (IVI) system of the vehicle is in sleep mode and notifies the application to stop playing.
704e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_PAUSE**
705e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
706e41f4b71Sopenharmony_ci
707e41f4b71Sopenharmony_ci
708e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_STANDBY
709e41f4b71Sopenharmony_ci(Reserved event, not supported currently) This event is used to notify a third-party application in the in-vehicle infotainment (IVI) system of a vehicle that the current work is suspended.
710e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_STANDBY**
711e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
712e41f4b71Sopenharmony_ci
713e41f4b71Sopenharmony_ci
714e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_LASTMODE_SAVE
715e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Prompts the third-party application in the in-vehicle infotainment (IVI) system of the vehicle to save the last mode.
716e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_LASTMODE_SAVE**
717e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
718e41f4b71Sopenharmony_ci
719e41f4b71Sopenharmony_ci
720e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_VOLTAGE_ABNORMAL
721e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the voltage of the vehicle's power system is abnormal.
722e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_VOLTAGE_ABNORMAL**
723e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
724e41f4b71Sopenharmony_ci
725e41f4b71Sopenharmony_ci
726e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_HIGH_TEMPERATURE
727e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Indicates that the temperature of the in-vehicle infotainment (IVI) system of the vehicle is too high.
728e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_HIGH_TEMPERATURE**
729e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
730e41f4b71Sopenharmony_ci
731e41f4b71Sopenharmony_ci
732e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_EXTREME_TEMPERATURE
733e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Indicates that the temperature of the in-vehicle infotainment (IVI) system of the vehicle is extremely high.
734e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_EXTREME_TEMPERATURE**
735e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
736e41f4b71Sopenharmony_ci
737e41f4b71Sopenharmony_ci
738e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_TEMPERATURE_ABNORMAL
739e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Indicates that the in-vehicle infotainment (IVI) system of the vehicle has an extreme temperature.
740e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_TEMPERATURE_ABNORMAL**
741e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
742e41f4b71Sopenharmony_ci
743e41f4b71Sopenharmony_ci
744e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_VOLTAGE_RECOVERY
745e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the voltage of the vehicle's power system is restored to normal.
746e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_VOLTAGE_RECOVERY**
747e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
748e41f4b71Sopenharmony_ci
749e41f4b71Sopenharmony_ci
750e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_TEMPERATURE_RECOVERY
751e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the temperature of the IVI system is restored to normal.
752e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_TEMPERATURE_RECOVERY**
753e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
754e41f4b71Sopenharmony_ci
755e41f4b71Sopenharmony_ci
756e41f4b71Sopenharmony_ci* COMMON_EVENT_IVI_ACTIVE
757e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Indicates that the battery service of the vehicle-mounted system is active.
758e41f4b71Sopenharmony_ci  - Value: **common.event.IVI_ACTIVE**
759e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
760e41f4b71Sopenharmony_ci
761e41f4b71Sopenharmony_ci
762e41f4b71Sopenharmony_ci* COMMON_EVENT_USB_STATE<sup>9+</sup>
763e41f4b71Sopenharmony_ciIndicates that the USB device state has changed.
764e41f4b71Sopenharmony_ci  - Value: **usual.event.hardware.usb.action.USB_STATE**
765e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
766e41f4b71Sopenharmony_ci
767e41f4b71Sopenharmony_ci
768e41f4b71Sopenharmony_ci* COMMON_EVENT_USB_PORT_CHANGED<sup>9+</sup>
769e41f4b71Sopenharmony_ciIndicates that the USB port state of the device has changed.
770e41f4b71Sopenharmony_ci  - Value: **usual.event.hardware.usb.action.USB_PORT_CHANGED**
771e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
772e41f4b71Sopenharmony_ci
773e41f4b71Sopenharmony_ci
774e41f4b71Sopenharmony_ci* COMMON_EVENT_USB_DEVICE_ATTACHED
775e41f4b71Sopenharmony_ciIndicates that a USB device has been attached to the device functioning as a USB host.
776e41f4b71Sopenharmony_ci  - Value: **usual.event.hardware.usb.action.USB_DEVICE_ATTACHED**
777e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
778e41f4b71Sopenharmony_ci
779e41f4b71Sopenharmony_ci
780e41f4b71Sopenharmony_ci* COMMON_EVENT_USB_DEVICE_DETACHED
781e41f4b71Sopenharmony_ciIndicates that a USB device has been detached from the device functioning as a USB host.
782e41f4b71Sopenharmony_ci  - Value: **usual.event.hardware.usb.action.USB_DEVICE_DETACHED**
783e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
784e41f4b71Sopenharmony_ci
785e41f4b71Sopenharmony_ci
786e41f4b71Sopenharmony_ci* COMMON_EVENT_USB_ACCESSORY_ATTACHED
787e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that a USB accessory was attached.
788e41f4b71Sopenharmony_ci  - Value: **usual.event.hardware.usb.action.USB_ACCESSORY_ATTACHED**
789e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
790e41f4b71Sopenharmony_ci
791e41f4b71Sopenharmony_ci
792e41f4b71Sopenharmony_ci* COMMON_EVENT_USB_ACCESSORY_DETACHED
793e41f4b71Sopenharmony_ci(Reserved event, not supported currently) A message is displayed, indicating that the USB attachment is uninstalled.
794e41f4b71Sopenharmony_ci  - Value: **usual.event.hardware.usb.action.USB_ACCESSORY_DETACHED**
795e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
796e41f4b71Sopenharmony_ci
797e41f4b71Sopenharmony_ci
798e41f4b71Sopenharmony_ci* COMMON_EVENT_DISK_REMOVED
799e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an external storage device was removed.
800e41f4b71Sopenharmony_ci  - Value: **usual.event.data.DISK_REMOVED**
801e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
802e41f4b71Sopenharmony_ci
803e41f4b71Sopenharmony_ci
804e41f4b71Sopenharmony_ci* COMMON_EVENT_DISK_UNMOUNTED
805e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an external storage device was unmounted.
806e41f4b71Sopenharmony_ci  - Value: **usual.event.data.DISK_UNMOUNTED**
807e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
808e41f4b71Sopenharmony_ci
809e41f4b71Sopenharmony_ci
810e41f4b71Sopenharmony_ci* COMMON_EVENT_DISK_MOUNTED
811e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an external storage device was mounted.
812e41f4b71Sopenharmony_ci  - Value: **usual.event.data.DISK_MOUNTED**
813e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
814e41f4b71Sopenharmony_ci
815e41f4b71Sopenharmony_ci
816e41f4b71Sopenharmony_ci* COMMON_EVENT_DISK_BAD_REMOVAL
817e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an external storage device was removed without being unmounted.
818e41f4b71Sopenharmony_ci  - Value: **usual.event.data.DISK_BAD_REMOVAL**
819e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
820e41f4b71Sopenharmony_ci
821e41f4b71Sopenharmony_ci
822e41f4b71Sopenharmony_ci* COMMON_EVENT_DISK_UNMOUNTABLE
823e41f4b71Sopenharmony_ciThis event is reserved and is not supported currently. A message is displayed, indicating that the external storage device cannot be mounted when a card is inserted.
824e41f4b71Sopenharmony_ci  - Value: **usual.event.data.DISK_UNMOUNTABLE**
825e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
826e41f4b71Sopenharmony_ci
827e41f4b71Sopenharmony_ci
828e41f4b71Sopenharmony_ci* COMMON_EVENT_DISK_EJECT
829e41f4b71Sopenharmony_ci(Reserved event, not supported currently) Prompts the user that the external storage medium has been ejected (interactive operation at the system software layer, not directly ejected physically).
830e41f4b71Sopenharmony_ci  - Value: **usual.event.data.DISK_EJECT**
831e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
832e41f4b71Sopenharmony_ci
833e41f4b71Sopenharmony_ci
834e41f4b71Sopenharmony_ci* COMMON_EVENT_VOLUME_REMOVED<sup>9+</sup>
835e41f4b71Sopenharmony_ciIndicates that an external storage device was removed.
836e41f4b71Sopenharmony_ci  - Value: **usual.event.data.VOLUME_REMOVED**
837e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
838e41f4b71Sopenharmony_ci
839e41f4b71Sopenharmony_ci
840e41f4b71Sopenharmony_ci* COMMON_EVENT_VOLUME_UNMOUNTED<sup>9+</sup>
841e41f4b71Sopenharmony_ciIndicates that an external storage device was unmounted.
842e41f4b71Sopenharmony_ci  - Value: **usual.event.data.VOLUME_UNMOUNTED**
843e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
844e41f4b71Sopenharmony_ci
845e41f4b71Sopenharmony_ci
846e41f4b71Sopenharmony_ci* COMMON_EVENT_VOLUME_MOUNTED<sup>9+</sup>
847e41f4b71Sopenharmony_ciIndicates that an external storage device was mounted.
848e41f4b71Sopenharmony_ci  - Value: **usual.event.data.VOLUME_MOUNTED**
849e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
850e41f4b71Sopenharmony_ci
851e41f4b71Sopenharmony_ci
852e41f4b71Sopenharmony_ci* COMMON_EVENT_VOLUME_BAD_REMOVAL<sup>9+</sup>
853e41f4b71Sopenharmony_ciIndicates that an external storage device was removed without being unmounted.
854e41f4b71Sopenharmony_ci  - Value: **usual.event.data.VOLUME_BAD_REMOVAL**
855e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
856e41f4b71Sopenharmony_ci
857e41f4b71Sopenharmony_ci
858e41f4b71Sopenharmony_ci* COMMON_EVENT_VOLUME_EJECT<sup>9+</sup>
859e41f4b71Sopenharmony_ciA message is displayed, indicating that the external storage medium has been ejected (interactive operation at the system software layer, not physical ejection).
860e41f4b71Sopenharmony_ci  - Value: **usual.event.data.VOLUME_EJECT**
861e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.STORAGE_MANAGER permission. Only system applications can apply for this permission.
862e41f4b71Sopenharmony_ci
863e41f4b71Sopenharmony_ci
864e41f4b71Sopenharmony_ci* COMMON_EVENT_VISIBLE_ACCOUNTS_UPDATED
865e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the account visibility changed.
866e41f4b71Sopenharmony_ci  - Value: **usual.event.data.VISIBLE_ACCOUNTS_UPDATED**
867e41f4b71Sopenharmony_ci  - The subscriber requires the ohos.permission.GET_APP_ACCOUNTS permission. Only system applications can apply for this permission.
868e41f4b71Sopenharmony_ci
869e41f4b71Sopenharmony_ci
870e41f4b71Sopenharmony_ci* COMMON_EVENT_ACCOUNT_DELETED
871e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that an account was deleted.
872e41f4b71Sopenharmony_ci  - Value: **usual.event.data.ACCOUNT_DELETED**
873e41f4b71Sopenharmony_ci  - Permission required by subscribers: ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS. Only system applications can apply for this permission.
874e41f4b71Sopenharmony_ci
875e41f4b71Sopenharmony_ci
876e41f4b71Sopenharmony_ci* COMMON_EVENT_FOUNDATION_READY
877e41f4b71Sopenharmony_ci(Reserved, not supported yet) Indicates that the foundation is ready.
878e41f4b71Sopenharmony_ci  - Value: **usual.event.data.FOUNDATION_READY**
879e41f4b71Sopenharmony_ci  - Permission required by subscribers: ohos.permission.RECEIVER_STARTUP_COMPLETED (Only system applications can apply for this permission.)
880e41f4b71Sopenharmony_ci
881e41f4b71Sopenharmony_ci
882e41f4b71Sopenharmony_ci* COMMON_EVENT_AIRPLANE_MODE_CHANGED
883e41f4b71Sopenharmony_ciIndicates that the airplane mode of the device has changed.
884e41f4b71Sopenharmony_ci  - Value: **usual.event.AIRPLANE_MODE**
885e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
886e41f4b71Sopenharmony_ci
887e41f4b71Sopenharmony_ci
888e41f4b71Sopenharmony_ci* COMMON_EVENT_SPLIT_SCREEN<sup>8+</sup>
889e41f4b71Sopenharmony_ciIndicates that the screen has been split.
890e41f4b71Sopenharmony_ci
891e41f4b71Sopenharmony_ci
892e41f4b71Sopenharmony_ci* COMMON_EVENT_SLOT_CHANGE<sup>9+</sup>
893e41f4b71Sopenharmony_ciIndicates that the notification slot has been updated.
894e41f4b71Sopenharmony_ci  - Value: **usual.event.SLOT_CHANGE**
895e41f4b71Sopenharmony_ci  - Required subscriber permissions: ohos.permission.NOTIFICATION_CONTROLLER
896e41f4b71Sopenharmony_ci
897e41f4b71Sopenharmony_ci
898e41f4b71Sopenharmony_ci* COMMON_EVENT_SPN_INFO_CHANGED<sup>9+</sup>
899e41f4b71Sopenharmony_ciIndicates that the SPN displayed has been updated.
900e41f4b71Sopenharmony_ci  - Value: **usual.event.SPN_INFO_CHANGED**
901e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
902e41f4b71Sopenharmony_ci
903e41f4b71Sopenharmony_ci
904e41f4b71Sopenharmony_ci* COMMON_EVENT_QUICK_FIX_APPLY_RESULT<sup>9+</sup>
905e41f4b71Sopenharmony_ciIndicates the result of quickly repairing an application.
906e41f4b71Sopenharmony_ci  - Value: **usual.event.QUICK_FIX_APPLY_RESULT**
907e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
908e41f4b71Sopenharmony_ci
909e41f4b71Sopenharmony_ci* COMMON_EVENT_USER_INFO_UPDATED<sup>9+</sup>
910e41f4b71Sopenharmony_ciIndicates that the user information has been updated.
911e41f4b71Sopenharmony_ci  - Value: **usual.event.USER_INFO_UPDATED**
912e41f4b71Sopenharmony_ci  - Required subscriber permissions: none
913e41f4b71Sopenharmony_ci
914e41f4b71Sopenharmony_ci* COMMON_EVENT_SMS_RECEIVE_COMPLETED
915e41f4b71Sopenharmony_ciIndicates that a new SMS message has been received.
916