Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Devent_db_helper.h50 int QuerySysUsageTable(std::string& eventStr, const std::string& table);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp151 if (QuerySysUsageTable(eventStr, table) != 0 || eventStr.empty()) { in QuerySysUsageEvent()
291 int EventDbHelper::QuerySysUsageTable(std::string& eventStr, const std::string& table) in QuerySysUsageTable() function in OHOS::HiviewDFX::EventDbHelper