未验证 提交 b2b649fc 编写于 作者: O openharmony_ci 提交者: Gitee

!9172 fix: 新增充电空闲模式的公共事件

Merge pull request !9172 from qiuxiangdong/ccchar
......@@ -293,6 +293,7 @@ export default function ActsCommonEventManagerSupportTest() {
console.info(`${TAG} SUB_NOTIFICATION_CES_MANAGER_SUPPORT_ENUM_TEST_1600 START`)
expect(commonEventManager.Support.COMMON_EVENT_DISCHARGING).assertEqual('usual.event.DISCHARGING')
expect(commonEventManager.Support.COMMON_EVENT_CHARGING).assertEqual('usual.event.CHARGING')
expect(commonEventManager.Support.COMMON_EVENT_CHARGE_IDLE_MODE_CHANGED).assertEqual('usual.event.CHARGE_IDLE_MODE_CHANGED')
expect(commonEventManager.Support.COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED).assertEqual('usual.event.DEVICE_IDLE_MODE_CHANGED')
expect(commonEventManager.Support.COMMON_EVENT_DEVICE_IDLE_EXEMPTION_LIST_UPDATED).assertEqual('usual.event.DEVICE_IDLE_EXEMPTION_LIST_UPDATED')
expect(commonEventManager.Support.COMMON_EVENT_POWER_SAVE_MODE_CHANGED).assertEqual('usual.event.POWER_SAVE_MODE_CHANGED')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册