Home
last modified time | relevance | path

Searched refs:UpdateSysUsageTable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Devent_db_helper.h48 int UpdateSysUsageTable(const std::string& table, const std::string& eventStr);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp115 UpdateSysUsageTable(table, event->ToJsonString()); in InsertSysUsageEvent()
272 int EventDbHelper::UpdateSysUsageTable(const std::string& table, const std::string& eventStr) in UpdateSysUsageTable() function in OHOS::HiviewDFX::EventDbHelper