add since 8

Signed-off-by: @xie-chang666 <xiechang2@huawei.com>
Change-Id: I39be93d3bad66c269bfb6ec9fd70d4fdc3e80992
This commit is contained in:
@xie-chang666 2022-02-09 19:38:34 +08:00
parent 92d04db913
commit 6823804953

View File

@ -862,30 +862,35 @@ declare namespace commonEvent {
/**
* The external storage was removed.
* This is a protected common event that can only be sent by system.
* @since 8
*/
COMMON_EVENT_VOLUME_REMOVED = "usual.event.data.VOLUME_REMOVED",
/**
* The external storage was unmounted.
* This is a protected common event that can only be sent by system.
* @since 8
*/
COMMON_EVENT_VOLUME_UNMOUNTED = "usual.event.data.VOLUME_UNMOUNTED",
/**
* The external storage was mounted.
* This is a protected common event that can only be sent by system.
* @since 8
*/
COMMON_EVENT_VOLUME_MOUNTED = "usual.event.data.VOLUME_MOUNTED",
/**
* The external storage was bad removal.
* This is a protected common event that can only be sent by system.
* @since 8
*/
COMMON_EVENT_VOLUME_BAD_REMOVAL = "usual.event.data.VOLUME_BAD_REMOVAL",
/**
* The external storage was eject.
* This is a protected common event that can only be sent by system.
* @since 8
*/
COMMON_EVENT_VOLUME_EJECT = "usual.event.data.VOLUME_EJECT",