Home
last modified time | relevance | path

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

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