diff --git a/interfaces/native/innerkits/hisysevent/include/hisysevent.h b/interfaces/native/innerkits/hisysevent/include/hisysevent.h index 0ecd9ae22cd1d9db14ba39e6a5726927f8e960a5..e36070c13d190f9a5d4f26d0cefc1e0c0c7e2df5 100644 --- a/interfaces/native/innerkits/hisysevent/include/hisysevent.h +++ b/interfaces/native/innerkits/hisysevent/include/hisysevent.h @@ -154,6 +154,8 @@ public: static constexpr char THERMAL[] = "THERMAL"; static constexpr char TIME[] = "TIME"; static constexpr char UPDATE[] = "UPDATE"; + static constexpr char UPDATE_DUE[] = "UPDATE_DUE"; + static constexpr char UPDATE_OUC[] = "UPDATE_OUC"; static constexpr char USB[] = "USB"; static constexpr char USERIAM_FWK[] = "USERIAM_FWK"; static constexpr char USERIAM_PIN[] = "USERIAM_PIN";