Home
last modified time | relevance | path

Searched refs:InsertEventInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/
H A Ddaily_db_helper.h36 int32_t InsertEventInfo(const EventInfo& info);
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp188 if (dbHelper_->InsertEventInfo(eventInfo) < 0) { in UpdateDb()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp118 int32_t DailyDbHelper::InsertEventInfo(const EventInfo& info) in InsertEventInfo() function in OHOS::HiviewDFX::DailyDbHelper