浏览该文件的文档.
11#ifndef __BASE_EVENT_INFO_H__
12#define __BASE_EVENT_INFO_H__
22#define EVENT_RESET "dev.reset"
23#define EVENT_INIT "dev.init"
24#define EVENT_RUN "dev.run"
25#define EVENT_REBOOT_REQ "dev.reboot.req"
26#define EVENT_REBOOT_ACK "dev.reboot.ack"
27#define EVENT_CAD_VER_UPDATE "cad.update"
28#define EVENT_FW_VER_UPDATE "fw.update"
29#define EVENT_POST_ACTIVATE "activate.post"
30#define EVENT_PROD_INFO_CHANGED "prod.chg"
31#define EVENT_HTTP_FAILED "http.failed"
32#define EVENT_SDK_EARLY_INIT_OK "early.init"
33#define EVENT_SDK_DB_INIT_OK "db.init"
34#define EVENT_SCHEMA_UPDATE "schema.update"
35#define EVENT_NETCFG_ERROR "netcfg.error"
36#define EVENT_NETCFG_DATA "netcfg.data"
37#define EVENT_MQTT_CONNECTED "mqtt.con"
38#define EVENT_MQTT_DISCONNECTED "mqtt.disc"
39#define EVENT_LAN_DISABLE "lan.disable"
40#define EVENT_LAN_ENABLE "lan.enable"
41#define EVENT_LAN_CLIENT_CLOSE "lan.cli.close"
42#define EVENT_LAN_LINK_CHNAGED "lan.linkage"
43#define EVENT_SUMMER_TZ "summer.tz"
44#define EVENT_RECOVER_DB "dev.recover.db"
45#define EVENT_HEALTH_ALERT "health.alert"
46#define EVENT_RSC_UPDATE "rsc.update"
47#define EVENT_TIME_SYNC "time.sync"
48#define EVENT_SENIOR_ABILITY "senior.ability"
49#define EVENT_MF_ENTER "mf_enter"
50#define EVENT_MF_EXIT "mf_exit"
52#define EVENT_WIFI_STATUS_UPDATE "wifiStatUpdate"
53#define EVENT_WIFI_CONNECT_START "wifi.con.start"
54#define EVENT_WIFI_CONNECT_SUCCESS "wifi.con.ok"
55#define EVENT_WIFI_CONNECT_FAILED "wifi.con.fail"
57#define EVENT_BT_LINK_SWITCH "bt_link"
59#define EVENT_BT_V2_CRPT "bt_v2_crpt"
60#define EVENT_AP_CFG_4G "ap_cfg_4g"
65#define EVENT_OTA_PROCESS_NOTIFY "ota.process"
66#define EVENT_OTA_FAILED_NOTIFY "ota.failed"
67#define EVENT_OTA_FINISHED_NOTIFY "ota.finished"